Hello RoboDK Team,
I’ve created a station in RoboDK with the following setup:
As the conveyor moves, I want:
Issue:
In the main program, both motions are not running at the same time. They run one after the other.
I don’t want to use the "Synchronize" option, because it modifies the motion paths and creates dependencies I don’t want.
What I need:
Thanks,
Hetansh Lodhiya
I’ve created a station in RoboDK with the following setup:
- Robot: FAIRINO FR5
- Tool: Spray gripper for coating/spraying
- A conveyor on which both the robot and hangers are mounted
- The hangers are placed parallel to the robot path
As the conveyor moves, I want:
- The hangers to move along the conveyor
- The robot to move in sync, spraying them as they pass
Issue:
In the main program, both motions are not running at the same time. They run one after the other.
I don’t want to use the "Synchronize" option, because it modifies the motion paths and creates dependencies I don’t want.
What I need:
- Run both programs (robot + hanger) independently but simultaneously
- Keep motion logic separate
- Possibly use a custom Python script or event trigger to start both at once
Thanks,
Hetansh Lodhiya