Kawasaki Error Messages¶
The following errors may occur while running the Standard Interface program on the robot.
Note
If robot reports an error message and the program is halted, please cancel the program and select it from the directory again after the problem is resolved.
Error: Invalid TCP socket¶
When the program calls the TCP_SEND or TCP_CLOSE functions, the value of vis_socket is incorrect.
Troubleshooting¶
Check the program to see if TCP_CONNECT is called before TCP_SEND or TCP_CLOSE. TCP_CONNECT must be called first to assign value to vis_socket.
Check if the variable vis_socket is used in other user programs.
Error: TCP_CLOSE fault¶
Calling the TCP_CLOSE function failed.
Troubleshooting¶
Check if the hardware is properly connected.
Check if the Standard Interface service is started in Mech-Vision.
Contact Mech-Mind Technical Support for further assistance.
Error: TCP connect fault¶
Calling the TCP_CONNECT function failed.
Troubleshooting¶
Check if the hardware is properly connected.
Check if the Standard Interface service is started in Mech-Vision.
Check the IP addresses of the robot and the IPC, and if the port number is configured correctly.
Check if the firewall is turned off on the IPC.
Contact Mech-Mind Technical Support for further assistance.
Error: TCP_SEND null string¶
The string sent when calling the TCP_SEND function is empty.
Troubleshooting¶
Check if the variable $vis_data[1] is used in other user programs.
Error: TCP_SEND fault¶
Communication failed when calling the TCP_SEND function.
Troubleshooting¶
Check the parameters of TCP_SEND.
Contact Mech-Mind Technical Support for further assistance.
Error: TCP_SEND retry counter exceed limit¶
Communication failed when calling the TCP_SEND function, and retry times exceeded set limit.
Troubleshooting¶
Check the parameters of TCP_SEND.
Contact Mech-Mind Technical Support for further assistance.
Error: TCP_RECV fault¶
Communication failed when calling the TCP_RECV function.
Troubleshooting¶
Check the parameters of TCP_RECV.
Check if the Standard Interface service is started in Mech-Vision.
Contact Mech-Mind Technical Support for further assistance.
Error: TCP_RECV retry counter exceed limit¶
Communication failed when calling the TCP_RECV function, and retry times exceeded set limit.
Troubleshooting¶
Check the parameters of TCP_RECV.
Check if the Standard Interface service is started in Mech-Vision.
Contact Mech-Mind Technical Support for further assistance.
Error: CMD error¶
The command code received does not match the one sent.
Troubleshooting¶
The sequence of command sending and receiving is problematic. Please contact Mech-Mind Technical Support for further assistance.
Error: IPC error¶
Returned status code is an error code. Please check the messages in the Console tab of Mech-Vision Log panel.
Troubleshooting¶
Please refer to the Status Codes and Troubleshooting for the specific error.
Please contact Mech-Mind Technical Support for further assistance.