| |||
Interfaces and Methods - Schemas - FDT Specification - Quicklinks - Abbreviations | |||
FDTTopologyScanRequestSchema | 12.28 FDTTopologyScanRequestSchema
Used at: IFdtChannelScan::ScanRequest() The XML document contains the range of addresses to scan. Following options are provided: 1. Address range, which could be used also for one address. 2. All addresses provided by fieldbus. 3. Protocol UUID to identify the protocol in case more than one protocol is supported. FDTTopologyScanRequestSchema"
xmlns="urn:schemas-microsoft-com:xml-data" xmlns:fdt="x-schema:FDTDataTypesSchema.xml" xmlns:dt="urn:schemas-microsoft-com:datatypes" ><!-- Definition of Attributes --> <AttributeType name="busAddressBegin"
dt:type="string" /><AttributeType name="busAddressEnd"
dt:type="string" /><AttributeType name="scanMode"
dt:type="enumeration" dt:values="allAddresses openGUI" /><!-- Definition of Elements --> <ElementType name="BusAddressRange"
content="empty" model="closed" ><attribute type="busAddressBegin"
required="yes" /><attribute type="busAddressEnd"
required="no" /></ElementType> <ElementType name="BusAddressRanges"
content="eltOnly" model="closed" ><attribute type="fdt:nodeId"
required="no" /><attribute type="fdt:busCategory"
required="yes" /><element type="BusAddressRange"
minOccurs="1" maxOccurs="*" /></ElementType> <ElementType name="ScanMode"
content="empty" model="closed" ><attribute type="fdt:nodeId"
required="no" /><attribute type="scanMode"
required="yes" /><attribute type="fdt:busCategory"
required="yes" /></ElementType> <ElementType name="FDT"
content="eltOnly" model="closed" ><attribute type="fdt:nodeId"
required="no" /><group order="one" > <element type="BusAddressRanges"
/><element type="ScanMode"
/></group> </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. | |||