Skip to end of banner
Go to start of banner

Product and pallet

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

  • No labels