Fixed some bugs and added inverter status to modbus register
- Safety now has a tof of 0,5s for Temp, Voltage and Pressure - Doppelhöcker now switches powercommand during second phase
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.8">
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.12">
|
||||
<DUT Name="ST_MODBUS_REG_11" Id="{7e772293-d4e3-4809-9da8-3d4e0412ede6}">
|
||||
<Declaration><![CDATA[{attribute 'analysis' := '-33'}
|
||||
{attribute 'pack_mode' := '1'}
|
||||
@@ -102,6 +102,30 @@ STRUCT
|
||||
|
||||
// Addr: 11.044
|
||||
lwErrorBitmap : LWORD;
|
||||
|
||||
// Addr: 11.048
|
||||
eInverter1RequestedState : E_KACO_PCU_REQUESTED_STATE;
|
||||
|
||||
// Addr: 11.049
|
||||
eInverter1CurrentState : E_KACO_CURRENT_STATE;
|
||||
|
||||
// Addr: 11.050
|
||||
eInverter1PCUState : E_KACO_PCU_STATE;
|
||||
|
||||
// Addr: 11.051
|
||||
eInverter1PCUError : E_KACO_PCU_ERROR;
|
||||
|
||||
// Addr: 11.052
|
||||
eInverter2RequestedState : E_KACO_PCU_REQUESTED_STATE;
|
||||
|
||||
// Addr: 11.053
|
||||
eInverter2CurrentState : E_KACO_CURRENT_STATE;
|
||||
|
||||
// Addr: 11.054
|
||||
eInverter2PCUState : E_KACO_PCU_STATE;
|
||||
|
||||
// Addr: 11.055
|
||||
eInverter2PCUError : E_KACO_PCU_ERROR;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
|
||||
Reference in New Issue
Block a user