ISA 62453-2-2011 Field device tool (FDT) interface specification C Part 2 Concepts and detailed description (103 00 02).pdf
《ISA 62453-2-2011 Field device tool (FDT) interface specification C Part 2 Concepts and detailed description (103 00 02).pdf》由会员分享,可在线阅读,更多相关《ISA 62453-2-2011 Field device tool (FDT) interface specification C Part 2 Concepts and detailed description (103 00 02).pdf(182页珍藏版)》请在麦多课文档分享上搜索。
1、 AMERICAN NATIONAL STANDARD ANSI/ISA62453-2 (103.00.02)-2011 Field device tool (FDT) interface specification Part 2: Concepts and detailed description Approved 31 May 2011 ANSI/ISA62453-2 (103.00.02)-2011, Field device tool (FDT) interface specification - Part 2: Concepts and detailed description IS
2、BN: 978-0-876640-56-2 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. All requests pertaining to the ANSI/ISA6
3、2453-3 (103.00.02)-2011 Standard should be submitted to ISA. ISA 67 Alexander Drive P. O. Box 12277 Research Triangle Park, North Carolina 27709 USA ANSI/ISA-62453-2 (103.00.02)-2011 - 3 - Preface This preface, as well as all footnotes and annexes, is included for information purposes and is not par
4、t of ANSI/ISA62453-2 (103.00.02)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. Toward this end, the Society welcomes all
5、 comments and cr iticisms 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 Standards and Practices Department i
6、s 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 standards of incorporating suitable refer
7、ences 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 reports to the greatest extent possi
8、ble. Standard for Use of the International System of Units (SI): The Modern Metric System , published by the American Society for Testing X service is available in this state. 3.3.2 Data type names and references to data types The conventions for naming and referencing data types are explained in Cl
9、ause A.1. 4 Fundamentals 4.1 General This clause introduces the FDT model and covers topics which are specific to the requirements of field device integration. ANSI/ISA-62453-2 (103.00.02)-2011 - 19 - 4.2 Abstract FDT model 4.2.1 FDT model overview Figure 2 provides an overview of the objects define
10、d in FDT and their relationships to each other. C h a n n e lD T MF r a m e A p p l i c a t i o nP r o j e c tP r e s e n t a t i o nH o s t C h a n n e l1*p r o j e c t sh o s t c h a n n e l s1*11F A c h a n n e l sa s s i g n e d c h a n n e l s*1*d e v i c e so p e n e d p r e s e n t a t i o n
11、s*11c h a n n e l p r e s e n t a t i o nD T M p r e s e n t a t i o nD T M c h a n n e l sl i n k e d c o m m u n i c a t i o n c h a n n e l s 1*l i n k e d D T M s*0 . . 10 . . 1Figure 2 Abstract FDT model Table 1 contains brief descriptions of all objects. More detail description of objects and
12、related services are provided in subsequent chapters. The FDT objects may be executed all on one platform or in a distributed system. For data exchange and for the interaction between objects, the data types as defined in 0 are used. The concrete implementation of these data types is defined in the
13、IEC 62453-4z documents describing the mapping to specific implementation technologies. Table 1 Description of FDT objects Object Description Frame Application The Frame Application is a logical object to represent an environment like an engineering system or a standalone tool (see 4.2.2). It control
14、s the lifetime of DTM-instances within the project. A Frame Application may handle several projects Project The Project belongs to the Frame Application. The Project is a logical object describing the management of device-instances. It controls the lifetime and dataset of device-instances within a F
15、rame Application. FDT does not define any services for the Project, since it is a pure Frame Application internal object IEC 1071/09 ANSI/ISA-62453-2 (103.00.02)-2011 - 20 - Object Description HostChannel A HostChannel belongs to the Frame Application. The HostChannel is a logical object representin
16、g a part of a function of a host system, such as DCS or PLC. It is required when additional information for the processing of device I/O data is needed, e.g. if DTM or BTM data refers to more than one I/O value. For example one Octet often is used to group the state values of eight digital I/O point
17、s. In these applications, the HostChannel object provides an association between contents of the channel data and individual process I/O points. To make the cyclic I/O data available within a Frame Application, there shall be an association between the I/O function blocks and the process values of a
18、 device. The inputs and outputs of I/O function blocks are represented by HostChannels, the process value is represented by a Channel. The association between HostChannel and Channel is called channel assignment. FDT does not define any services for the Host Channel, since it is a pure Frame Applica
19、tion internal object DTM A DTM is a software component containing the device specific application software. It encapsulates all devicespecific data, functions and business rules. A DTM is generally not stand-alone executable. It needs a Frame Application (see 4.2.2) that acts as the runtime environm
20、ent. A DTM is typically developed by the device manufacturer and shipped together with the devices. It depends on the software design of the DTM, whether it can be used for one specific device type or a group of different device types or a device type family. Each device installed on a plant is repr
21、esented by a DTM object. Therefore one or several DTM objects are needed to handle the different devices. The DTMs are installed in the system, so that the system can be dynamically extended by installing new DTMs for new devices. A DTM may represent different types of devices, e.g. field devices, c
22、ommunication devices or gateway devices. (see 4.2.3) BTM A BTM (see 4.2.3.6) is used to represent flexible software objects within a device, like function blocks. These software blocks are more flexible than software modules, for instance they may be moved between devices. Also a protocol may requir
23、e modeling of device structures as blocks. Presentation Presentation objects (see 4.2.4) represent a (visual) user interface. The Presentation object belongs to the DTM, to the BTM or to the Channel. Channel Channel-Object could behave in three ways: As a Communication-Channel, a Process-Channel and
24、 a combination of both (see 4.2.5). All the associations shown in Figure 2 above are explained in Table 2 below. ANSI/ISA-62453-2 (103.00.02)-2011 - 21 - Table 2 Description of associations between FDT objects Association Description assigned channels To make the cyclic I/O data available within a F
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ISA6245322011FIELDDEVICETOOLFDTINTERFACESPECIFICATIONCPART2CONCEPTSANDDETAILEDDESCRIPTION1030002PDF

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