plc外文翻译3.doc

上传人:laozhun 文档编号:3932080 上传时间:2023-03-28 格式:DOC 页数:16 大小:230KB
返回 下载 相关 举报
plc外文翻译3.doc_第1页
第1页 / 共16页
plc外文翻译3.doc_第2页
第2页 / 共16页
plc外文翻译3.doc_第3页
第3页 / 共16页
plc外文翻译3.doc_第4页
第4页 / 共16页
plc外文翻译3.doc_第5页
第5页 / 共16页
点击查看更多>>
资源描述

《plc外文翻译3.doc》由会员分享,可在线阅读,更多相关《plc外文翻译3.doc(16页珍藏版)》请在三一办公上搜索。

1、1 Bit Logic Instructions1.1 Overview of Bit Logic Instructions1.1.1 DescriptionBit logic instructions work with two digits, 1 and 0. These two digits form the base of a number system called the binary system. The two digits 1 and 0 are called binary digits or bits. In the world of contacts and coils

2、, a 1 indicates activated or energized, and a 0 indicates not activated or not energized.The bit logic instructions interpret signal states of 1 and 0 and combine them according to Boolean logic. These combinations produce a result of 1 or 0 that is called the “result of logic operation” (RLO).The l

3、ogic operations that are triggered by the bit logic instructions perform a variety of functions.There are bit logic instructions to perform the following functions: u -| |- Normally Open Contact (Address)u -| / |- Normally Closed Contact (Address)u -(SAVE) Save RLO into BR Memoryu XOR Bit Exclusive

4、ORu -( ) Output Coilu -( # )- Midline Outputu -|NOT|- Invert Power FlowThe following instructions react to an RLO of 1:u -( S ) Set Coilu -( R ) Reset Coilu SR Set-Reset Flip Flopu RS Reset-Set Flip FlopOther instructions react to a positive or negative edge transition to perform the following funct

5、ions:u -(N)- Negative RLO Edge Detectionu -(P)- Positive RLO Edge Detectionu NEG Address Negative Edge Detectionu POS Address Positive Edge Detectionu Immediate Readu Immediate Write1.2 -| |- Normally Open Contact (Address)1.2.1 Symbol-| |-ParameterData TypeMemory AreaDescriptionBOOLI, Q, M, L, D, T

6、, CChecked bit1.2.2 Description-| |- (Normally Open Contact) is closed when the bit value stored at the specified is equal to 1. When the contact is closed, ladder rail power flows across the contact and the result of logic operation (RLO) = 1.Otherwise, if the signal state at the specified is 0, th

7、e contact is open. When the contact is open, power does not flow across the contact and the result of logic operation (RLO) = 0.When used in series, -| |- is linked to the RLO bit by AND logic. When used in parallel, it is linked to the RLO by OR logic.1.2.3 Status wordBRCC1CC0OVOSORSTARLO/FCwrites:

8、-xxx11.2.4 ExamplePower flows if one of the following conditions exists:The signal state is 1 at inputs I0.0 and I0.1 Or the signal state is 1 at input I0.2.1.3 -| / |- Normally Closed Contact (Address)1.3.1 Symbol-| / |-ParameterData TypeMemory AreaDescriptionBOOLI, Q, M, L, D, T, CChecked bit1.3.2

9、 Description-| / |- (Normally Closed Contact) is closed when the bit value stored at the specified is equal to 0. When the contact is closed, ladder rail power flows across the contact and the result of logic operation (RLO) = 1.Otherwise, if the signal state at the specified is 1, the contact is op

10、ened. When the contact is opened, power does not flow across the contact and the result of logic operation (RLO) = 0.When used in series, -| / |- is linked to the RLO bit by AND logic. When used in parallel, it is linked to the RLO by OR logic.1.3.3 Status wordBRCC1CC0OVOSORSTARLO/FCwrites:-xxx11.3.

11、4 ExamplePower flows if one of the following conditions exists:The signal state is 1 at inputs I0.0 and I0.1 Or the signal state is 1 at input I0.21.4 XOR Bit Exclusive ORFor the XOR function, a network of normally open and normally closed contacts must be created as shown below.1.4.1 SymbolsParamet

12、erData TypeMemory AreaDescriptionBOOLI, Q, M, L, D, T, CScanned bitBOOLI, Q, M, L, D, T, CScanned bit1.4.2 DescriptionXOR (Bit Exclusive OR) creates an RLO of 1 if the signal state of the two specified bits is different.1.4.3 ExampleThe output Q4.0 is 1 if (I0.0 = 0 AND I0.1 = 1) OR (I0.0 = 1 AND I0

13、.1 = 0).1.5 -|NOT|- Invert Power Flow1.5.1 Symbol-|NOT|-1.5.2 Description-|NOT|- (Invert Power Flow) negates the RLO bit.1.5.3 Status wordBRCC1CC0OVOSORSTARLO/FCwrites:-1x-1.5.4 ExampleThe signal state of output Q4.0 is 0 if one of the following conditions exists:The signal state is 1 at input I0.0

14、Or the signal state is 1 at inputs I0.1 and I0.2.1.6 -( ) Output Coil1.6.1 Symbol-( )ParameterData TypeMemory AreaDescriptionBOOLI, Q, M, L, DAssigned bit1.6.2 Description-( ) (Output Coil) works like a coil in a relay logic diagram. If there is power flow to the coil (RLO = 1), the bit at location

15、is set to 1. If there is no power flow to the coil (RLO = 0), the bit at location is set to 0. An output coil can only be placed at the right end of a ladder rung. Multiple output elements (max.16) are possible (see example). A negated output can be created by using the -|NOT|- (invert power flow) e

16、lement.1.6.3 MCR (Master Control Relay) dependencyMCR dependency is activated only if an output coil is placed inside an active MCR zone. Within an activated MCR zone, if the MCR is on and there is power flow to an output coil , the addressed bit is set to the current status of power flow. If the MC

17、R is off, a logic 0 is written to the specified address regardless of power flow status.1.6.4 Status wordBRCC1CC0OVOSORSTARLO/FCwrites:-0x-01.6.5 ExampleThe signal state of output Q4.0 is 1 if one of the following conditions exists:The signal state is 1 at inputs I0.0 AND I0.1 OR the signal state is

18、 0 at input I0.2.The signal state of output Q4.1 is 1 if one of the following conditions exists:The signal state is 1 at inputs I0.0 AND I0.1 OR the signal state is 0 at input I0.2 AND 1 at input I0.3If the example rungs are within an activated MCR zone:When MCR is on, Q4.0 and Q4.1 are set accordin

19、g to power flow status as described above.When MCR is off (=0), Q4.0 and Q4.1 are reset to 0 regardless of power flow.1.7 -( # )- Midline Output1.7.1 Symbol-( # )-ParameterData TypeMemory AreaDescriptionBOOLI, Q, M, *L, DAssigned bit* An L area address can only be used if it is declared TEMP in the

20、variable declaration table of a logic block (FC, FB, OB).1.7.2 Description-( # )- (Midline Output) is an intermediate assigning element which saves the RLO bit (power flow status) to a specified . The midline output element saves the logical result of the preceding branch elements. In series with ot

21、her contacts, -( # )- is inserted like a contact. A -( # )- element may never be connected to the power rail or directly after a branch connection or at the end of a branch. A negated -( # )- can be created by using the -|NOT|- (invert power flow) element.1.7.3 MCR (Master Control Relay) dependencyM

22、CR dependency is activated only if a midline output coil is placed inside an active MCR zone. Within an activated MCR zone, if the MCR is on and there is power flow to a midline output coil; the addressed bit is set to the current status of power flow. If the MCR is off, a logic 0 is written to the

23、specified address regardless of power flow status.1.7.4 Status wordBRCC1CC0OVOSORSTARLO/FCwrites:-0x-11.7.5 ExampleM 0.0 has the RLO:M 1.1 has the RLO:M 2.2 has the RLO of the entire bit logic combination.1.8 -( R ) Reset Coil1.8.1 Symbol-( R )ParameterData TypeMemory AreaDescriptionBOOLI, Q, M, L,

24、D, T, CReset bit1.8.2 Description-( R ) (Reset Coil) is executed only if the RLO of the preceding instructions is 1 (power flows to the coil). If power flows to the coil (RLO is 1), the specified of the element is reset to 0. A RLO of 0 (no power flow to the coil) has no effect and the state of the

25、elements specified address remains unchanged. The may also be a timer (T no.) whose timer value is reset to 0 or a counter (C no.) whose counter value is reset to 0.1.8.3 MCR (Master Control Relay) dependencyMCR dependency is activated only if a reset coil is placed inside an active MCR zone. Within

26、 an activated MCR zone, if the MCR is on and there is power flow to a reset coil; the addressed bit is reset to the 0 state. If the MCR is off, the current state of the elements specified address remains unchanged regardless of power flow status.1.8.4 Status wordBRCC1CC0OVOSORSTARLO/FCwrites:-0x-01.

27、8.5 ExampleNetwork 1Network 2Network 3The signal state of output Q4.0 is reset to 0 if one of the following conditions exists:The signal state is 1 at inputs I0.0 and I0.1 Or the signal state is 0 at input I0.2.If the RLO is 0, the signal state of output Q4.0 remains unchanged.The signal state of ti

28、mer T1 is only reset if:the signal state is 1 at input I0.3.The signal state of counter C1 is only reset if:the signal state is 1 at input I0.4.If the example rungs are within an activated MCR zone:When MCR is on, Q4.0, T1, and C1 are reset as described above.When MCR is off, Q4.0, T1, and C1 are le

29、ft unchanged regardless of RLO state (power flow status).1 位逻辑指令1.1 位逻辑指令概述1.1.1 描述位逻辑指令使用两个数字,1和0。这两个数字,形成一个数字系统的基础,被称为二进制系统。1和0两个数字被称为二进制数字或位。在触点和线圈的世界,1表示激活或通电,0表示没有激活或不通电。解释1和0位逻辑指令信号状态,并结合他们根据布尔逻辑。这些组合会产生一个0或1的结果,被称为“逻辑运算的结果”(RLO)。位逻辑指令触发的逻辑操作可执行多种功能。有位逻辑指令,履行下列职能:u -| | -常开触点(地址)u u-| / |-常闭触点

30、(地址)u -(SAVE)将RLO保存到BR存储器u XOR异或u -()输出线圈u -()-中间输出u - |NOT| -反向功率流下面的指令作出反应的RLO1:u -(S)设置线圈u -(R)复位线圈u SR 设置复位触发器u RS复位设置触发器其他指令的反应积极或消极的边缘过渡到履行下列职能:u -(N)-RLO负跳沿检测u -(P)- RLO正跳沿检测u NEG地址负边缘检测u POS地址正边缘检测u 立即读u 立即写1.2 -| |-常开触点(地址)1.2.1 符号-| |-参数数据类型存储区描述BOOLI, Q, M, L, D, T, C检查位1.2.2 描述-| |-(常开触点

31、)指定的是位值存储在关闭时等于“1”。 当触点闭合时,阶梯铁路电源流经的联系和逻辑操作(RLO)=“1”的结果。否则,如果信号在指定的状态是“0”,联系人是开放的。当接触是开放的,功率不流经的联系和逻辑操作(RLO)=“0”的结果。串联使用时,-| |-通过与逻辑与RLO位联系。在并联使用时,通过或逻辑与RLO关联。1.2.3 状态字BRCC1CC0OVOSORSTARLO/FC未用:- -xxx11.2.4 例子功率流如果存在下列条件之一:输入I0.0和I0.1信号状态为“1”或输入I0.2信号状态为“1”。1.3 -| / |-常闭触点(地址)1.3.1 符号-| / |-参数数据类型存储

32、区描述BOOLI, Q, M, L, D, T, C检查位1.3.2 描述-| / |-(常闭触点)在指定中存储的位值等于为“0”时关闭。当触点闭合时,阶梯铁路电源流经的联系和逻辑操作(RLO)=“1”的结果。否则,如果信号在指定的状态是“1”,触点打开。当触点打开时,电源不流经的联系和逻辑操作(RLO)=“0”的结果。串联使用时,-| |-通过与逻辑与RLO位联系。在并联使用时,通过或逻辑与RLO关联。1.3.3状态字BRCC1CC0OVOSORSTARLO/FC未用:-xxx11.3.4 例子功率流如果存在下列条件之一:输入I0.0和I0.1信号状态为“1”或输入I0.2信号状态为“1”。

33、1.4 XOR位异或为XOR功能常开和常闭触点的网络必须创建如下所示。1.4.1 符号参数数据类型存储区描述BOOLI, Q, M, L, D, T, C扫描位BOOLI, Q, M, L, D, T, C扫描位1.4.2 描述XOR(位异或)创建一个“1”的RLO如果两个指定位的信号状态是不同的。1.4.3例子如果 (I0.0 = 0 与I0.1 = 1) 或(I0.0 = 1 与 I0.1 = 0).输出Q4.0为“1”。1.5 -|NOT|-反向功率流1.5.1符号-|NOT|-1.5.2描述-|NOT|-(反向功率流)取反RLO位。1.5.3 状态字BRCC1CC0OVOSORSTAR

34、LO/FC未用:-1x-1.5.4 例子如果存在下列条件之一输出Q4.0的信号状态为“0”:输入I0.0信号状态为“1”或输入I0.1和I0.2的信号状态为“1”。1.6 -( )输出线圈1.6.1 符号-( )参数数据类型存储区描述BOOLI, Q, M, L, D分配位1.6.2 描述-()(输出线圈)就像一个线圈在继电器逻辑图中工作。如果有功率流线圈(RLO = 1时),在位置位被设置为“1”。 如果没有功率流线圈(RLO = 0时),在位置位被设置为“0”。 输出线圈只能被放置在一个梯级的右端。可能有多个输出元素(最大16)(见示例)。使用-| NOT| -(反电流)元素,可以创建一个

35、否定的输出。1.6.3 MCR(主控继电器)依赖关系如果一个输出线圈只放在一个积极的MCR区域内MCR的依赖关系被激活,在激活的MCR区内,如果MCR是有电源流输送到输出线圈,那寻址位设置为当前状态的功率流。如果MCR处于关闭状态,无论功率流状态,逻辑“0”写入到指定地址。1.6.4 状态字BRCC1CC0OVOSORSTARLO/FC未用:-0x-01.6.5 例子如果存在下列条件之一输出Q4.0的信号状态为“1”:信号状态为“1”输入I0.0和I0.1或信号状态为“0”输入I0.2。如果存在下列条件之一输出Q4.1的信号状态为“1”:信号状态为“1”输入I0.0和I0.1或信号状态为“0”

36、输入I0.2和“1”输入I0.3。如果例子梯级是在一个激活的MCR区:当MCR的Q4.0和Q4.1设置如上所述,根据功率流的状态。当MCR为(= 0),无论电源流是什么,Q4.0和Q4.1复位为0。1.7 -( # )- 中间输出1.7.1 符号-( # )-参数数据类型存储区描述BOOLI, Q, M, *L, D分配位*如果一个L区地址是一个逻辑块(FC,FB,OB)的TEMP变量声明表声明,它只能被使用。1.7.2 描述-()-(中间输出)是一个中间分配元素将RLO位(功率流状态)保存到指定的。中线输出元素保存前面的分支元素的合乎逻辑的结果。一系列其他方面的接触, -()-像一个被插入接

37、触。一个-()-元素可能永远不会在连接到分支或末端的一个分支后而被直接连接到电源轨。可以使用-| NOT| -(反电流)元素创建一个否定的-()-。1.7.3 MCR(主控继电器)的依赖关系MCR的依赖关系仅仅只是中线输出线圈放在一个积极的MCR区域内被激活。在激活MCR区域内,如果MCR是有中线输出线圈的功率流则寻址位设置的功率流的当前状态。如果MCR处于关闭状态,不管功率流状态,逻辑“0”写入到指定地址。1.7.4 状态字BRCC1CC0OVOSORSTARLO/FC未用:-0x-11.7.5 例子M 0.0的RLO:M 1.1的RLO:M 2.2是RLO的整个位逻辑组合。1.8 -( R

38、 ) 复位线圈1.8.1 符号-( R )参数数据类型存储区描述BOOLI, Q, M, L, D, T, C复位位1.8.2 描述-( R )(复位线圈)只有在上述指令的RLO为“1”(电源流向线圈)执行。如果电源流向线圈(RLO为“1”),该元素的指定复位为“0”。 不论一个“0”(无电源流线圈)的RLO有没有效,元素的指定地址的状态保持不变。也可能是一定时器(T no.)其定时器的值重置为“0”,或一个计数器(C no.),其计数器值复位为“0”。1.8.3 MCR(主控继电器)的依赖关系MCR的依赖关系是在一个积极的MCR区内的复位线圈被激活。在激活MCR区域内,如果MCR是有功率流作

39、用于复位线圈,那么寻址位状态复位为“0”。 如果MCR是关闭的,无论功率流状态,该元素的指定地址的当前状态保持不变。1.8.4 状态字BRCC1CC0OVOSORSTARLO/FC未用:-0x-01.8.5 例子网络1网路2网络3如果存在下列条件之一,复位输出Q4.0的信号状态为“0”:输入I0.0和I0.1时信号状态为“1”或输入I0.2时信号状态为“0”。如果RLO为“0”,输出Q4.0的信号状态保持不变。如果只重置定时器T1的信号状态:在输入I0.3信号状态为“1”。如果只是重置计数器C1的信号状态:在输入I0.4信号状态为“1”,。如果例子中的梯形图是在一个激活的MCR区内:当MCR是开通的,则Q4.0,T1和C1的复位如上所述。当MCR的是关闭的,无论RLO的状态(功率流状态),Q4.0,T1和C1保持不变。

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 办公文档 > 其他范文


备案号:宁ICP备20000045号-2

经营许可证:宁B2-20210002

宁公网安备 64010402000987号