Motoman Ros I/O read/write error #572
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
First: please don't post screenshots of terminal output. It's all text, so please copy-paste it into a fenced code block instead. Having written that: every robot controller supported by MotoROS1 only allows a few ranges of addresses to be written to. See the service documentation for information: motoman/motoman_msgs/srv/WriteSingleIO.srv Lines 2 to 15 in 70d731c This is not a limitation of MotoROS btw, but a MotoPlus / controller limitation. Similar to how other remote control interfaces (like HSES) are limited to writes to only those ranges. Could you describe how your gripper is connected to your controller and how it's been configured? PS: and you most likely already know, but ROS Melodic has been EOL since June this year, so will not see any updates nor enhancements any more. Edit: something else I notice in your screenshot: try to avoid octal number notation. Anything with leading zeros ( |
Beta Was this translation helpful? Give feedback.
The
GRIPPER
job shown on the teach pendant uses 10021 and 10023. I expect that one (or both?) of these signals is controlling the gripper.You should try
/write_single_io
with address10021
.No