RoboDK Forum
How I can connect conveyor to robot program- Printable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: General questions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: How I can connect conveyor to robot program (/Thread-How-I-can-connect-conveyor-to-robot-program)



How I can connect conveyor to robot program-garshasb-08-21-2022

Hi every one
I have a problem with How I can connect the conveyor to the robot program and, run the robot program when the conveyor is run? this means I want to run the conveyor simultaneously with the robot program.
Thanks a lot


再保险:我可以连接输送机机器人program-Robotux-08-22-2022

Hey garshasb,

Could you tell more what you are trying to achieve? If you just need to make conveyor move or stop during robot program, you can create simple programs (for conveyor mechanism) like "move forward", "stop", "reverse". And then use Call commands to execute them from your robot program.


再保险:我可以连接输送机机器人program-garshasb-08-22-2022

Hi
ya I know that, but I call the conveyor in my program but when I run the program only the conveyor goes forward and the robot after finish moving the conveyor starts move to the point. If you send me an email I will send my project to you.
Thanks a lot.


再保险:我可以连接输送机机器人program-Robotux-08-22-2022

You can change "Call" command option to "start thread" instead of "Program call". This will change the behavior and your conveyor will run in parallel with the robot instead of in sequence.


再保险:我可以连接输送机机器人program-garshasb-08-23-2022

(08-22-2022, 08:48 AM)Robotux Wrote:You can change "Call" command option to "start thread" instead of "Program call". This will change the behavior and your conveyor will run in parallel with the robot instead of in sequence.

Thank you very much.