| |||
Interfaces and Methods - Schemas - FDT Specification - Quicklinks - Abbreviations | |||
FDTModbusAddressSchema |
Download Modbus Annex from FDT Group Homepage. FDTModbusAddressSchema"
xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:fdt="x-schema:FDTDataTypesSchema.xml" ><!-- Address schema for Modbus protocol V1.0 --> <!-- This additional schema describes the different methods of addressing for Modbus TCP and Modbus Serial Line Devices --> <AttributeType name="schemaVersion" dt:type="number" default="1.0" /> <!-- Definition of attributes for Modbus addressing --> <!-- Slave address for Modbus Serial Line --> <AttributeType name="slaveAddress" dt:type="ui1" /> <!-- IP address for Modbus TCP --> <AttributeType name="tcpAddress" dt:type="string" /> <!-- TCP Port for Modbus TCP (default 502) --> <AttributeType name="tcpPort" dt:type="ui2" default="502" /> <ElementType name="ModbusTCP" content="mixed" model="closed" > <attribute type="fdt:nodeId"
required="no" /><attribute type="tcpAddress"
required="yes" /><attribute type="tcpPort"
required="no" /><attribute type="slaveAddress"
required="no" /></ElementType> <ElementType name="ModbusSerial" content="mixed" model="closed" > <attribute type="fdt:nodeId"
required="no" /><attribute type="slaveAddress"
required="yes" /></ElementType> </Schema> | ||
© by M&M Software GmbH, parts of this website taken from FDT Interface Specification Version 1.2.1, © by FDT Group, AISBL. This website is published for support of M&M products as granted in license conditions, chapter 2.1. Last updated 2015-02-05 15:18 Email: FDT Technical Support Line. | |||