Question: interrupt with GPIO? #276
Replies: 2 comments 6 replies
-
The best method is to utilize the Functional Safety Unit (FSU). This allows an input signal to immediately stop the robot motion, regardless of the commanded trajectory. While the robot is physically stopped, you can pass a signal through the ros2 program to abort the programmed trajectory. Please contact your local Yaskawa support office for more information on how to utilize the FSU and Safety Logic Circuit. There are some introductory videos available here: |
Beta Was this translation helpful? Give feedback.
-
@hanschanhs: just curious: have you been able to make something work? |
Beta Was this translation helpful? Give feedback.
-
Hi - is there support for interrupting/stopping a trajectory sent from a ros2 program with via a gpio directly connected to the arm? Or will I need to pass the signal from the ros2 program (worried that the latency will be too slow)? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions