ST_CM_RainflowCounting_InitPars

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

TYPE ST_CM_RainflowCounting_InitPars EXTENDS ST_CM_Object_InitPars :
STRUCT
    nBins       : UDINT := 64;       (* Number of bins for the stress levels. *)
    fminStress  : LREAL := -40.0;    (* Lower limit of the stress bins. *)
    fmaxStress  : LREAL := 40.0;     (* Upper limit of the stress bins. *)
    nBinsMean   : UDINT := 64;       (* Number of bins for the mean levels. *)
    fminMean    : LREAL := -40.0;    (* Lower limit of bins for mean stress values. *)
    fmaxMean    : LREAL := 40.0;     (* Upper limit of bins for mean stress values. *)
    nChannels   : UDINT := 1;        (* Number of channels. *)
END_STRUCT
END_TYPE

Voraussetzungen

Entwicklungsumgebung

Zielplattform

Einzubindende SPS-Bibliotheken

TwinCAT v3.1.4022.25

PC or CX (x86, x64)

Tc3_CM_Base