Added multi string handling and balancing

This commit is contained in:
Matthias Heisig
2025-02-13 21:26:50 +01:00
parent f9df0a5180
commit 2ded890dd4
14 changed files with 554 additions and 302 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.8">
<DUT Name="E_BMS_CONTROL_MODE" Id="{ab000a04-c252-420d-ac1e-2bf611fa911a}">
<Declaration><![CDATA[{attribute 'qualified_only'}
{attribute 'strict'}
@@ -10,7 +10,9 @@ TYPE E_BMS_CONTROL_MODE :
SAFETY_CHECK := 3,
CAPACITY_TEST := 4,
MANUAL := 5,
BALANCING := 6
BALANCING := 6,
CYCLING := 7,
PRECHARGE := 8
);
END_TYPE
]]></Declaration>