E_CM_WindowMode
TYPE E_CM_WindowMode : (
eCM_SlidingWindow := 0, (* The analysis is done over the last cycles in each cycle. *)
eCM_FixWindow := 1, (* The analysis is done over an interval of fix size. If one interval is passed another interval begins. *)
eCM_Continuous := 2 (* The analysis is done for the whole time since starting of the analysis. *)
) UDINT;
END_TYPE
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4022.25 | PC or CX (x86, x64) | Tc3_CM_Base |