blob: bd5135c8ab7e176f2a8f908928c3585e223ce40f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<test:testsuite xmlns:test="https://plc4x.apache.org/schemas/parser-serializer-testsuite.xsd"
byteOrder="BIG_ENDIAN">
<name>Modbus</name>
<protocolName>modbus</protocolName>
<outputFlavor>read-write</outputFlavor>
<testcase>
<name>Read Input Registers Request</name>
<raw>000000000006ff0408d20002</raw>
<root-type>ModbusADU</root-type>
<parser-arguments>
<driverType>MODBUS_TCP</driverType>
<response>false</response>
</parser-arguments>
<xml>
<ModbusADU>
<ModbusTcpADU>
<transactionIdentifier dataType="uint" bitLength="16">0</transactionIdentifier>
<protocolIdentifier dataType="uint" bitLength="16">0</protocolIdentifier>
<length dataType="uint" bitLength="16">6</length>
<unitIdentifier dataType="uint" bitLength="8">255</unitIdentifier>
<pdu>
<ModbusPDU>
<errorFlag dataType="bit" bitLength="1">false</errorFlag>
<functionFlag dataType="uint" bitLength="7">4</functionFlag>
<ModbusPDUReadInputRegistersRequest>
<startingAddress dataType="uint" bitLength="16">2258</startingAddress>
<quantity dataType="uint" bitLength="16">2</quantity>
</ModbusPDUReadInputRegistersRequest>
</ModbusPDU>
</pdu>
</ModbusTcpADU>
</ModbusADU>
</xml>
</testcase>
<testcase>
<name>Read Input Registers Response</name>
<raw>
7cfe000000c9ff04c600000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000004000000000000000000000000000001db000001d600004a380000000000000000000000000000000000000000000000000000000000006461696d006e0000000000000000000000000000303100300000000000000000000000000000000000000000000000000000000000000000000000000000
</raw>
<root-type>ModbusADU</root-type>
<parser-arguments>
<driverType>MODBUS_TCP</driverType>
<response>true</response>
</parser-arguments>
<xml>
<ModbusADU>
<ModbusTcpADU>
<transactionIdentifier dataType="uint" bitLength="16">31998</transactionIdentifier>
<protocolIdentifier dataType="uint" bitLength="16">0</protocolIdentifier>
<length dataType="uint" bitLength="16">201</length>
<unitIdentifier dataType="uint" bitLength="8">255</unitIdentifier>
<pdu>
<ModbusPDU>
<errorFlag dataType="bit" bitLength="1">false</errorFlag>
<functionFlag dataType="uint" bitLength="7">4</functionFlag>
<ModbusPDUReadInputRegistersResponse>
<byteCount dataType="uint" bitLength="8">198</byteCount>
<value dataType="byte" bitLength="1584">0x00000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000004000000000000000000000000000001db000001d600004a380000000000000000000000000000000000000000000000000000000000006461696d006e0000000000000000000000000000303100300000000000000000000000000000000000000000000000000000000000000000000000000000</value>
</ModbusPDUReadInputRegistersResponse>
</ModbusPDU>
</pdu>
</ModbusTcpADU>
</ModbusADU>
</xml>
</testcase>
<testcase>
<name>Device identification request</name>
<raw>
000100000005012b0e0387
</raw>
<root-type>ModbusADU</root-type>
<parser-arguments>
<driverType>MODBUS_TCP</driverType>
<response>false</response>
</parser-arguments>
<xml>
<ModbusADU>
<ModbusTcpADU>
<transactionIdentifier dataType="uint" bitLength="16">1</transactionIdentifier>
<protocolIdentifier dataType="uint" bitLength="16">0</protocolIdentifier>
<length dataType="uint" bitLength="16">5</length>
<unitIdentifier dataType="uint" bitLength="8">1</unitIdentifier>
<pdu>
<ModbusPDU>
<errorFlag dataType="bit" bitLength="1">false</errorFlag>
<functionFlag dataType="uint" bitLength="7">43</functionFlag>
<ModbusPDUReadDeviceIdentificationRequest>
<meiType dataType="uint" bitLength="8">14</meiType>
<level>
<ModbusDeviceInformationLevel dataType="uint" bitLength="8" stringRepresentation="EXTENDED">3</ModbusDeviceInformationLevel>
</level>
<objectId dataType="uint" bitLength="8">135</objectId>
</ModbusPDUReadDeviceIdentificationRequest>
</ModbusPDU>
</pdu>
</ModbusTcpADU>
</ModbusADU>
</xml>
</testcase>
<testcase>
<name>Device identification response</name>
<raw>
00010000000f012b0e03030087028701018802313d
</raw>
<root-type>ModbusADU</root-type>
<parser-arguments>
<driverType>MODBUS_TCP</driverType>
<response>true</response>
</parser-arguments>
<xml>
<ModbusADU>
<ModbusTcpADU>
<transactionIdentifier dataType="uint" bitLength="16">1</transactionIdentifier>
<protocolIdentifier dataType="uint" bitLength="16">0</protocolIdentifier>
<length dataType="uint" bitLength="16">15</length>
<unitIdentifier dataType="uint" bitLength="8">1</unitIdentifier>
<pdu>
<ModbusPDU>
<errorFlag dataType="bit" bitLength="1">false</errorFlag>
<functionFlag dataType="uint" bitLength="7">43</functionFlag>
<ModbusPDUReadDeviceIdentificationResponse>
<meiType dataType="uint" bitLength="8">14</meiType>
<level>
<ModbusDeviceInformationLevel dataType="uint" bitLength="8" stringRepresentation="EXTENDED">3</ModbusDeviceInformationLevel>
</level>
<individualAccess dataType="bit" bitLength="1">false</individualAccess>
<conformityLevel>
<ModbusDeviceInformationConformityLevel dataType="uint" bitLength="7" stringRepresentation="EXTENDED_STREAM_ONLY">3</ModbusDeviceInformationConformityLevel>
</conformityLevel>
<moreFollows>
<ModbusDeviceInformationMoreFollows dataType="uint" bitLength="8" stringRepresentation="NO_MORE_OBJECTS_AVAILABLE">0</ModbusDeviceInformationMoreFollows>
</moreFollows>
<nextObjectId dataType="uint" bitLength="8">135</nextObjectId>
<numberOfObjects dataType="uint" bitLength="8">2</numberOfObjects>
<objects isList="true">
<ModbusDeviceInformationObject>
<objectId dataType="uint" bitLength="8">135</objectId>
<objectLength dataType="uint" bitLength="8">1</objectLength>
<data dataType="byte" bitLength="8">0x01</data>
</ModbusDeviceInformationObject>
<ModbusDeviceInformationObject>
<objectId dataType="uint" bitLength="8">136</objectId>
<objectLength dataType="uint" bitLength="8">2</objectLength>
<data dataType="byte" bitLength="16">0x313d</data>
</ModbusDeviceInformationObject>
</objects>
</ModbusPDUReadDeviceIdentificationResponse>
</ModbusPDU>
</pdu>
</ModbusTcpADU>
</ModbusADU>
</xml>
</testcase>
<testcase>
<name>Read Extended Registers Request Split File Record</name>
<raw>000a0000001101140e060003270e000206000400000008</raw>
<root-type>ModbusADU</root-type>
<parser-arguments>
<driverType>MODBUS_TCP</driverType>
<response>false</response>
</parser-arguments>
<xml>
<ModbusADU>
<ModbusTcpADU>
<transactionIdentifier dataType="uint" bitLength="16">10</transactionIdentifier>
<protocolIdentifier dataType="uint" bitLength="16">0</protocolIdentifier>
<length dataType="uint" bitLength="16">17</length>
<unitIdentifier dataType="uint" bitLength="8">1</unitIdentifier>
<pdu>
<ModbusPDU>
<errorFlag dataType="bit" bitLength="1">false</errorFlag>
<functionFlag dataType="uint" bitLength="7">20</functionFlag>
<ModbusPDUReadFileRecordRequest>
<byteCount dataType="uint" bitLength="8">14</byteCount>
<items isList="true">
<ModbusPDUReadFileRecordRequestItem>
<referenceType dataType="uint" bitLength="8">6</referenceType>
<fileNumber dataType="uint" bitLength="16">3</fileNumber>
<recordNumber dataType="uint" bitLength="16">9998</recordNumber>
<recordLength dataType="uint" bitLength="16">2</recordLength>
</ModbusPDUReadFileRecordRequestItem>
<ModbusPDUReadFileRecordRequestItem>
<referenceType dataType="uint" bitLength="8">6</referenceType>
<fileNumber dataType="uint" bitLength="16">4</fileNumber>
<recordNumber dataType="uint" bitLength="16">0</recordNumber>
<recordLength dataType="uint" bitLength="16">8</recordLength>
</ModbusPDUReadFileRecordRequestItem>
</items>
</ModbusPDUReadFileRecordRequest>
</ModbusPDU>
</pdu>
</ModbusTcpADU>
</ModbusADU>
</xml>
</testcase>
<testcase>
<name>Read Extended Registers Response Split File Record</name>
<raw>000a0000001b011418050600000000110600000000000000000000000000000000</raw>
<root-type>ModbusADU</root-type>
<parser-arguments>
<driverType>MODBUS_TCP</driverType>
<response>true</response>
</parser-arguments>
<xml>
<ModbusADU>
<ModbusTcpADU>
<transactionIdentifier dataType="uint" bitLength="16">10</transactionIdentifier>
<protocolIdentifier dataType="uint" bitLength="16">0</protocolIdentifier>
<length dataType="uint" bitLength="16">27</length>
<unitIdentifier dataType="uint" bitLength="8">1</unitIdentifier>
<pdu>
<ModbusPDU>
<errorFlag dataType="bit" bitLength="1">false</errorFlag>
<functionFlag dataType="uint" bitLength="7">20</functionFlag>
<ModbusPDUReadFileRecordResponse>
<byteCount dataType="uint" bitLength="8">24</byteCount>
<items isList="true">
<ModbusPDUReadFileRecordResponseItem>
<dataLength dataType="uint" bitLength="8">5</dataLength>
<referenceType dataType="uint" bitLength="8">6</referenceType>
<data dataType="byte" bitLength="32">0x00000000</data>
</ModbusPDUReadFileRecordResponseItem>
<ModbusPDUReadFileRecordResponseItem>
<dataLength dataType="uint" bitLength="8">17</dataLength>
<referenceType dataType="uint" bitLength="8">6</referenceType>
<data dataType="byte" bitLength="128">0x00000000000000000000000000000000</data>
</ModbusPDUReadFileRecordResponseItem>
</items>
</ModbusPDUReadFileRecordResponse>
</ModbusPDU>
</pdu>
</ModbusTcpADU>
</ModbusADU>
</xml>
</testcase>
<testcase>
<name>Write Extended Registers Request File Record</name>
<raw>000a0000000c011509060002000000010008</raw>
<root-type>ModbusADU</root-type>
<parser-arguments>
<driverType>MODBUS_TCP</driverType>
<response>false</response>
</parser-arguments>
<xml>
<ModbusADU>
<ModbusTcpADU>
<transactionIdentifier dataType="uint" bitLength="16">10</transactionIdentifier>
<protocolIdentifier dataType="uint" bitLength="16">0</protocolIdentifier>
<length dataType="uint" bitLength="16">12</length>
<unitIdentifier dataType="uint" bitLength="8">1</unitIdentifier>
<pdu>
<ModbusPDU>
<errorFlag dataType="bit" bitLength="1">false</errorFlag>
<functionFlag dataType="uint" bitLength="7">21</functionFlag>
<ModbusPDUWriteFileRecordRequest>
<byteCount dataType="uint" bitLength="8">9</byteCount>
<items isList="true">
<ModbusPDUWriteFileRecordRequestItem>
<referenceType dataType="uint" bitLength="8">6</referenceType>
<fileNumber dataType="uint" bitLength="16">2</fileNumber>
<recordNumber dataType="uint" bitLength="16">0</recordNumber>
<recordLength dataType="uint" bitLength="16">1</recordLength>
<recordData dataType="byte" bitLength="16">0x0008</recordData>
</ModbusPDUWriteFileRecordRequestItem>
</items>
</ModbusPDUWriteFileRecordRequest>
</ModbusPDU>
</pdu>
</ModbusTcpADU>
</ModbusADU>
</xml>
</testcase>
<testcase>
<name>Write Extended Registers Request Split File Record</name>
<raw>000a00000015011512060001270F00010000060002000000010000</raw>
<root-type>ModbusADU</root-type>
<parser-arguments>
<driverType>MODBUS_TCP</driverType>
<response>false</response>
</parser-arguments>
<xml>
<ModbusADU>
<ModbusTcpADU>
<transactionIdentifier dataType="uint" bitLength="16">10</transactionIdentifier>
<protocolIdentifier dataType="uint" bitLength="16">0</protocolIdentifier>
<length dataType="uint" bitLength="16">21</length>
<unitIdentifier dataType="uint" bitLength="8">1</unitIdentifier>
<pdu>
<ModbusPDU>
<errorFlag dataType="bit" bitLength="1">false</errorFlag>
<functionFlag dataType="uint" bitLength="7">21</functionFlag>
<ModbusPDUWriteFileRecordRequest>
<byteCount dataType="uint" bitLength="8">18</byteCount>
<items isList="true">
<ModbusPDUWriteFileRecordRequestItem>
<referenceType dataType="uint" bitLength="8">6</referenceType>
<fileNumber dataType="uint" bitLength="16">1</fileNumber>
<recordNumber dataType="uint" bitLength="16">9999</recordNumber>
<recordLength dataType="uint" bitLength="16">1</recordLength>
<recordData dataType="byte" bitLength="16">0x0000</recordData>
</ModbusPDUWriteFileRecordRequestItem>
<ModbusPDUWriteFileRecordRequestItem>
<referenceType dataType="uint" bitLength="8">6</referenceType>
<fileNumber dataType="uint" bitLength="16">2</fileNumber>
<recordNumber dataType="uint" bitLength="16">0</recordNumber>
<recordLength dataType="uint" bitLength="16">1</recordLength>
<recordData dataType="byte" bitLength="16">0x0000</recordData>
</ModbusPDUWriteFileRecordRequestItem>
</items>
</ModbusPDUWriteFileRecordRequest>
</ModbusPDU>
</pdu>
</ModbusTcpADU>
</ModbusADU>
</xml>
</testcase>
</test:testsuite>