ABB_800xA学习笔记238:System_800xA_Control_6.0_AC_800M_Configuration28

标签:
abbsystem_800xa_ac800m配置手册功能和组件 |
分类: ABBDCS |
继续学习配置手册第一章功能和组件,进入第76页
Single Control Modules
单控制模块
A special kind of control module
type, the single control module, provides a way
of grouping
graphical instances, variables, parameters, and control modules
into a single unit.
一种特殊的控制模块类型,单控制模块,提供一种将图形实例、变量、参数和控制模块分组到单个单元的方法。
Compared to the previous discussions about
types and instances, a single control module can be considered as a hybrid of them
both (see Figure 25). First of
all, create
a single control module as an instance under the control module
folder (not the control module type folder) in an
application.
相较于前面讨论的类型和实例,单个控制模块可以认为是两者的混合体(见图25)。首先,在应用程序的控制模块文件夹下面创建单控制模块(不是在控制模块类型文件夹下)。
Once
a single control module is created, it starts acting as both a type
and an instance.
It contains code, editors for declaring parameters, function
blocks, instance information, etc. just like a regular
type or instance. A single
control module can never be reusable as a type that can
be used to create many
instances. However, it can be copied to a new single
control module, and then be modified.
一旦创建单控制模型,它开始同时作为类型和实例。它包含代码、用于声明参数、功能块、实例信息等等的编辑器,就像常规或者实例。单控制模块永不能像类型那样重用,不能创建很多实例。但是可以复制到新的单控制模块。然后进行修改。
Figure 25. A single control module.
This module is not reusable, hence intended to be used only once
for grouping instances into a single unit.
图 25.
单控制模块。此模块不能重用,因此仅用于将实例分组到单个单元一次。
Single control modules can be used
as a framework and attach control
module instances
inside, like an application does with instances. Figure 26
illustrates this, where three single control modules (Transport,
Heating, and Crushing) form
the framework
for the control modules (Motor_1, etc.).