Minor refactoring
- Excluded union internal variable from static code analysis - Excluded unused field in Suncpec struct from static code analysis for later use
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
<DUT Name="U_EMS_CONTROLS_REGISTER" Id="{a1ff95b9-162c-49e5-b53b-4cd068746597}">
|
<DUT Name="U_EMS_CONTROLS_REGISTER" Id="{a1ff95b9-162c-49e5-b53b-4cd068746597}">
|
||||||
<Declaration><![CDATA[TYPE U_EMS_CONTROLS_REGISTER :
|
<Declaration><![CDATA[TYPE U_EMS_CONTROLS_REGISTER :
|
||||||
UNION
|
UNION
|
||||||
|
{attribute 'analysis' := '-33'}
|
||||||
wRegister : WORD;
|
wRegister : WORD;
|
||||||
stBitmap : ST_WORD_EMS_CONTROLS_BITMAP;
|
stBitmap : ST_WORD_EMS_CONTROLS_BITMAP;
|
||||||
END_UNION
|
END_UNION
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ STRUCT
|
|||||||
// Current inverter status
|
// Current inverter status
|
||||||
{attribute 'OPC.UA.DA' := '1'}
|
{attribute 'OPC.UA.DA' := '1'}
|
||||||
{attribute 'OPC.UA.DA.Access' := '1'}
|
{attribute 'OPC.UA.DA.Access' := '1'}
|
||||||
|
{attribute 'analysis' := '-33'}
|
||||||
uiStatus : UINT;
|
uiStatus : UINT;
|
||||||
END_STRUCT
|
END_STRUCT
|
||||||
END_TYPE
|
END_TYPE
|
||||||
|
|||||||
Reference in New Issue
Block a user