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

手册中指出FB250好像是指模拟数据采集块。我看到有些项目图纸中一个模拟量模块有八路通道,由PW128至PW142。
1、FB250里头的BG模块通道指什么?
2、FB250里头的KNKT里头的KN通道号指什么?

最佳答案

1、S5中的FB250和FB251是模拟量输入输出测量模块,对于与S7的FC105\FC106.
例如:
Name :RLG:AE
BG   :    KF +128
KNKT :    KY 0,4
OGR  :    KF +518                    
UGR  :    KF +0
EINZ :    F    0.2
XA   :    DW  51
FB   :    F  250.2
BU   :    F  250.3
TBIT :    F  253.1
 OGR:  Upper limit of the output as a Integer (KF),即在这里定义上限值。
UGR:  Lower limit of the output as a Integer (KF),即在这里定义下限值。
详见:
《S5-115U Programmable Controller》下载:
http://plc.scetc.net/down/zz/plc/siemens1/SIMATIC.S5%EF%BC%8D115U.pdf
其中,10.9 Analog Value Matching Blocks FB250 and FB251
2、转帖一个实例:
FB250 is clearly described with a example. 
BG:     place behind the CPU103, starting with 0 for the first card (KF = Integer value)
KNKT: Channel number = x (0..3, start counting with channel 0) 
           Channel type=y, 3..6 whereby the number gives the type of working (KY are two bytes)
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

提问者对于答案的评价:
谢谢

原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc133294.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2017年5月31日 下午10:01
下一篇 2017年5月31日 下午10:02

相关推荐

  • S5中的Integral Blocks在STEP 5中如何调用?

    FB240,FB241等在OB1中不能JU FB240.要什么调用呢? 最佳答案 首先要确定你的CPU是否集成了FB240和FB241,另外,这两个块一般是在PB中调用。…

    SIMATIC S5 2017年6月3日
  • 6ES5955单独上电情况

    我想问一下电源模块6ES5955-LF12单独上电,15V、24V指示灯是一直亮,还是闪烁。我这有一台只给模块上电(从系统上拆下),24V输出只有16V,但5V正常,15、24V指…

    SIMATIC S5 2017年6月1日
  • 6ES5948-3UR23 这个产品能否升级版本呢??我用4版本的板,软件上读不到。

    6ES5948-3UR23 这个产品能否升级版本呢??我用4版本的板软件上读不到。另外这个型号是否停产官方没有替代型号,是否谁能用其他型号来替代? 问题补充:我想升级固件…

    SIMATIC S5 2017年5月28日
  • 程序片段

    AN    F     0.1     …

    SIMATIC S5 2017年5月29日
  • S5中,DB块的DL、DR分别指什么

    阅读一段程序时,多次遇到先打开一个DB块,然后不时装载DL或DR,而DL或DR后的数字是相同的,另外也会有DW,不知道有什么区别,DL与DR分别指一个字的左右字节吗?在S5的手册中…

    SIMATIC S5 2017年6月1日
  • s5编程问题

    请问:1.S5的程序块或功能块的开始都有一个Lib=  的标志,请问是什么意思? 2.   程序块中,比如: …

    SIMATIC S5 2017年6月3日
  • S5密码设置问题

    请问各位老大;S5可以设置密码吗?怎么设置呢?谢谢 最佳答案 不能加密,但是你可以再编程时用一些间接寻址把关键的部分隐藏起来,这样就算有了你的程序也不可能仿造的。 提问者对于答案的…

    SIMATIC S5 2017年6月1日
  • dp link dp/pa coupler连接pa过程仪表

    如题,模块是im157 157-0aa82-0xa0,cpu报总线错误,地址分配没有冲突,连接线完好,其他连在总线上的DP从设备通讯都正常,不更换其他耦合器的情况下,怎么…

    SIMATIC S5 2017年5月29日
  • 关于s5中的浮点数含义

    K:KG+1000000+01;K:KG+1225000+02;代表什么意思 问题补充:S5的数据表示都是一个怎样的格式,是否什么资料上有提及。如L:KT 020.1L:…

    SIMATIC S5 2017年6月1日
  • s5程序问题?

    1.s5里面OB21.OB22.OB31.OB32.OB160.OB251这几个系统块,在s7里面分别用那  几个程序块代替?2.OB22里面L &n…

    SIMATIC S5 2017年6月1日