...
Name | Description | Variables from request | Callback Placement |
palletState = palletmanager_daemon.get_pallet_state(0) | Get Pallet completion state during palletizing. The function returns an array with 3 elements, in this order:
*The boxes currently being picked are not counted as completed or remaining. | nr_total = palletState[0] |
|
Example:
Get the number of boxes being picked:
...