Name | Description | Use |
rf_product_weight | Product weight of selected pattern | Define global variable with same name to get data global rf_product_weight=0 |
pallet_dim = palletmanager_daemon.get_pallet_dimensions(0) pallet_width = pallet_dim[0] / 1000 pallet_length = pallet_dim[1] / 1000 pallet_height = pallet_dim[2] / 1000 | Pallet data from selected Pattern | |
product_dim = palletmanager_daemon.get_product_dimensions(0) product_width = product_dim[0] / 1000 product_length = product_dim[1] / 1000 product_height = product_dim[2] / 1000 product_weight = product_dim[3] / 1000 | Product data from selected Pattern |
General
Content
Integrations