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 qvz故障

    如题,cpu上qvz灯亮,故障缓冲区中无报警,更换cpu插槽位置后依然无法恢复。(清空程序后qvz灯灭,但是basp灯会亮),请各位帮帮忙,谢谢。 最佳答案 CPU面板上的LED“…

    SIMATIC S5 2017年6月1日
  • 西门子S5软件PG-95使用方法

    西门子S5 PLC 软件用的是PG-95不知道如何下载程序 软件如何用! 最佳答案 1、PG是西门子S5手持编程器,,不是软件。2、S5 P…

    SIMATIC S5 2017年5月29日
  • S5-155u DB块里怎么添加注释?

    请教S5程序里DB块怎样添加注释?谢谢 最佳答案 在S5的程序中找开DB块后先F6就可开始编啦 提问者对于答案的评价:谢谢!

    SIMATIC S5 2017年6月3日
  • 软件秘钥

    求Simatic_EKB_Install_2011_05_20.exe安装包 最佳答案 官方回答:请购买正版。暗地里回答:百度有的是,这里问也不敢回答你呀。 提问者对于答案的评价:…

    SIMATIC S5 2021年7月5日
  • 请问前辈 S5 C DB0 如何理解?

    PB 40 Segment  6      :A  &nbs…

    SIMATIC S5 2017年5月29日
  • s5需要组态硬件吗

    S5PLC需要组态硬件设备吗,用什么软件,如何组态? 最佳答案 s5的编程软件STEP 5 中没有STEP 7那样的硬件组态过程。S5-115U系列P…

    SIMATIC S5 2017年6月1日
  • 用STEP5传入S5D文件时提示内存不够,怎样释放?请大侠能够详细介绍

    由于系统掉电,造成数据丢失。现用PCIN将MD和PLC的数据TEA1、TEA2、PCP、PCEA、SEA、MPF、RPA、SPF、TOA、ZOA都传入了。但是机床无法正常工作。用S…

    2017年5月29日
  • def指令含义

    最近遇到两条s5指令,无法理解,望高手给予指点.defduf 最佳答案 def:在S7中为BTI指令,即BCD 转成整数(16 位);duf:在S7中为ITB指…

    SIMATIC S5 2017年5月31日
  • S5115H的冗余配置

    S5-115H 942B,如何配置主和备控制器, 我是有这样的情况:我有一块CPU115H的控制器,当我第一次下载程序完成后,此时CPU是B 当我再进…

    SIMATIC S5 2017年6月1日
  • S5和INTOUCH通讯

    我的S5要和INTOUCH通过以太网通讯,那位大虾做过这样的通讯,我都需要什么模块,我现有的是S5-115U,在INTOUCH软件建点的时候,那个项目名怎么写啊,谢谢,着急呢! 问…

    SIMATIC S5 2017年6月3日