YASKAWA Error Messages
The following errors may occur while the Standard Interface program runs on the robot.
Robot Internal Error
MM:Internal_Error, Error_id
Description
The error occurs while the background robot program attempts to call the MotoPlus API. It is usually because the specified data type of the P variable does not match the data type of the actual value.
Error_id is the ID of the P variable that causes the error. You can provide the value of the P variable to the Mech-Mind technical support for troubleshooting purposes.
Troubleshooting
-
If MM_GET_POSE or MM_GET_DYPOSE is called in the program, make sure that the data type of the P variable is robot.
-
If MM_GET_JPS is called in the program, make sure that the data type of the P variable is pulse.
-
If MM_GET_PLANPOSE is called in the program, make sure that the data type of the P variable is correct based on the following content.
-
If the value of jpsPos in MM_GET_PLANDATA is 1 or 3, make sure that the data type of the P variable is pulse.
-
If the value of jpsPos in MM_GET_PLANDATA is 2 or 4, make sure that the data type of the P variable is robot.
-
Abnormal Communication Connection
MM:Socket_Connect_Error
Description
The error occurs when the background robot program fails to establish communication.
Troubleshooting
Go to How to Troubleshoot Failed Standard Interface Communications to check each configuration item in sequence.
Command Parameter Not Specified
MM:Robot_Argument_Missing
Description
One or more required parameters are not specified in the Standard Interface command.
Troubleshooting
Go to YASKAWA Standard Interface Commands and specify correct parameters based on the descriptions in YASKAWA Standard Interface Commands.
Command Parameter Incorrect
MM:Robot_CMD_Error
Description
One or more parameter values in the Standard Interface command exceeds the valid range.
Troubleshooting
Go to YASKAWA Standard Interface Commands and specify correct parameters based on the descriptions in YASKAWA Standard Interface Commands.
Command Code Error
MM:Robot_CMD_Error
Description
This error may occur in the following two situations:
-
The Standard Interface command code sent by the foreground robot program cannot be found.
-
The Standard Interface command code received by the background robot program and the command code sent by the vision system do not match.
Troubleshooting
-
Go to YASKAWA Standard Interface Commands and make sure that the sent command code is correct based on the descriptions in YASKAWA Standard Interface Commands.
-
Make sure that the sequence of calling Standard Interface commands is correct. Please contact Mech-Mind Technical Support for further assistance.
Duplicate Data Retrieval
MM:GET_POSE_ERROR
Description
After MM_GET_POSE, MM_GET_JPS, MM_GET_PLANPOSE, or MM_GET_DYPOSE is called, the cached data corresponding to the specified index will be stored in the specified variable and then cleared. If the above command is called again, this error will occur. This means that data corresponding to the same index cannot be repeatedly retrieved.
For example, when retrieving data corresponding to index 1, MM_GET_POSE("1;60;61;62") is already called. If MM_GET_POSE("1;60;61;62") is called again, this error will occur.
Troubleshooting
-
If you do not need to rerun the project to retrieve data by using the program, do not retrieve the data of the same index.
-
After an abnormal robot program run, ensure the program is fully reset to prevent issues caused by data from the previous run.
Abnormal Status Code
MM:IPC_Return_Error
Description
Abnormal status code is returned by the vision system.
Troubleshooting
-
Go to Status Codes and Troubleshooting to find troubleshooting instructions.
-
Contact the Mech-Mind technical support for further assistance.