ISA S5.2中文版
- 格式:doc
- 大小:485.00 KB
- 文档页数:30
目录CONTENTS 1 简介
2
3 符号表示
4 开/关逻辑输入符号
5 模拟输入符号
5.1 变送器
5.2 温度测量
6 逻辑数据处理模块
6.1 ET逻辑数据模块
6.2 OU逻辑数据模块
6.3 XOR 逻辑数据模块
6.4 延时DI
6.5 延时DT
6.6 PO脉冲输出
6.7 寄存器
6.8 计时器
7 数字数据处理模块
7.1 计算模块
7.2 控制模块
7.3 临界点模块
7.4 复位模块
7.5 选择模块
7.6 变量速度限制模块
8 显示模块
8.1 变量显示模块
8.2 逻辑变量显示模块
8.3 报警显示模块
8.4 变量记录模块
9 操作人员控制模块
9.1 HS控制模块
9.2 HIC控制模块
10 直联和/ 或互联符号
11 开-关逻辑输出符号
12 模拟输出符号
1 简介
这个符号表示方法是用来明确表示数字控制系统的所有处理过程。
为了此目的,DCS所有的处理过程被分成多个基本功能,一套DCS执行的基本操作将完成一个基本功能,再组成一个统一单元,例如:
−流程参数的获取,监视和核对
−在工厂的一个给定点上,流体特性的获取,监视和核对
−工厂中设备的任何一种部机的停车,监视和启动顺序
−设备各种部机组装的顺序处理基本回路
一个识别数码被分配到每个基本功能上,第一个数字允许标识与流程的特殊部分有关的所有处理过程,作为顺序数码的后两个数字没有排除。
这两个数字在使用上的某些一致性(按部件重组) 。
功能块所使用的符号符合ISA标准:
ISA-S5.1 仪表符号和标识
ISA-S5.2 过程操作的二进制逻辑图
∙ 2
3 符号表示
这种符号体系包括几种符号系列:
−开-关逻辑输入符号(见第4章)
−模拟输入符号(见第5 章)
−逻辑数据处理模块(见第6 章)
−数据处理模块(见第7 章)
−显示模块(见第8 章)
−操作员控制模块(见第9 章)
−直联和/ 或互联符号(见第10 章)
−开-关逻辑输出符号(见第11 章)
−模拟输出符号(见第12 章)
4 逻辑输入符号 4.1 符号说明
U S Y Y X X X Z
U 根据标准ISA -S5.1表1,测量变量的标记字母:
注意:第一个字母后面可跟修饰标记字母(例:D 表示有差异的)。
S 开关的缩写
YY 根据ISA -S5.1标准表1,变换字母 XXXXZ 逻辑输入符号由以下组成:
XXXX 该被考虑的逻辑输入中的功能号
Z 如果数个逻辑输入在同一个功能内被考虑,它代表合理的顺序字母。
4.2 定义
当处于正常情况时,输入为1(闭合接点)。
当处于反常状态输入为0(断开接点)。
如果过程不允许定义逻辑输入的正常和反常状态(例如:方案选择器)0和1状态的意义将用注解来说明:
DCS 外部,使用的逻辑通常是“缺省型”,象上面描述的那样。
DCS 内部:使用逻辑的通常是“输出型”。
4.3 例子
4.3.1 临界值U
U S L L
U S L
U S H
U S H H
100%
U S L L 10U S L
10U S H
10U S H H
10
4.3.2 4.3.3 接点
0 R1工作
1 R2工作
4.3.5 Push Button
The push button is represented by a selector with a pulse output to reset to 0.
5 模拟输入符号
5.1 变送器
U T
X X X X Z
符号说明
U 根据标准ISA-S5.1表,所测变量的标记字母
注:此第一个字母后可跟一个修饰用标记字母(例如D:有差异的)T 变送器的缩写
XXXXZ 模拟输入的参照符号由以下组成:
XXXX 在这个被考虑的模拟输入中的功能号
Z 如果数个模拟输入在同一功能内被考虑,它代表合理的顺序字母。
5.2 温度测量
符号说明
T E
X X X X Z
T C-K
T 温度缩写
E 基本元件的缩写
XXXZ 逻辑输入的参照符号(见5.1)。
6 逻辑数据处理模块 6.1 或逻辑模块 6.1.1 定义
A N D
A B C
D
只要输入端A ,B ,C 至少有一个处于“1“的状态,输出端D 就处于状态1。
一旦所有的输入端A ,B ,C 均处于0状态,输出端D 就处于0状态。
6.1.2 例子
In p u t A
10In p u t B
10In p u t C
10O u tp u t D
10
6.2 与逻辑模块 6.2.1 符号表示
A N D
A B C
D
一旦输入端A ,B ,C 均处于状态1,输出端D 就处于状态1。
当输入端A ,B ,C 中至少有一个处于0状态,输出端D 就处于0状态。
6.2.2 例子
In p u t A
10
In p u t B
10
In p u t C
10O u tp u t D
10
6.3 异-或逻辑模块 6.3.1 定义
X O R
A B
C
当输入端仅有一个处于“1“状态 ,输出端C 就处于“1”的状态。
当两个输入端均为同一状态(0 或 1),输出端C 就处于“0”的状态。
6.3.2 例子
In p u t A
10
In p u t B
10
O u tp u t C
10
6.4 DI 延时 6.4.1 符号说明
D I N N N T T
DI
输出延时开始的缩写
XXXXZ 该功能模块的参照符号如下: XXXX 该模块中使用的功能号
Z 在功能XXXX 中该模块的顺序字母 NNNTT DI 延迟时的持续时间显示,由以下组成: NNN 持续时间数字
TT 持续时间的单位.
6.4.2 定义
D I
t
A
B
输入端A 从0转换到1,在t 时间内,它一直保持在1位置上。
当延时时间t 结束后,输出端B 从0转换到1。
输入端A 从1转换到0,输出端B 也立即从1 转换到0。
6.4.3 例子
In p u t A
10In p u t B
10
6.5 DT延时
6.5.1 符号说明
D T
N N N T T
DT 输出延迟终止的缩写
XXXXZ 该功能模块的参照符号如下:
XXXX 在这个模块中使用的该功能号
Z 在功能XXXX中,该模块的顺序字母
NNNTT 表示DT延时时间,由以下内容组成:
NNN 持续时间数字
TT 持续时间的单位
6.5.2定义
D T
t
A B
输入端A从0转换到1,将会使输出端B立即从0转换到1。
输入端A从1转换到0,并在时间t内持续保持在0状态,当时间t结束后,输出端B从1转换到0。
6.5.3 例子
In p u t A 1 0
O u tp u t B 1 0
6.6 PO脉冲输出
6.6.1 符号说明
P O
N N N T T
PO 脉冲输出缩写
XXXXZ 此功能模块的参照符号,由以下组成:
XXXX 在这个模块中使用的该功能号
Z 在功能XXXX中该模块的顺序字母NNNTT 表示PO脉冲持续时间,由以下组成:
NNN 持续时间数字
TT 持续时间的单位
6.6.2 定义Definition
P O
t
A B
输入端A 从0转换到1,表明输出端B 也会立即从0转换到1,在脉冲时间内,输出端B 将保持 在1,在最初转换后,不管输入端A 如何变化,当脉冲时间t 结束后,输出端B 从1变到0。
(特别是输入端A 的任何一个从0转换到1的新变化,而输出端B 只处在“1”状态。
)
6.6.3 例子
In p u t A
10O u tp u t B
10
6.7 寄存器 6.
7.1 符号说明
S L A T C H
®
A C C
B
S 设置的缩写 R
复位的缩写
XXXXZ 该功能模块的参照符号,由以下组成: XXXX 在这个模块中使用的该功能号
Z
在功能XXXX 中,该模块的顺序字母
6.7.2 定义
S L A T C H
®
A C C
B
下列情况一发生输出端C 就从0转换到1: − 输入端B 处于0状态,输入端A 从0变为1。
− 输入端A 处于1状态,输入端B 从1变0 。
只要输入端B 保留在0状态,输出端C 的1状态不受输入端A 状态变化的影响。
输出端C 从1转换到0,只要:
− 不管输出端A 的状态是什么,输入端B 从0转到1。
只要输入端B 处于状态1,不管输入端A 怎样变化,输出端C 的“0”状态将保持 (复位以前)。
只要输入端A 处于0状态,输出端C 的“0”状态将不会受输入端B 的变化影响。
6.7.3 例子
In p u t A
10In p u t B
10O u tp u t C
1
注意:优先权通常是复位65bn 给设置(S )以优先权也是可能的,在这种情况下, 当输入端S 置1,无论输入端B 是什么状态,输出端C 将始终处于状态1。
6.8 计时器 6.8.1 符号说明
S T im e r T T
®
S 设置缩写 R
复位缩写
XXXXZ
该功能模块的参照符号,由以下组成: XXXX 在该模块中使用的功能号
Z 在功能XXXX ,该模块的顺序字母 TT 时间累计器的时间单位
6.8.2 定义
S T IM E R
®
A C
B
6.8.3 例子
In p u t A
10In p u t B
10
O u tp u
t C
计时器的功能是累计输入端A 处在状态1的时间(在此时,输入端B 处于0状态),从输入端B 最近的一次从1转换到0状态算起。
输入端B 为0,输入端A 为1,意味着加法器的递增是从设置实体的0状态起。
输入端B 转换到1意味累加器的复位(C =0),不管输入端A 是什么状态,只要输入端B 处在状态1,参数C 就处于0。
然后累计时间值被用于: − 显示
− 建立一个临界值探测对象(不管是固定的或是操作人员能接近的,包括逻辑运算)
当加法器到达或超过计时器的时间t ,输出端C 从0转换到1,只要加法器的值超过时间t ,这 个
输出值就被限定在“1”
K S H
S T IM E R
®
A B
K I
H IC
S P
In d ic a tio n o f to ta lize d tim e
L O G IC A L A C T IO N
S e t p o in t a c c e s s ib le to
th e o p e ra to r
6.9SEQUENCER
6.9.1General
As ISA symbols are used for all combinatory logics, SFC (Grafcet) symbols are used when a sequential logic is implemented, especially for cyclic process. SFC (Grafcet) sequencer is an ordered succession of steps and transitions connected by directed links.
Detailed explanations about SFC (Grafcet) symbols are not given here. Only the functionalities are pointed out. 6.9.2Step 6.9.2.1Symbol
Figure 1
2
D E P R E S S U R IZ IN G
A N D 1209 B
O P E N R 01
D E P R E S S U R IZ IN G V A L V E
S te p n b S te p n a m e C o n n e c tio n to o n e o f th e a s s o c ia te d a c tio n s o r lo g ic
6.9.2.2Definition
A step defines an unvarying running of either whole or part of automatism.
In a given time, a step is either active or inactive. Two steps in a same link branch cannot be active at the same time; when a step becomes active, the preceding one is deactivated.
A set of actions or logic functions is associated to one step. They must be done every time this step is active. These actions may be internal to DCS (wait, count, display, etc.) or external (valve open, close, etc.)
6.9.2.3Associated Symbols
a. Initial Step
The initial step is represented by a double square. If the DCS is rebooted, the sequencer will go to step 0. Otherwise, this step is never active in the sequencer.
Figure 2
In itia l s te p
IN IT IA L S T E P
A N D 1200 B
O P E N M A IN V A L V E S
b. Connections
Figure 3
2
D E P R E S S U R IZ IN G
A N D 1209 B
O P E N R 01
D E P R E S S U R IZ IN G V A L V E
B K 1297 D
T R A N S IT IO N T O S T E P 7
B K 1296 L
T R A N S IT IO N F R O M S T E P 1
6.9.3Transition 6.9.3.1Symbol
Figure 4
6.9.3.2Definition
A transition indicates the possibility of evolution between steps. This evolution takes place with all of the conditions of the transition true.
A transition is either validated or not validated.
It is validated when the preceding step that is connected to this transition is active.
6.9.3.3Functionalities
The DCS built-in sequencer block may be used to implement the specified sequence, as well as a combination of latch blocks if this last method is more adapted to match our requirements. The resulting assembly is named "Sequencer" in the following text.
Only the functionalities described in SFC (Grafcet) standard are taken in account. Access to possible built-in additional facilities or running modes must not be given to the operator. If necessary, it will be convenient to put the function window display out of use.
7 数字数据处理模块
7.1 计算模块
7.1.1 符号说明
U Y
U 根据标准ISA-S5.1表1,计算变量的标记字母。
Y 根据标准ISA-S5.1计算模块的标记字母
XXXXZ 计算模块的参照符号,由以下组成:
XXXX 该模块中使用的功能号
Z 在功能XXXX中,该模块的顺序字母。
7.1.2 定义
计算被确认,要么通过注释,要么通过相互参照来解释计算算法。
7.1.3Examples
Figure 5: Square root extraction
U Y
A B
Figure 6: Adder
B
C
Figure 7: Flow rate correction
T c
F
NOTE 1: Temperature and pressure compensated flow rate
Figure 8: Selector: Low or High Select
A
B C
S = lower (A,B,C) or upper (A,B,C) Q = display of the selected input
NOTE: Output S will be connected to upstream controller feed backs to prevent their winding-up
Figure 9: Inversion of analog signal varying from 0 to 1
S
E
S = I-E
Figure 10: Switch
Q
C
S
S = A when logic Input C = 1 S = B when logic Input C = 0 Q = display of the selected input
NOTE: Output S will be connected to eventual upstream controller feed backs to prevent their winding-up
Figure 11: Toggle Switch
S
Q
C
D
S = A as soon as logic Input C rises to 1 and remains = A till logic Input D rises to 1 S = B as soon as logic Input D rises to 1 and remains = B till logic Input C rises to 1 Q = display of the selected input
NOTE: Output S will be connected to eventual upstream controller feed backs to prevent their winding-up
Figure 12: Totalizer – Accumulator
B S
C D
On pulsed Input B =1, S = Accumulation of A following time base
On pulsed Input C =1, Accumulation of A is stopped, Output S remains at its last value
On pulsed Input D =1, Accumulation is cleared to 0
7.2 控制模块7.2.1 符号说明
C E
A
D
U 根据标准ISA-S5.1表1控制变量的标记字母。
I 根据标准ISA-S5.1表1,表示“显示”。
C 表示“控制”。
For 'Control'
XXXXZ 控制模块的参照符号,由以下组成:
XXXX 该模块中使用的功能号
Z 在功能XXXX中该模块的顺序字母
MMMM 关于控制模块操作模式显示
所用的方法:手动模式MANU
Methods in use: 自动模式AUTO
串联模式CAS
内部设定点INT
外部设定点EXT
NNN% 在控制模块输出口,用百分比表示的限制比率和数值比率
U Measured variable identification letter, according to standard ISA-S5.1, table 1
NOTE: This first letter may be followed by a variable modifying letter (example: D differential). IC Functional identification letters:
I for Indicate
C for Control
XXXXZ Identification number consisting of:
∙XXXX Loop number in which this input is taken into account.
∙Z Optional suffix letter, if several inputs are taken into account in the same function.
In square or rectangle flags:
R Reverse action
D Direct action
PID Proportional, Integral, Derivative actions are need for control algorithm. When, as standard, there is no flag, only P I need is assumed.
MMMM Indication about the operating mode of the controller
Methods in use:
MANU Manual mode
AUTO Automatic mode
or AUTO + LOCAL Auto mode with local or internal set-point
CAS Cascade mode
or AUTO + REMOTE Auto mode with remote or external set-point
NNN% Indication of the value in % or of the limits in % (when preceded with > or <) prescribed at the output of the controller.
7.2.2 定义
控制模块是一个计算模块,它的运算对象是通过数学运算来执行的,任何一个外部变量A的控制
可以根据变量B提供的外部设定点或根据在操作站上显示的内部设定值按比例和/或积分、和/
或微分进行调节。
当外部不使用外部设定值时,控制模块只能用内部设定点来运算。
逻辑输入值C 从0转换到1,将会使控制模块转换到MMMM模式。
逻辑输入值C保持在“1”状态,是控制模块在MMM模式状态联锁。
逻辑输入值C从1转换到0,对控制模块的操作模式无任何影响。
逻辑输入C保持在0状态,允许完全自由地选择控制模块的操作方式,只要其它的模式不被其它
逻辑输入限定。
逻辑输入值D从0转换到1,会使控制模块输出E固定在一指示值或使指示限制有效。
逻辑输入值D保持在状态“1敗控制模块输出E的联锁要么在该指示值要么在指示极限内。
逻辑输入值D从1 转换到0,对控制模块的输出没有影响。
这种模拟参数的作用形式可以用于其它参数上。
在这种情况下,相关参数将被提示。
只要其他逻辑输入无规定值和/或极限值,逻辑输入D保持在状态“0”控制模块的输出端D将允许
游动。
通过逻辑输入在一个控制模块的操作方式上联锁,和/或控制模块输出被一逻辑输入联锁。
禁止
在操作站进行任何相反的动作。
A controller is a computing block, the aim of which is to carry-out, through a numerical algorithm that is a function of the deviation of the input measure A from its set point SP, the calculation of the numeric output signal E to make this deviation decrease.
-D or R- Direct or Reverse
When its output signal E absolute value is increasing, in response to an
increasing absolute deviation, the controller is said to be "Direct.”
When its output signal E absolute value is decreasing, in response to an
increasing absolute deviation, the controller is said to be "Reverse.”
-PI-PID- As standard, and without special mention in a flag, only Proportional and
Integral (reset) action parameters (-PI-) are used.
The output signal is computed either in response to deviation of measurement
from set point, or in response to measurement according to special
applications.
As standard, controller actions Proportional and Integral (-PI-) are responsive
to deviation.
Especially for Temperature and Analysis controllers, it will be preferred to have
Derivative (-D-) responsive to measurement. It will be mentioned in a flag in
the functional diagrams.
-SP- The set point may be local (internal), tuned from operating console, or remote
(external) (B) from a calculation or from another controller output. The
controller is then working either in auto mode or in cascade mode. When the
remote set point Input B is not used, the controller can only operate with its
local set point in auto mode.
-Mode- Manual switching of operating modes is done from operating console.
Automatic switching to mode MMMM is done as soon as logic Input C exists.
This mode MMMM remains selected, after termination of Input C until another
mode is selected (manually or automatically) i.e.; transition of logic Input C
from 1 to 0 has no direct effect upon the current operating mode of the
controller, and any action carried out from console is inhibited until Input C
terminates.
-Forcing- Forcing or limitation of Output E to the value NNN% is effective as soon as
logic Input D exists, and remains effective after termination of Input D until
another output value is calculated or tuned (i.e., transition of logic Input D from
1 to 0 has no direct effect upon the current output value of the controller, and
any action carried out from console is inhibited until Input D terminates).
By the same way, forcing and limitation of other parameters can be carried-out
by action of a logic input. In this case, the involved parameter is specially
designed in the flag.
-Feed-back- To prevent winding-up, the feedback signal to integral action will be connected
to actual output signal, (case of controller selection), or to output image, (case
of cascades) This connection is not represented on functional diagrams, but it
is applied that it has to be carried out.
See Figure 14, Figure 15, and Figure 16.
Figure 13
n in
fu n c tio n a l d ia g ra m s
a. Controller
selection
Figure 14
m to v a lv e
m
b. Cascade
Figure 15
M e a s M e a s Figure 16
When slave controller is set to LOCAL mode, the output of the master one is no more operative. The measurement of the slave controller is the representative of the desired output for feedback.
If the remote set point is modified through an operation, the reverse operation will be carried out for the slave controller measurement to be representative of the desired output for feedback.
-Tracking-
To carry out smooth transition between the different control modes, the tracking facilities will be configured for each controller, unless otherwise specified on functional diagram.
a. Single
controller:
Transition from auto mode to manual mode makes the set point track the measure.
b. Cascade
controllers: ∙Transition of slave controller UIC B from auto mode to cascade mode makes its local set point track the remote one.
∙Transition of slave controller UIC B from cascade mode to auto mode makes the master controller UIC A switch to manual mode, with its set point tracking its measure, and its output tracking the measure of slave controller.
Figure 17
c. Cascade
controllers
with
calculation: ∙Transition of slave controller UIC B from cascade mode to auto mode makes the master controller UIC A switch to manual mode, with its set point tracking its measure, and its output tracking the measure of slave controller through the reverse calculation.
Figure 18
-Output scale- A controller generally operates a valve. It is comfortable for operator to have the direct correspondence between the digital value of output signal and the
actual valve opening.
In the case of FC (failure closed) valves, the controller output signal represents
the valve position, between 0 & 100 % of opening (when signal increases,
valve gets opening).
In the case of a FO (failure opened) valve, when signal increases, valve gets
closing), it is necessary to reverse the output signal of the controller before the
DCS output.
Figure 19
In the case of a simple cascade, the scale of the master controller output
signal will be the same as the slave measure one.
Figure 20
M e a s
Figure 21
The UIC controller corrects the value of the calculated flow rate F1 within plus
or minus 10% of the FIC range.
7.2.3例子
7.2.4 输出范围
一个调节器通常控制一个阀,在这种情况下,调节器的输出信号将代表阀的开度(信号增 加,阀门打开)。
对气开(FO )阀,在DCS 输出以前,有必要将调节器的输出信号进行 换向。
在串级控制中,主控制器的输出信号将会给副控制器提供一个合适的范围。
无论是闭环或 闭环中且有修正的开环都将考虑这一点。
注:输出范围 2000 ~ 10000 Nm 3
/h
注 NOTE :输出范围 -1000/ +1000 Nm 3
/ h UIC 控制器修正计算流量F1的参数值,在FIC 幅度的±10%之间。
7.3 临界值模块 7.3.1 符号说明
U S Y Y
U 根据标准ISA S5.1表1,有临界值变量的标记字母。
注:这第一个符号后面可跟第二个标记字母(例如 D :有差异的) S 开关缩写
YY
修正字母,根据ISA S5.1表1。
XXXXZ 临界值模块的参照符号,由以下组成: XXXX 该模块中使用的功能号
Z 在功能XXXX 中该模块的顺序字母。
UV
UIC
UY
UIC
UV
FC
FO I-E
U S H
A
B
S P
7.3.2 定义
U S Y Y
A
B
根据临界值,当变量A 的值正常时,则逻辑输出B 为0状态。
根据临 界值,当变量A 的值反常时,逻辑输出B 为1 状态。
7.3.3 例子
B
D
A
20%
40%
60
%
80%
1
00%
O u tp u t B
10O u tp u t C
10O u tp u t D
10O u
tp u t E
10
In p u t A
一个临界点可能有一个不应区,缩写成D.B 。
U S H
A
B
D B
在临界点50%处有5% 不应区。
50%
A
当A 超过50%,输出转换到1 每个设定临界点通常是确定的(操作人员可以操作,或通过组态)。
它被系统的内部变量控制。
典型的符号表示如下:
SP 代表临界点开关值,the threshold switching value
7.4 复位模块
7.4.1 符号说明
U 根据标准ISA-S5.1表1,变量的标记字母。
Y 根据标准ISA-S5.1表1,计算模块的标记字母.
XXXXZ 复位模块的参照符号,由以下组成:
XXXX 在该模块中使用的功能号
Z 在功能XXXX中,此模块的顺序字母。
NN%用百分比表示的在模块输出值范围的复位值。
7.4.2定义
A C
B
逻辑输入B从0转换到1将使模块输出C处于规定的显示为NN%的复位值。
逻辑输入B保持在状态1联锁模块输出值C处于规定显示为NN%的复位值。
当逻辑输入B从1转换到0,将迫使模块输出值C的值与输入变量的值一样。
逻辑输入B保持在0状态,可以认为变量A的值在模块输出C上传递。
7.4.3 例子
A B A
B
1
0%
7.5 选择模块
7.5.1 符号说明
A
B
D
7.5.2 定义
如果逻辑输入D处于1状态,输出C的值和输入A一致。
如果逻辑输入D处于0状态,输出C将等于输入B值。
7.6 变化速度限制模块7.6.1 符号说明
A U Y R A M P
B
7.6.2 定义
这个模块用于限制模拟信号在增加方向或减少方向或双向的变化速度。
限制速度和变化方向的选择在注解中会被提示。
7.7Lead/Lag
7.7.1Symbol
A
B
7.7.2Definition
This function block is used to provide dynamic compensation of an input valve.
Input A is the analog valve to be compensated.
Transition of Input B from 0 to 1 will cause the Output 0 to follow Input A.
Transition of Input B from 1 to 0 will initiate Output C with Lead/Lag parameters.
7.7.3Examples
错误!未找到引用源。
shows the timed response of the block.
O U T (T R A C K T ru e)
O U T (T R A C K F a ls e)
L
The lead/lag block executes the following calculation.
()
Input Ti Td
Gain Output
S
S
*++=
11
(1)
Where:
Td = Lead time Ti = Lag time
S = Laplace transformer operator
8 显示模块
8.1 变量显示模块 8.1.1 符号说明
U I
U 根据标准ISA S5.1表1变量的标记字母。
I
显示的缩写 Abbreviation of Indicat XXXXZ 显示模块的参照符号,由以下组成: XXXX 在该模块中使用的功能号
Z 在该功能中,模块的顺序字母。
8.1.2 定义
U I
A
变量A 将会以DCS 组态所确定的形式显示在DCS 的操作站上。
8.1.3 例子
− 框图
− 刻度用百分比表示 − 显示工程单位
8.2 逻辑变量的显示模块 8.2.1 符号说明
L
灯的缩写
定义
8.2.2 L
A
在DCS 操作站上不同的显示模式与逻辑输入A 的状态有关。
这些模式在DCS 组态时已经确定。
8.2.3 例子:
− 内容的改变 − 颜色的改变 − 符号的改变
8.3 报警显示模块 8.3.1 符号说明
U A L
U 根据标准ISA S5.1表1报警信号的标记字母。
注:此第一个字母后可跟一个第二修饰标记字母(例如:D :有差异的)。
A
报警的缩写。
L 灯的缩写。
XXXXZ 显示模块的参照符号,由以下组成:
XXXX 该模块中使用的功能号。
Z 功能XXXX中该模块的顺序字母。
8.3.2 定义
A
U A L
逻辑输入A从0转换到1意味着当报警出现时,配备于报警处理系统的显示和打印动作将会被触发。
由于逻辑输入A保持在1状态,相应的报警将在提供显示和贮存工作的报警处理系统中予以考虑。
逻辑输入A从1转换到0,意味着当报警出现时,配备于报警处理系统内的显示和打印动作将被触发。
8.4 变量记录模块
8.4.1 符号说明
U 根据标准ISA S5.1表1记录变量的标记字母。
注:此第一个字母后面可跟第二个修饰标记字母(例如D:有差异的)。
XXXXZ 记录模块的参照符号,由以下组成:
XXXX 该模块中使用的功能号。
Z 该功能内,模块的顺序字母。
8.4.2 定义
根据DCS组态时间确定的程序来记录变量A(取样周期、点数……)
根据操作人员的要求,记录将被显示在DCS的操作站屏幕上。
9 操作人员控制模块
9.1 HS控制模块
9.1.1 符号说明
HS 手动开关的缩写。
XXXXZ HS模块的参照符号,由以下组成:
XXXX 该模块中使用的功能号。
Z 该功能中,模块的顺序字母。
N 逻辑状态显示
9.1.2 定义
B
A
A
1
01
0B
H S
N = 0
当逻辑输入A 处于0状态,操作人员可从DCS 操作站调整逻辑变量B 的状态。
当逻辑输入A 从0进到1,逻辑变量B 将被强制处于N 状态,当逻辑输入A 保持在1状态,逻辑变量B 将保持在N 状态,此时操作人员的任何介入都将无效。
逻辑输入A 从1转换到0,对输出B 没有直接影响。
当逻辑输入A 没有被使用,操作人员可以干预逻辑变量B 的状态。
9.1.3 例子
Request of transition from 0 to 1
Request of transition from 1 to 0
9.2 HIC 控制模块 9.2.1 符号说明
HIC 手动显示控制的缩写
XXXXZ HIC
模块的参照符号,由以下组成: XXXX 该模块中使用的功能号。
Z 该功能中模块的顺序字母。
NN % 以百分比的形式显示。
MMMM 操作模式的显示 INT 内部信号
EXT 外部信号
9.2.2
定义
A
B
C
当逻辑输入A 处于0状态,操作人员可从DCS 操作站上调整变量C 的值。
*注:原文为变量B ,转化时认为应为变量C (下有“*斦咄 当逻辑输入A 从0转换到1,变量C 将被强制到用百分比表示的NN 值,当逻辑输入A 保持在1状态,变量C 也将会被保持在用百分比表示的NN 值。
此时,任何操作人员的干预是被禁止的,不管所用的状态是有效的。
逻辑输入A 从1转换到0,对输出C 没有直接影响,当逻辑输入A 不被应用时,操作人员可以干预C 变量的值。
HIC 输出信号能被下面的控制:
− 操作人员(INT 模块位置)
− 或来自外部模块的变量(EXT 模块位置)。
当输入B处于0,操作人员选择模式。
在EXT-INT交换中,输出信号被设定在最后的扫描值上。
当输入B从0转换到1,模块模式被强制处于MMMM显示位置,在该模式操作人员不能采取任何行动。
当输入B从1转换到0,模块模式被保持在强制阶段的有效位置。
直到操作人员修改后为止。
10 直联和互联符号
10.1 直联符号
10.1.1 连续行
允许互联:
−TOR逻辑输入符号
−模拟输入符号
−逻辑数据处理模块
−数字式数据处理模块
−显示模块
−操作员控制模块
−互联符号
−TOR逻辑输出符号
−模拟输出符号
10.1.2 转向(反向)
10.1.2.1 符号
A B
逻辑变量B的状态是逻辑变量A的相反状态。
10.1.2.3例子
A 1 0
B 1 0
10.2 互联符号
10.2.1 符号说明
C O M M E N T 1
U Y Y X X X X Z
C O M M E N T 2
UYY XXXXZ 模块和/或由输入产生的信息的标记。
注解1和2允许在原始模块上输入数据。
UYY XXXXZ 模块和/或反馈的输出信息的标记。
注解1和2允许在目的的模块上输入数据。
10.2.2 定义
在同一个功能或功能之间从一页到另一页联系信息。
10.3Communications
10.3.1Symbol
10.3.2Definition
For certain applications, communication between the DCS and a third party device is necessary. The communication protocol can be Modbus, Ethernet, OPC, etc.
It is typically used between the DCS and a SGS system or DCS and PLC. The communication symbol will show a link between the systems and a tag number.
10.3.3Example
11 逻辑输出符号(开或关)
11.1 符号说明
U Y
U 根据标准ISA-S5.1表1,受逻辑输出状态变化影响的流程参数的标记字母
Y 根据标准ISA-S5.1表1,代表继电器。
XXXXZ 开或关逻辑输出参照符号由以下组成:
XXXX 控制开或关逻辑逻辑的功能号
Z 如果同一个功能控制多个开或关的逻辑输出,在功能XXXX中,这
个开或关逻辑输出的顺序字母。
11.2 定义
定义如下:
−开或关逻辑输出处于1状态(闭合接点),将会使相关元件起动。
−开或关逻辑输出处于0状态(断开接点),将会使相关元件停止动作。
如果过程不允许确定开或关逻辑输出触发或非触发的状态(例如,三通阀), 0状态和1状态的含义将用一个注释来明确。
12 模拟输出符号
12.1 符号说明
U V
U 根据标准ISA-S5.1表1,模拟输出值的变化所设定的流程参数的标记字母。
V 阀的缩写。
XXXXZ 模拟输出的参照符号由以下组成:
XXXX 控制该模拟输出的功能号。
Z 在功能XXXXZ中,如果同一个功能控制多个模拟输出。
代表该模拟输出的顺序字母。
12.2 定义
决定于每个模拟输出传送信号的特性的注释:
例如:0…… 20 mA
4…… 20 mA
阀门型号(气关或气开)。