IF_MulticarrierConfiguration - AllowDisabledCarriersOnTrack (Method)

Overview

Type:

Method

Available as of:

V1.1.9.0

Task

Allowing disabled carriers on the track.

Description

With the method AllowDisabledCarriersOnTrack, you can specify that not all carriers must be enabled and in position control when the function block FB_Multicarrier is being enabled. You can move the enabled carriers while individual carriers on the track are disabled.

Inputs

Input

Data type

Description

i_xAllowDisabledCarriers

BOOL

If i_xAllowDisabledCarriers is set to TRUE, disabled carriers are allowed on the track when the function block FB_Multicarrier is enabled.

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.