Error Codes
If communication is established between an external device and Mech-MSR and the command sent by the external device to Mech-MSR fails to be executed, an error code will be returned.
-1
Error: The project ID did not exist.
Possible causes:
-
The specified project ID did not exist in Mech-MSR’s Project List.
-
The specified project is a new project, and the solution in which the project is located has not been closed and reopened.
Solutions:
-
Ensure that the specified project ID exists in Mech-MSR’s Project List.
-
Try closing and reopening the solution in Mech-MSR.
-2
Error: No result.
Possible causes: The specified project was not triggered to run.
Solutions: Make sure to trigger the project by executing the trigger
command (command 2) or the execute
command (command 1).
-3
Error: The project execution timed out.
Possible causes: The project has been running for a period of time that exceeds the specified execution timeout period for return command.
Solutions:
Check if the execution time of the project is longer than the specified timeout period, and check if the execution time is abnormal. If the execution time is abnormal, troubleshoot the issue. If the execution time is normal, specify a greater execution timeout period for return command in the Communication Configuration window.