ISA 62453-306-2011 Field device tool (FDT) interface specification C Part 306 Communication profile integration C IEC 61784 CPF 6 (103 00 07).pdf
《ISA 62453-306-2011 Field device tool (FDT) interface specification C Part 306 Communication profile integration C IEC 61784 CPF 6 (103 00 07).pdf》由会员分享,可在线阅读,更多相关《ISA 62453-306-2011 Field device tool (FDT) interface specification C Part 306 Communication profile integration C IEC 61784 CPF 6 (103 00 07).pdf(36页珍藏版)》请在麦多课文档分享上搜索。
1、 AMERICAN NATIONAL STANDARD ANSI/ISA62453-306 (103.00.07)-2011 Field device tool (FDT) interface specification Part 306: Communication profile integration IEC 61784 CPF 6 Approved 31 May 2011 ANSI/ISA62453-306 (103.00.07)-2011, FIELD DEVICE TOOL (FDT) INTERFACE SPECIFICATION Part 306: Communication
2、profile integration IEC 61784 CPF 6 ISBN: 978-0-876640-61-6 Copyright 2011 IEC and ISA. These materials are subject to copyright claims of IEC and ISA. No part of this publication may be reproduced in any form, including an electronic retrieval system, without the prior written permission of ISA. Al
3、l requests pertaining to the ANSI/ISA62453-306 (103.00.07)-2011 Standard should be submitted to ISA. ISA 67 Alexander Drive P.O. Box 12277 Research Triangle Park, North Carolina 27709 ANSI/ISA62453-306 (103.00.07)2011 - 3 - Preface This preface, as well as all footnotes and annexes, is included for
4、information purposes and is not part of ANSI/ISA62453-306 (103.00.07)2011. This document has been prepared as part of the service of ISA toward a goal of uniformity in the field of instrumentation. To be of real value, this document should not be static but should be subject to periodic review. Towa
5、rd this end, the Society welcomes all comm ents and criticisms and asks that they be addressed to the Secretary, Standards and Practices Board; ISA; 67 Alexander Drive; P. O. Box 12277; Research Triangle Park, NC 27709; Telephone (919) 549 -8411; Fax (919) 549-8288; E-mail: standardsisa.org. The ISA
6、 Standards and Practices Department is aware of the growing need for attention to the metric system of units in general, and the International System of Units (SI) in particular, in the preparation of instrumentation standards. The Department is further aware of the benefits to USA users of ISA stan
7、dards of incorporating suitable references to the SI (and the metric system) in their business and professional dealings with other countries. Toward this end, this Department will endeavor to introduce SI-acceptable metric units in all new and revised standards, recommended practices, and technical
8、 reports to the greatest extent possible. Standard for Use of the International System of Units (SI): The Modern Metric System, published by the American Society for Testing NetworkManagementInfoWrite service. The data types describe the address information of an IEC 61784 CPF 6 device (see Table 4
9、and Table 5) Table 4 Simple parameter access data types Data type Definition Description systemNumber USINT System number of the address information according to the IEC 61784 CPF 6 specification segmentNumber USINT Segment number of the address information according to the IEC 61784 CPF 6 specifica
10、tion positionNumber USINT Position number of the address information according to the IEC 61784 CPF 6 specification Table 5 Structured parameter access data types Data type Definition Description Elementary data types Usage Multiplicity Address STRUCT The address information of an IEC 61784 CPF 6 de
11、vice. systemNumber M 11 segmentNumber M 11 positionNumber M 11 9.2 Parameter for boot sequence After the Offline-Parameterization the parameter should be exported via the IDtmParameter Interface. Then a Communication DTM can collect the data, configure the cyclic communication of the IEC 61784 CPF 6
12、 network and generate a boot sequence, where the parameter will be written to the physical devices. All boot parameters shall be included in a DTMVariables list named “BOOT_PARAMS”. The boot parameter will be written subsequently to the devices. 10 Communication data types The data types described i
13、n this clause are used in the following services: connect service; disconnect service; transaction service. The service arguments contain the address information and the communication data (explained in Table 6 and Table 7).The data types described in this clause are defined for the following namesp
14、ace. ANSI/ISA62453-306 (103.00.07)2011 - 16 - Namespace: fdtinterbus Table 6 Simple communication data types Data type Definition Description systemNumber USINT System number of the address information according to the IEC 61784 CPF 6 specification segmentNumber USINT Segment number of the address i
15、nformation according to the IEC 61784 CPF 6 specification positionNumber USINT Position number of the address information according to the IEC 61784 CPF 6 specification errorCode ARRAY OF USINT Contains information why a service could not be successfully executed index UINT Address information accor
16、ding to the IEC 61784 CPF 6 specification subIndex USINT Address information according to the IEC 61784 CPF 6 specification communicationReference UUID Mandatory identifier for a communication link to a device This identifier is allocated by the communication component during the connect. The addres
17、s information shall be used for all following communication calls NOTE This is not the communication reference of the PMS. invokeId USINT Job number for parallel services according to the IEC 61784 CPF 6 specification reasonCode USINT Cause for a connection abort abortDetail ARRAY OF USINT Additiona
18、l information for a connection abort password USINT Password for the communication relationship to access device objects accessGroup USINT Manufacturer specific assignment of the controller board to an access group for which an access authorization for device objects is specified versionOD UINT Vers
19、ion number of the object directory profile UINT Identification of the device profile protection USINT Indicates whether the access rights are checked when accessing device objects manufacturerName STRING Manufacturer name of the device deviceName STRING The name of the device revision STRING The rev
20、ision number of the device sequenceTime UDINT Period of time in ms for the whole sequence delayTime UDINT Delay time in ms between two communication calls schemaVersion INT Defines the version of the schema systemTag STRING System Tag of a DTM. It is strongly recommended to provide the attribute in
21、the Request document ANSI/ISA62453-306 (103.00.07)2011 - 17 - Table 7 Structured communication data types Data type Definition Description Elementary data types Usage Multiplicity Abort STRUCT Describes the abort communicationReference M 11 reasonCode M 11 abortDetail M 11 ConnectRequest STRUCT Desc
22、ribes the communication request to establish a connection to an IEC 61784 CPF 6 PCP device fdt:nodeId O 01 systemNumber M 11 segmentNumber M 11 postionNumber M 11 password M 11 accessGroup M 11 fdt:systemTag O 01 ConnectResponse STRUCT Describes the communication response to the ConnectRequest fdt:n
23、odeId O 01 systemNumber M 11 segmentNumber M 11 postionNumber M 11 versionOD M 11 profile M 11 protection M 11 communicationReference M 11 errorCode M 11 ReadRequest STRUCT Describes the communication request to read device objects fdt:nodeId O 01 invokeId M 11 index M 11 subIndex M 11 communication
24、Reference M 11 ANSI/ISA62453-306 (103.00.07)2011 - 18 - Data type Definition Description Elementary data types Usage Multiplicity ReadResponse STRUCT Describes the communication response to the ReadRequest fdt:nodeId O 01 communicationReference M 11 errorCode M 11 fdt:CommunicationDate M 11 Disconne
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ISA624533062011FIELDDEVICETOOLFDTINTERFACESPECIFICATIONCPART306COMMUNICATIONPROFILEINTEGRATIONCIEC61784CPF61030007PDF

链接地址:http://www.mydoc123.com/p-789749.html