/
User extensions (callbacks)

User extensions (callbacks)

It is possible to extend the functionality with user-defined commands, which are automatically executed when specific events occur.

Currently the following events are available:

 

  • The initial MoveJ node: Executed once on startup, after all configuration variables have been initialized. This allows runtime configuration changes and special tuning.

  • beforePallet: Before starting a new empty pallet.

  • beforeZone: Before entering a new zone.

  • onNextTask: Before starting all calculations for the next box(es)

  • beforeGrab: Before lifting up a box from the pickup position.

  • afterGrab: After lifting up a box from the pickup position.

  • beforeRelease: Before releasing a box on the target position.

  • afterRelease: After releasing a box on the target position.

  • afterZone: After leaving a completed zone.

  • onSheet: When a shim paper needs to be inserted.

  • afterPallet: After the pallet is complete.

 

Read more about the callbacks here.

Related content

Zones
Read with this
Callbacks
More like this
Pattern verification (waypoint database)
Pattern verification (waypoint database)
Read with this
Example: sort out boxes without valid barcode
Example: sort out boxes without valid barcode
More like this
Waiting position
Waiting position
More like this
Empty pallet confirmation and current pallet status
Empty pallet confirmation and current pallet status
More like this