Added error and waring messages and updated tower light inputs

- Added strings not ready in time error
- Added battery already full warning
- Added battery already empty warning
- Added battery in stop input to tower light
- Added warnings active to tower light
- Added BMS State Machine errors to tower light input
This commit is contained in:
Matthias Heisig
2025-09-10 12:13:40 +02:00
parent d718c813c9
commit 0d3369d54d
9 changed files with 552 additions and 413 deletions

View File

@@ -201,6 +201,9 @@
<Compile Include="POUs\Sunspec\Refu\U_SUNSPEC_ERROR.TcDUT">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\Utility\FB_AlarmMessage.TcPOU">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="DUTs" />
@@ -208,6 +211,7 @@
<Folder Include="DUTs\Modbus\HoldingRegisters" />
<Folder Include="DUTs\Modbus\ErrorWarningRegisters" />
<Folder Include="GVLs" />
<Folder Include="POUs\Utility" />
<Folder Include="POUs\Sunspec" />
<Folder Include="POUs\Sunspec\Kaco" />
<Folder Include="POUs\Sunspec\Refu" />