UDT_SystemEnergy2
The SystemEnergy2 UDT is used to transfer the acyclic energy and power data of the System avatar. The interfaces of the PN_SystemEnergy and DP_SystemEnergy function blocks contain this UDT as a parameter.
Elements
Element |
Data Type |
Description |
---|---|---|
VSwellRecordReg1 |
STRUCT |
|
VSwellRecordReg2 |
STRUCT |
|
VSwellRecordReg3 |
STRUCT |
|
VSwellRecordReg4 |
STRUCT |
|
VSwellRecordReg5 |
STRUCT |
|
VSwellCnt |
UINT |
Voltage swell counter value. |
TotActPow |
DINT |
Total active power for the system. (Unit: W) |
MaxTotActPow |
DINT |
Maximum value of the active power for the system. (Unit: W) |
MaxTotActPowTimestamp |
DTL |
Date and time when the maximum active power value was recorded. |
TotReactPower |
DINT |
Total reactive power for the system. (Unit: VAR) |
MaxTotReactPow |
DINT |
Maximum value of the reactive power for the system. (Unit: VAR) |
MaxTotReactPowTimestamp |
DTL |
Date and time when the maximum reactive power value was recorded. |
TruePowFact |
USINT |
True power factor value. |
MinTruePowFact |
USINT |
True minimum power factor value. |
MaxTruePowFact |
USINT |
True maximum power factor value. |
MinTruePowFactTimestamp |
DTL |
Date and time when the minimum true power factor value was recorded. |
MaxTruePowFactTimestamp |
DTL |
Date and time when the maximum power factor value was recorded. |
TotActEnergy |
UDINT |
Total active energy value for all avatars in the system with Energy Monitoring Enabled. (Unit: Wh) |
TotReactEnergy |
UDINT |
Total reactive energy value for all avatars in the system with Energy Monitoring Enabled. (Unit: VARh) |
Struct VSwellRecordRegX
Element |
Data Type |
Description |
---|---|---|
uiMagnitude |
UINT |
Magnitude of the voltage register. |
dtlStartDate |
DTL |
Start timestamp of the voltage register. |
dtlStopDate |
DTL |
Stop timestamp of the voltage register. |