RobotStudio event

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