XFC_Ref_Signal_Ref

TYPE XFC_Ref_Signal_Ref :
STRUCT
    Level                : BOOL;

    TimeStampRisingEdge  : UDINT;
    TimeStampFallingEdge : UDINT;
END_STRUCT
END_TYPE

Name

Type

Description

Level

BOOL

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

TimeStampRisingEdge

UDINT

Timestamp of the last rising edge of the digital input signal.

If the input signal supplies a 64-bit timestamp T_DCTIME, only the lower 32 bits are supplied. It is therefore important to ensure that the value at the time of the evaluation is not older than 2 seconds.

TimeStampFallingEdge

UDINT

Timestamp of the last falling edge of the digital input signal.

If the input signal supplies a 64-bit timestamp T_DCTIME, only the lower 32 bits are supplied. It is therefore important to ensure that the value at the time of the evaluation is not older than 2 seconds.