Hi all!!
I have kuka C4 controller which is running kss 8.3
I want to give the status of robot interpreter to a high end controller like PLC e.g if the robot interpreter is green it should make an output high
I have made the following logic but output 46 doesn't get false even the $pro_state value is changed
IF ($PRO_STATE == #P_ACTIVE ) THEN
$OUT [46] = TRUE
ELSE
$OUT [46] = FALSE
ENDIF