ST_EL2262_Diagnostics

The data type ST_EL2262_Diagnostics contains diagnostic data that can be used for error analysis.

TYPE ST_EL2262_Diagnostics : 
STRUCT 
    ErrorOnOutputMissed     : BOOL;
    ErrorOffOutputMissed    : BOOL;
    OnPrecisionReduced      : BOOL;
    OffPrecisionReduced     : BOOL;
    LastOutputLevel         : BOOL;
    ActivatedOnValues       : INT;
    ActivatedOffValues      : INT;
END_STRUCT 
END_TYPE

ErrorOnOutputMissed

Indicates that a rising switching edge could not be determined to an exact cycle and therefore could not be output. The ForceWhenLate input can be set in order to output the switching edge as well as possible.

ErrorOffOutputMissed

Indicates that a falling switching edge could not be determined to an exact cycle and therefore could not be output. The ForceWhenLate input can be set in order to output the switching edge as well as possible.

OnPrecisionReduced

Indicates that a rising switching edge could not be determined to an exact cycle. However, the switching edge was output as well as possible.

OffPrecisionReduced

Indicates that a falling switching edge could not be determined to an exact cycle. However, the switching edge was output as well as possible.

LastOutputLevel

Indicates which signal state the channel of the EL2262 will have after the following update.

ActivatedOnValues

Number of rising edges activated in this cycle

ActivatedOffValues

Number of falling edges activated in this cycle