Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

After placing the box on the pallet, you have the option to remove or add waypoints with the release strategy variable.

...

Code to add in the Callbacks

Code Block
rf_release_stratagy
= “Bit number”
 = “Binary Number”

Info

← Robot movement after placement of the box: (Default Bit=7):

Vertical exit point → Extra waypoint → Smart Exit → Above pickup -->Pickup position

Info

→ Robot movement to place the box on a pallet:

Pickup position → Box free height → Smart Exit → Extra waypoint (max 3) → Approach Position → Target Position

BitBinary Number

Description

01

Removes box free height waypoint

12

Removes target position waypoint

24

Add vertical exit after box placement waypoint

38

Removes approach waypoint

416

Removes everything after Smart Exit waypoint

Note

Pally has a default rf_release_strategy=7

That will include

  • Removes box free height (01)

  • Remove target position (12)

  • Add vertical exit (24)

Info

Add the Bits numbers together to use several of the option

Tip
  • Recommended for regular grippers: 1 + 2 + 4 = 7

  • Recommended for side grippers: 1 + 2 + 8 = 11

  • Recommended for many custom projects: 16, or 1 + 16 = 17

Example

Release strategy 7 added for the hole program

...