I receive the following error message when trying to open the Arduino Engineering Kit library in Simulink
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Nicholas Pfaff
el 27 de Sept. de 2018
Comentada: Nicholas Pfaff
el 3 de Oct. de 2018
Warning: An error occurred while parsing
"C:\Users\konta\OneDrive\Dokumente\MATLAB\Add-Ons\Toolboxes\Arduino_Engineering_Kit_Hardware_Support_18b\simulink\blocks\slblocks.m".
Error Message: Invalid arguments in the message cell. They should be of type 'character vector',
'float' or 'integer'.
Is there anything that I can do against this error? I tried reinstalling the Arduino Engineering Kit Hardware Support package, which did not help.
3 comentarios
Respuesta aceptada
Madhu Govindarajan
el 2 de Oct. de 2018
Thanks Nicholas for catching this bug. I did the following and fixed the errors -
1) remove the arduinosensorlib reference in line 8. The following should be changed from 'blkStruct.OpenFcn = {'arduinosensorlib','mkrmotorcarrierlib'};' to 'blkStruct.OpenFcn = {'mkrmotorcarrierlib'};'
2) add the following line of code in line # 15
blkStruct.Browser = Browser;
After this I closed and reopened MATLAB and the errors went away. I will work with internal teams to get this updated in the File Exchange as well.
Madhu
Más respuestas (0)
Ver también
Categorías
Más información sobre Modeling en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!