I have just recently connected to a UR5 CB3 using the RTDE record.py example script. I have determined for right now I need only three recipes:
- actual_digital_output_bits
- robot_status_bits
- safety_status_bits
I want to develop a way to inform me as I sit at my desk that the robot needs attention. The robot is being used for machine tending so it is on its own unless it runs out of parts or needs attention because of a problem. I do have a signal tower that is a alert when attention is needed. I was using a Visual Factories unit for this purpose but our company only wants to use the units for production monitoring and not alerts.
My question is should I continue modifying record.py example script or should I modify the example_control_loop.py script?
Regards,