Files
Uniper_PLC/PLC/POUs/Sunspec/ModelData/ST_SunspecNameplateRatings.TcDUT
2024-05-22 17:43:26 +02:00

95 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
<DUT Name="ST_SunspecNameplateRatings" Id="{d43d4b8b-dd50-4ed8-ac51-53563f3eb7b3}">
<Declaration><![CDATA[// Sunspec register 40.122 - 40.149 (Size 28)
TYPE ST_SunspecNameplateRatings :
STRUCT
// Model value
uiID : UINT;
// Model length
uiL : UINT;
// Type of DER device
wDERTyp : WORD;
// Continuous power output capability of the inverter
uiWRtg : UINT;
// Continuous power output capability of the inverter scaling factor
uiWRtgSF : INT;
// Continuous volt-ampere output capability of the inverter
uiVARtg : UINT;
// Continuous volt-ampere output capability of the inverter scaling factor
uiVARtgSF : INT;
// Continuous VAR capability of the inverter in quadrant 1
iVArRtgQ1 : INT;
// Continuous VAR capability of the inverter in quadrant 2
iVArRtgQ2 : INT;
// Continuous VAR capability of the inverter in quadrant 3
iVArRtgQ3 : INT;
// Continuous VAR capability of the inverter in quadrant 4
iVArRtgQ4 : INT;
// Continuous VAR capability of the inverter in quadrant 1-4 scaling factor
iVArRtgSF : INT;
// Maximum RMS AC current level capability of the inverter
uiARtg : UINT;
// Maximum RMS AC current level capability of the inverter scaling factor
uiARtgSF : INT;
// Minimum power factor capability of the inverter in quadrant 1
iPFRtgQ1 : INT;
// Minimum power factor capability of the inverter in quadrant 2
iPFRtgQ2 : INT;
// Minimum power factor capability of the inverter in quadrant 3
iPFRtgQ3 : INT;
// Minimum power factor capability of the inverter in quadrant 4
iPFRtgQ4 : INT;
// Minimum power factor capability of the inverter in quadrant 1-4 scaling factor
iPFRtgSF : INT;
// Nominal energy rating of storage device
uiWHRtg : UINT;
// Nominal energy rating of storage device scaling factor
uiWHRtgSF : INT;
// The usable capacity of the battery
uiAhrRtg : UINT;
// The usable capacity of the battery scaling factor
uiAhrRtgSF : INT;
// Maximum rate of energy transfer into the storage device
uiMaxChaRte : UINT;
// Maximum rate of energy transfer into the storage device scaling factor
uiMaxChaRteSF : INT;
// Maximum rate of energy transfer out of the storage device
uiMaxDisChaRte : UINT;
// Maximum rate of energy transfer out of the storage device scaling factor
uiMaxDisChaRteSF : INT;
// Padding register
wPad : WORD;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>