KUKA KRC4 · System Software 8.3
This condition occurs within the KUKA KRC4 KSS 8.3 CELL.SRC program when the robot controller receives a program number from a higher-level controller that is not recognized or defined in the program's CASE statements. It signifies a mismatch in program indexing expectations between the robot and the external master system.
Click steps to track your progress.
Verify the program number being sent by the higher-level controller against the CASE statements defined in the KUKA KRC4's CELL.SRC file.
Ensure that all valid program numbers expected from the higher-level controller have corresponding CASE statements in CELL.SRC.
Check the communication interface and data exchange protocol between the higher-level controller and the KUKA robot for any transmission errors or data corruption.
Consult the documentation for the higher-level controller to confirm the correct format and range of program numbers it should send to the robot.
Temporarily modify CELL.SRC to log or display the raw #EXT_PGNO value received when the DEFAULT case is triggered for debugging purposes.