ST_AssertArrayResultInstances Struct


Fields

NameTypeDescription
AssertArrayResultST_AssertArrayResult
DetectionCountUINTNumber of instances of the "AssertArrayResult"
DetectionCountThisCycleUINTNumber 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