OUTPUT_REF_MULTIEDGE

The data type OUTPUT_REF_MULTIEDGE contains data describing the state of a digital output. In addition to the switching state it contains time stamps for state changes. The data type is used in conjunction with terminals that allow multiple switching operations per PLC cycle by means of multi-timestamp.

TYPE OUTPUT_REF_MULTIEDGE : 
STRUCT 
    SwitchEvent : ARRAY [0..TCMC2_XFC_MAXINDEXOFMULTIEDGEOUTPUTEVENTS] OF ST_SwitchEvent; 
END_STRUCT 
END_TYPE

Name

Type

SwitchEvent 

ARRAY [0..TCMC2_XFC_MAXINDEXOFMULTIEDGEOUTPUTEVENTS] OF ST_SwitchEvent