MC_Ref_Signal_Ref

TYPE MC_Ref_Signal_Ref :
STRUCT
    SignalSource : E_SignalSource := SignalSource_Default;
    TouchProbe   : E_TouchProbe   := PlcEvent;
    Level        : BOOL;
END_STRUCT
END_TYPE

Name

Type

Description

SignalSource

E_SignalSource

Optionally defines the signal source, if it can be selected via the controller. In many cases the signal source is permanently configured in the drive and should then be set to the default value SignalSource_Default.

(Cf. E_SignalSource Tc2_MC2 library documentation)

TouchProbe

E_TouchProbe

Defines the latch unit (probe unit) within the encoder hardware used.

(Cf. E_TouchProbe Tc2_MC2 library documentation)

Level

BOOL

The current signal state of the sensor must be transferred here.