I get an error every time I try to connect simulink to the arduino motor encoder included in the engineering kit.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dylan MacAllaster
am 30 Sep. 2018
Kommentiert: Madhu Govindarajan
am 26 Nov. 2018

When I try uploading this program to the arduino MKR1000 whith the motor carrier, I get an error related to the encoder. The motor part works when the encoder is not there, but whenever the encoder block is in the program, I get this error message:
## Starting build procedure for model: myDCMotorControl
Code Generation
Elapsed: 0.211 sec
### Build procedure for model: 'myDCMotorControl' aborted due to an error.
Error evaluating 'InitFcn' callback of motorcarrier.blocks.mkrmotorcarrier_Encoder block (mask) 'myDCMotorControl/Encoder'.
Callback string is 'codertarget.arduinobase.blocks.registerI2CBlock(gcbh); '
Caused by:
motorcarrier.blocks.mkrmotorcarrier_Encoder block (mask) does not have a parameter named 'SlaveAddress'
2 Kommentare
Madhu Govindarajan
am 1 Okt. 2018
Which release of MATLAB are you using and which Arduino_Engineering_Kit_Hardware_Support version are you using?
Akzeptierte Antwort
Madhu Govindarajan
am 2 Okt. 2018
Use this version of the hardware support instead - https://www.mathworks.com/matlabcentral/fileexchange/68620-arduino_engineering_kit_hardware_support_18b
1) Uninstall the existing Arduino_Engineering_Kit_Hardware_Support file by going to Manage Add Ons. 2) Install this one which has 18b suffixed to the name.
This should resolve the errors.
Madhu
2 Kommentare
Jackson Tan
am 25 Nov. 2018
After installing the arduino_engineering_kit_hardware_support_18b, another issue comes out...
Warning: Escaped character '\U' is not valid. See 'doc sprintf' for supported special characters.
An error occurred while computing the MD5 checksum of 'C:
Caused by:
- The file C:\Users\Jackson\AppData\Roaming\MathWorks\MATLAB Add-Ons\Toolboxes\Arduino_Engineering_Kit_Hardware_Support\simulink\blocks\mkrmotorcarrierlib.slx could not be opened for reading.
How to fix that problem ?
Thank you
Madhu Govindarajan
am 26 Nov. 2018
If you notice the path on that, it is still referring to the old one. Step 1 is critical in the answer provided. Uninstall that old toolbox and if there are any leftover files in that location, please delete them and remove it from path if there were any issues during uninstall.
HTH,
Madhu
Weitere Antworten (0)
Communitys
Weitere Antworten in Power Electronics Control
Siehe auch
Kategorien
Mehr zu Arduino Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!