热电阻信号怎样编程
郑志武
发布于2012-11-23 14:03
2
0
标签:
热电阻(pt100)信号怎样编程谁教一下,模块:6es7331-7pf01-0ab0
佳答案
1、如何接线详下述文档中的模拟量模块:
《s7-300模板数据》下载:
https://www2.ad.siemens.com.cn/download/upload/as/manual/s7300_module_data_manual_zh-chs_zh-chs.pdf
2、编程很简单:
pt100一般常用的分标准型与气候型两种;
standardrange(标准型)和climaticrange(气候型)的区别,
standardrange(标准型):精度为0.1,即转换时需除以10
climaticrange(气候型):精度为0.01,即转换时需除以100