V5.13.0
I’m trying to use Ethernet/IP Implicit I/O data to figure out the status of the controller, but I’m running into some issues. Most notably is the behavior of the PW (Is Power On) T (Robot) → O (PLC) bit 128.
I would expect this bit to come on when the arm is powered ON, meaning has gone through the complete initialization sequence all the way to robot operational, but the bit pulses when the arm is in the booting stage, and latches on when the robot active stage is Idle (yellow) before the last two initialization steps of brake release and robot operational are complete. The Is Normal Mode bit is also on at this point, despite the arm not being moveable at all.
If you try to start a program before brake release and robot operational are complete, you get the warning message that robot needs to be powered ON to proceed, so what is the Is Power On bit over Ethernet/IP actually telling you? Is there a different combination of bits I should be using to let me know the controller is ready to start a program?
The Is Arm Power On bit also maintains during an emergency stop condition, is this intended operation?