Clear Filters
Clear Filters

External Mode Open Protocol CheckData command failed

15 views (last 30 days)
Hello guys. I encountered some problem with my simulink model. When I tried to run the model by clicking on the monitor and tune, simulink managed to build up the model and I was able to control the servo. However, after a few seconds, the model stopped and these error occured. Any ideas or solution?
I use arduino due and l298p motor shield driver for which i stacked it directly on the arduino due board.
  1 Comment
Sarthak Arvind
Sarthak Arvind on 13 Jul 2023
@Yusuf Ikmal Were you able to able to solve the issue? I am also getting the same error but with Arduino Nano. however in my case a smaller section of the model works at 0.0051 but not at 0.005 fixed step size. It also works at 0.05 sec step size. but when the model becomes larger it doesn't work at any step size.
let me know if you find out something.

Sign in to comment.

Answers (1)

Saarthak Gupta
Saarthak Gupta on 1 Sep 2023
Hi Yusuf,
As per my understanding, you are facing a Hardware Board connection issue. The Monitor & Tune functionality spuriously stops working on the hardware and it is unable to communicate with Simulink. The error message "External Mode Open Protocol CheckData command failed" is related to the connection between the board and the computer. Here are some possible solutions to fix the issue:
  • Refresh the COM Port and set preference once again to the correct COM port in the Configuration Parameters
  • Manually change the COM port number from the Windows Device Manager
  • Check which COM ports are in use on Windows OS, including hidden COM ports.
  • Check the COM Port used to communicate with the board. If an Auxiliary port (COM3) is being used, try connecting to a UART port (COM4) and try 'Monitor & Tune' again.

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!