ST_CM_MovingMoments_InitPars

Baustein-spezifische Struktur mit Initialisierungsparametern, die bei der Initialisierung des Bausteins ausgewertet werden.

TYPE ST_CM_MovingMoments_InitPars EXTENDS ST_CM_Object_InitPars :
STRUCT
    nChannels             : UDINT := 1;      (* Number of channels. *)
    nSubChannels          : UDINT := 0;      (* Number of subchannels. *)
    nInLength             : UDINT := 100;    (* Length of input data array. *)
    nPopulation           : UDINT := 100;    (* Size of the population. *)
    bPopulationEstimates  : BOOL := TRUE;    (* Apply Bessel's correction to results. *)
END_STRUCT
END_TYPE

Voraussetzungen

Entwicklungsumgebung

Zielplattform

Einzubindende SPS-Bibliotheken

TwinCAT v3.1.4022.25

PC or CX (x86, x64)

Tc3_CM_Base