With the method SetProductDimensions, you can define the length, the width and the height of the product to be transported by the carrier.
Input |
Data type |
Value range |
Unit |
Description |
---|---|---|---|---|
i_lrProductLength |
LREAL |
i_ lrProductLength ≥ 0.0 |
mm |
Specifies the length of the product. |
i_ lrProductWidth |
LREAL |
i_ lrProductWidth ≥ 0.0 |
mm |
Specifies the width of the product. |
i_ lrProductHeight |
LREAL |
i_ lrProductHeight ≥ 0.0 |
mm |
Specifies the height of the product. |
Output |
Data type |
Description |
---|---|---|
q_xError |
BOOL |
Indicates TRUE if an error has been detected. For details, refer to q_etResult and q_sResultMsg. |
q_etResult |
Provides diagnostic and status information as a numeric value. |
|
q_sResultMsg |
STRING [255] |
Provides additional diagnostic and status information as a text message. |