Follow these steps to create a basic pick and place program in RoboDK with a 6-axis robot arm using a vacuum gripper to move a box.
1.Program the Pick and Place Operation:
a.Create a New Program: Go to Program → Add Program and name it PickAndPlace.
b.Add Movement Instructions:
i.Add MoveJ or MoveL instructions for each target.
ii.Move the robot to the retract target first, then create a MoveL to the Pick target and back to retract.
iii.Repeat with the Place target.
2.Add event to pick and place the object.
a.To add an event, go to Program → Simulation Event Instruction.
b.Add an event with the action Attach object to pick the box after the MoveL (Pick).
c.Add an event wit the action Detach object place the box after the MoveL (Place). The Attach to parent option allow to attach the object to a new once it is detached from the gripper.
d.It is good practice to also create a separate program with an event action Set object position reset the box to its origin position if needed.
By following these steps, you can successfully create a basic pick-and-place station in RoboDK.