Sending Pulse from Robots plugin to UR10 robot #168
Unanswered
MaryShafiei
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hi Maryam, I made a script to pulse a digital output on UR. It works by opening a new thread and setting the output to high, waiting, then setting it to low again. There are some issues with it: you'll have to filter out pulses with the same length and you'll can overload the controller by sending many pulses |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone. I've been trying to use UR10 robot with an extruder for 3D printing. I've defined direction, enable/disable function, and pulse as digital outputs in Robots plugin but noticed pulse does not work. Then, I tried the 'PulseDO' command in the plugin to send pulse to the extruder but no success as apparently this command does not work with UR robots. Do you have any idea if there is a way to overcome this issue within the plugin? Is there any update coming soon to solve this?
I've tried to use Arduino to send pulse separately to the extruder while controlling pathways and other parameters in Grasshopper. However, it causes several issues to create a seamless workflow which is crucial in my experiment. I appreciate any advice and help.
Thanks,
Maryam
Beta Was this translation helpful? Give feedback.
All reactions