ABB_800xA学习笔记172:System_800xA_Control_6.0_AC_800M_Getting_Started_12

标签:
abb800xasystem_800xa入门资料 |
分类: ABBDCS |
继续学习。
Libraries Folder
库文件夹
When a project is created, the
Libraries folder contains the System
folder (containing
firmware functions that can be used throughout the applications),
and two
libraries that are always connected to a project: the BasicLib and
the IconLib.
当创建项目,库文件夹包含系统文件夹(包含可以在整个应用程序中使用的固件功能)和始终链接到项目的两个库:基本库和图标库。
Besides these three libraries, the Libraries
folder also contains the Hardware
folder with the
library containing the basic hardware types:
除了这3个库,库文件夹同时包含硬件文件夹,其中包含基本硬件类型:
- BasicHWLib (if AC800M, EmptyProject, or SoftController template is used for creating the project).
- BasicHWLib(如果使用AC 800M,EmptyProject, or SoftController模板创建项目)
- BasicHIHwLib (if AC800M_HighIntegrity or SoftController_HI template is used for creating the project).
- BasicHIHwLib (如果使用AC800M_HighIntegrity,SoftController_HI模板创建项目)
After the project is created, both
standard libraries and user-defined libraries can
be created or
inserted into the Libraries folder and the Hardware
folder.
项目创建后,可以创建或者插入标准库和用户自定义库到库文件夹和硬件文件夹。
When
a new library is created, the subfolders – Data Types, Diagram
Types, Control Module Types, and Function Block Types – are not
visible since they do not contain any objects.
当创建新的库,子文件夹 -
数据类型,图表类型,控制模板类型和功能块类型没有包含任何对象,从而不可见。
Right-click the library to open the context
menu, and go to New which displays the option to create the
different types (see Figure 6). Once the types are created, they
are displayed under the corresponding subfolders in the
library.
右键单击库以打开上下文菜单,然后转到 New,其中显示用于创建不同类型的选项(参见图
6)。创建类型后,它们将显示在库中相应的子文件夹下。
Figure 6. Creating types under a
library
图 6. 在库下创建类型
A library can only be added to an
application if it has first been added to
the Libraries
folder. A hardware unit (type) can only be connected in a
controller configuration if the corresponding hardware
library is added to the Hardware folder
只有当库首次添加到库文件夹时,才能添加到应用。如果将相应的硬件库添加到硬件文件夹,则只能在控制器配置中连接硬件单元(类型)
Libraries can only be added to the Libraries
and Hardware folders if they exist in
the Library
Structure in Plant Explorer.
如果库和硬件文件夹存在于 Plant Explorer
的库结构中,则只能将其添加到库和硬件文件夹中。
For
more information on libraries and library handling, see the manual
AC 800M, Configuration and the manual AC 800M, Binary
and Analog Handling.
更多库和库的处理,参见《AC 800M, Configuration and the manual AC 800M, Binary
and Analog Handling》手册。