ST_AssertArrayResultInstances Struct
Fields
| Name | Type | Description |
|---|---|---|
AssertArrayResult |
ST_AssertArrayResult | |
DetectionCount |
UINT | Number of instances of the "AssertArrayResult" |
DetectionCountThisCycle |
UINT | Number of instance of the "AssertArrayResult" in this specific PLC-cycle |
Used by
Declaration source
TYPE ST_AssertArrayResultInstances :
STRUCT
AssertArrayResult : ST_AssertArrayResult;
DetectionCount : UINT; // Number of instances of the "AssertArrayResult"
DetectionCountThisCycle : UINT; // Number of instance of the "AssertArrayResult" in this specific PLC-cycle
END_STRUCT
END_TYPE