...
Vertical exit is also needed when using a Pinch gripper. This can easily be added to the program by adding the following code to the initial moveJ. Change Release strategy to 2 will allow Pally to use vertical exits.
Vertical exit is the default setting in Pally, and the total length of the vertical motion can be controlled by the parameter rf_foam_height (also works for pinch grippers).
Just add the following code in the initial MoveJ StartPosition (example):
Code Block |
---|
rf_foam_height = 0.18 |
Vertical exit is active only if bit 2 is set in the rf_release_strategy variable. Read more about release strategy here - Release Strategy
Just add the following code in the initial MoveJ StartPosition (example):
Code Block |
---|
rf_release_strategy = 26 |
Setting up the pattern
To create the pattern, it is suggested to use an inverted approach. (see picture below) This enables Pally to begin working from the side closest to the robot and move outwards, ensuring that the gripper always has enough space to open.
...