Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

How to set the velocity and zone for a RsMoveInstruction ?

Example of initialisation of RsMoveInstruction :

RsMoveInstruction moveInstruction = new RsMoveInstruction(station.ActiveTask, "Move", "Default", MotionType.Linear, "wobj0", robTarget.Name, "tool0");

Answers