02-14-2016, 08:10 AM
This problem appears for RoboDK's Matlab API if RoboDK is not running or it is not installed in the default path "C:/RoboDK/".
You can either start RoboDK manually, then run your Matlab file.
You can also update the RoboDK path in the Robolink.m file to automatically start RoboDK if it is not running:
line14 --> APPLICATION_DIR = 'C:\RoboDK\bin\RoboDK.exe'; % path to RoboDK's executable
You can either start RoboDK manually, then run your Matlab file.
You can also update the RoboDK path in the Robolink.m file to automatically start RoboDK if it is not running:
line14 --> APPLICATION_DIR = 'C:\RoboDK\bin\RoboDK.exe'; % path to RoboDK's executable