Skip to content

Commit

Permalink
fix(plc4go/codgen): migrate eip suite
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Nov 1, 2021
1 parent 30865e2 commit 8edfa90
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<CipExchange>
<itemCount dataType="uint" bitLength="16">2</itemCount>
<nullPtr dataType="uint" bitLength="32">0</nullPtr>
<UnconnectedData dataType="uint" bitLength="16">178</UnconnectedData>
<unconnectedData dataType="uint" bitLength="16">178</unconnectedData>
<size dataType="uint" bitLength="16">10</size>
<service>
<CipService>
Expand All @@ -170,12 +170,7 @@
<dataType> <!--0xC4-->
<CIPDataTypeCode dataType="uint" bitLength="16" stringRepresentation="DINT">196</CIPDataTypeCode>
</dataType>
<data isList="true"> <!--0x216 but again issue when parsing Object to XML-->
<value dataType="int" bitLength="8">0</value>
<value dataType="int" bitLength="8">0</value>
<value dataType="int" bitLength="8">2</value>
<value dataType="int" bitLength="8">22</value>
</data>
<data dataType="byte" bitLength="32">0x00000216</data> <!--0x216 but again issue when parsing Object to XML-->
</CipReadResponse>
</CipService>
</service>
Expand Down Expand Up @@ -306,7 +301,7 @@
<CipExchange>
<itemCount dataType="uint" bitLength="16">2</itemCount>
<nullPtr dataType="uint" bitLength="32">0</nullPtr>
<UnconnectedData dataType="uint" bitLength="16">178</UnconnectedData>
<unconnectedData dataType="uint" bitLength="16">178</unconnectedData>
<size dataType="uint" bitLength="16">4</size>
<service>
<CipService>
Expand Down

0 comments on commit 8edfa90

Please sign in to comment.