﻿<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
  <DUT Name="ConfigPMSVessel" Id="{47e3c920-17fc-0d4c-12d1-3ba43acbb551}">
    <Declaration><![CDATA[TYPE ConfigPMSVessel :
	STRUCT
		powerLimit				: LREAL := 10000.0; // Max continous power in kW
		powerLimitCritical		: LREAL := 20000.0; // Max power over a short period
		powerCriticalTime		: TIME := T#2S; // for how long can be that amount of power used
		
		powerRegenLimit			: LREAL := 10000.0; // Max continuos regen power in kW 
 		powerRegenLimitCritical	: LREAL := 20000.0; // Max regen limit for a short period in kW
		powerRegenCriticalTime	: TIME := T#2S; // For how long can be that amount of regen used
		
		filterTime				: TIME := T#1S; // Filter for spikes
	END_STRUCT
END_TYPE
]]></Declaration>
  </DUT>
</TcPlcObject>