GVL_PMA
The power monitoring library contains the following constants in the PLC:
{attribute 'qualified_only'}
VAR_GLOBAL
eEventTraceLevel : TcEventSeverity := TcEventSeverity.Info;
END_VAR
VAR_GLOBAL CONSTANT
cMA_MaxDest : UDINT := 20; // maximum destinations for one analysis block
cMA_MaxID : UDINT := 600; // maximum ID which can be used (=maximum number of analysis blocks
cMbRMS_MaxBands : UDINT := 300; // maximum number of bands usable in multiband rms
cMaxQuantiles : UDINT := 40; // maximum number of quantiles
cMinArgLog10 : LREAL := 2.3E-308; // min value to calculate logarithm
END_VAR
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.0 | PC or CX (x86, x64) | Tc3_PowerMonitoring |