IF_CarrierConfiguration - SetToolDimensions (Method)

Overview

Type:

Method

Available as of:

V1.0.0.0

Task

Setting the tool dimensions.

Description

With the method SetToolDimensions, you can define the length, the width and the height of the tool installed at the carrier.

Inputs

Input

Data type

Value range

Unit

Description

i_lrToolLength

LREAL

i_lrToolLength ≥ 0.0

mm

Specifies the length of the tool.

i_ lrToolWidth

LREAL

i_ lrToolWidth ≥ 0.0

mm

Specifies the width of the tool.

i_ lrToolHeight

LREAL

i_ lrToolHeight ≥ 0.0

mm

Specifies the height of the tool.

Outputs

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

ET_Result

Provides diagnostic and status information as a numeric value.
If q_xError = FALSE, q_etResult provides status information.
If q_xError = TRUE, q_etResult provides diagnostic/error information.

q_sResultMsg

STRING [255]

Provides additional diagnostic and status information as a text message.