两台s7-200 smart可以使用modbusrtu一台作为主站一台作为从站进行数据读取吗,两台之间走485通信。
最佳答案
可以,你定一台做作为主站,另一台作为从站。在编程时,主站PLC程序调用主站库,从站PLC程序调用从站库。分别将两个站程序定义好就可以了。看下面的链接如何定义主从站。
MODBUS RTU通信_S7-200 SMART:
http://www.ad.siemens.com.cn/productportal/prods/s7-200-smart-portal/200smarttop/smartsms/020.html
Modbus RTU 主站:
http://www.ad.siemens.com.cn/productportal/prods/s7-200-smart-portal/200smarttop/communication/serial_port/modbus/Master/Master.htm
Modbus RTU 从站:
http://www.ad.siemens.com.cn/productportal/prods/s7-200-smart-portal/200smarttop/communication/serial_port/modbus/Slave/Slave.htm
提问者对于答案的评价:
感谢
原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc282854.html