CamConfig

This attribute should be linked to a server symbol that represents the array of cam configuration objects (structures or function blocks) in the PLC.

From version 12.24 there are two possibilities to define individual cam configuration objects.

FB_CamCfgHmi (Link)

Name

Type

Description

CamActive

Boolean

Is set to TRUE by the PLC for a cam switch when that cam switch is active.

Hysteresis

Number

Width added to both side of cam threshold to define cam range.

Threshold

Number

Define position of the cam switch on the scale.

FB_CamSwitchHmi (Link)

Name

Type

Description

Active

Boolean

Is set to TRUE by the PLC for a cam switch when that cam switch is active.

InUse

Boolean

If the cam switch is displayed on the control.

LowerRange

Number

Lower range, starting from the threshold value.

UpperRange

Number

Upper range, starting from the threshold value.

Threshold

Number

Define position of the cam switch on the scale.

Schema: tchmi:framework#/definitions/Symbol

Attribute getter: getCamConfig

Attribute setter: setCamConfig

Available: since version 12.6.0