UR5e - Realtime monitoring physical Input/Output- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: UR5e - Realtime monitoring physical Input/Output (/Thread-UR5e-Realtime-monitoring-physical-Input-Output) |
UR5e - Realtime monitoring physical Input/Output-hieuvoquoc-09-10-2021 Hi RoboDK, Currently I want to monitor the input/output status of UR5e robot in real time through RobotDK. Is there any way to do this? I see in the library there is python codeUR_Monitoring_CSV.pywhich mentions this but I don't see the value change when I change the input/output value on UR5e. Please advise, thank you so much!
Code:
UR_GET_INPUTS = (86-32)*8 + 252
RE: UR5e - Realtime monitoring physical Input/Output-Albert-09-12-2021 This monitoring file and the mapping indexes (such as UR_GET_OUTPUTS) were developed for the UR series (not URe), it is likely that these mappings have changed. Are you able to monitor robot joints properly? RE: UR5e - Realtime monitoring physical Input/Output-hieuvoquoc-09-12-2021 Hi Albert,Albert Just like you said, changed the mapping. I updated the mapping again and it worked great. Thank you for your advice. The mapping change as attachment (V5.8) for those who are having problems like this. Hieu, RE: UR5e - Realtime monitoring physical Input/Output-Albert-09-13-2021 Excellent! Thank you for letting us know. |