您当前的位置:五五电子网电子知识plc技术PLC入门S5中的模块地址与通道号之间的区别 . 正文
S5中的模块地址与通道号之间的区别 .

S5中的模块地址与通道号之间的区别 .

点击数:7789 次   录入时间:03-04 12:01:16   整理:http://www.55dianzi.com   PLC入门

OGR:  Upper limit of the output as a Integer (KF)
UGR:  Lower limit of the output as a Integer (KF)
EINZ:  Single scan(not needed, so you may place a marker which always "0", for ex F0.0
XA:     Output value, for example FW2 or a dataword in a first opened DB for the call of FB250
FB:     Error bit, for example F1.3
BU:     Range violation, for example F1.4
So when the card is standing directly behind the CPU103 and the first channel of the card is used then the following might be programmed on FB250:
JU FB 250       Unconditional call FB250
NAME :RLG:AI
BG   :0         Slot 0
KNKT :0,3       Channel 0, channel type 3 = absolut
OGR  :5000      Upper limit: 50.0 degrees (on this way a resolution of 0,01) 
UGR  :0         Lower limit: 0.0 degrees
EINZ :F0.0      No meaning
XA   :FW2       Make-up quantity stored in flag word 1 as fixed-point number
FB   :F0.0      “1”, if wire break
BU   :F0.1      “1”, if tank too full

上一页  [1] [2] 


本文关键字:暂无联系方式PLC入门plc技术 - PLC入门

《S5中的模块地址与通道号之间的区别 .》相关文章>>>