Last changes before SAT
This commit is contained in:
@@ -13,15 +13,21 @@ VAR_GLOBAL
|
||||
stAckAlarmsButton : ST_HMI_CONTROL_BUTTON := (xRelease := TRUE);
|
||||
|
||||
// HMI interface to control the battery throught the HMI
|
||||
{attribute 'OPC.UA.DA' := '1'}
|
||||
stAutomaticModeHMI : ST_AUTO_HMI_INTERFACE;
|
||||
|
||||
// Requested control mode by HMI
|
||||
{attribute 'OPC.UA.DA' := '1'}
|
||||
eRequestedControlMode : E_BMS_CONTROL_MODE;
|
||||
|
||||
// Current control mode
|
||||
{attribute 'OPC.UA.DA' := '1'}
|
||||
{attribute 'OPC.UA.DA.Access' := '1'}
|
||||
eCurrentControlMode : E_BMS_CONTROL_MODE;
|
||||
|
||||
// Can change current control mode
|
||||
{attribute 'OPC.UA.DA' := '1'}
|
||||
{attribute 'OPC.UA.DA.Access' := '1'}
|
||||
xCanChangeControlMode : BOOL;
|
||||
|
||||
// Current battery power
|
||||
|
||||
Reference in New Issue
Block a user