Clear Filters
Clear Filters

Error occurred while executing External Mode MEX-file 'ext_comm

16 views (last 30 days)
Hi
I keep getting this error while running my simulink model on external mode at my arduino !
the error at different times which mean that it may appear at the begening of the run or at any time or it will not start at all.
I tried different arduino, different laptop, different wires ! nothing removed the error
Error occurred while executing External Mode MEX-file 'ext_comm':
ExtTargetPktPending() call failed while checking for target pkt
Component:Simulink | Category:Block diagramerror
Error occurred while executing External Mode MEX-file 'ext_comm':
ExtSetTargetPkt() call failed on CLOSE

Answers (2)

Venkatesh Chilapur
Venkatesh Chilapur on 17 Oct 2017
Hi,
Please update on the following:
1. Host operation system? i.e OS running on laptop... 2. Version of MATLAB, like 2017a..? 3. Version for the Arduino Board? 4. Could you also attach a snap of the model? 5. Are you able to run normal mode(code download)? 6. Also please attach the complete log of the error.
Regards, Venkatesh C
  1 Comment
Gonzalo Cabanas
Gonzalo Cabanas on 13 Nov 2018
Edited: Gonzalo Cabanas on 13 Nov 2018
Hi Venkatesh,
I have the same problem, so I will update to you the information:
  1. Linux Ubuntu 2018
  2. Matlab 2018b
  3. Arduino Mega 2560 16AU(Chinese version)
  4. I'm able to run in Normal, but without using a Scope (Only Analog Input-DataConverter-Gain-PWM OUTPUT)
ERROR__:
### Successful completion of build procedure for model: untitled
Build process completed successfully
action: EXT_CONNECT
Component:Simulink | Category:Model
Error occurred while executing External Mode MEX-file 'ext_comm':
Failed to connect to the target. A time-out occurred while waiting for the connection response from the target. Possible reasons for the time-out:
a) The target is not switched on.
b) The target is not connected to your host machine.
c) The application for the model is not running on the target. You might have clicked the Stop button. If the Run button is not dimmed, click it. Otherwise, click the Build button, which downloads and runs your application on the target.
Component:Simulink | Category:Block diagram error
Unable to connect to the 'Arduino Mega 2560' target for 'untitled'.
Thank you vey much!

Sign in to comment.


Venkatesh Chilapur
Venkatesh Chilapur on 14 Nov 2018

Categories

Find more on Arduino Hardware in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!