E_PMA_ScalingType
The enumeration E_PMA_ScalingType lists all scaling options for spectral calculations. It is used in the structures of the initialization parameters. Further details can be found in the appendix to the "TF3600 Condition Monitoring" documentation.
Syntax
Definition:
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_PMA_ScalingType :
(
NoScaling := 0,
DiracScaling := 1,
PeakAmplitude := 2,
RootPowerSum := 3,
RMS := 4,
GainCorrection := 5,
PowerSpectralDensity := 6,
UnitaryScaling := 7
) UDINT;
END_TYPE
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.0 | PC or CX (x86, x64) | Tc3_PowerMonitoring |