Problem running executable (standalone) GUI using Arduino

I have a Matlab based GUI that controls some digital output channels on Arduino. The GUI works fine when run from Matlab, but once a standalone application is created, following error is generated: 'Unable to load a message catalog 'MATLA:Arduino:general'. Currently i am using Matlab R2014b and Arduino package for Matlab version 14.2.2..

1 Comment

D
D on 17 Jan 2017
Edited: D on 17 Jan 2017
I have the same issue, any solution to this yet? I am on 2016b...

Sign in to comment.

Answers (2)

Appears that there is currently no solution to the error above, tried adding the 'general' files available in arduinoio:resources:Matlab:en:arduinoio and :hwshared while packaging, but then having error 'Arduino IDE not installed'.
Have moved back to older Matlab package for Arduino (with adioes.pde loaded on Arduino Uno)and am able to create workable executable GUI in 2014b.

1 Comment

#Arunkumar can you please tell me which version you used for that, and it will be very helpful if you share the link of that software.
Thank you!!!

Sign in to comment.

#Arunkumar can you please tell me which version you used for that, and it will be very helpful if you share the link of that software.
Thank you!!!

1 Comment

It has been sometime since I had done that, but as I remember, I had used back the legacy package. You can check 'Legacy MATLAB and Simulink Support for Arduino'. The main difference being: 1)You need to load the server program (adioes.pde) in Arduino card from Arduino environment (current package does it automatically from Matlab environment). 2) Commands are slightly different (you can follow examples in legacy package).

Sign in to comment.

Categories

Asked:

on 17 Jul 2016

Commented:

on 13 Dec 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!