西門子串口調(diào)試器和200smart通信
各位前輩好,最近在學(xué)習(xí)串口調(diào)試器。我想用電腦上的串口調(diào)試器和200smart modbusRTU通信,所以求一份I Q M V對應(yīng)的寄存器地址。順便問下,200smart作為從站,圖上的停止位和數(shù)據(jù)位在哪里設(shè)置,流控又是什么?
Modbus地址 S7-200 SMART 數(shù)據(jù)區(qū)
00001 ~ 00256 Q0.0 ~ Q31.7
10001 ~ 10256 I0.0 ~ I31.7
30001 ~ 30056 AIW0 ~ AIW110
40001 ~ 4xxxx T ~ T + 2 * (xxxx -1)
其中T為S7-200 SMART CPU中的緩沖區(qū)起始地址,即 HoldStart。
如果已知S7-200 SMART CPU中的V存儲區(qū)地址,推算Modbus地址的公式如下:
Modbus地址 = 40000 + (T/2+1) ; T為偶數(shù)
M區(qū)沒有對應(yīng)的Modbus 地址,建議move到V區(qū)。
數(shù)據(jù)位是固定的8位,停止位是固定的1位,這是由 SMART 200 的芯片定死了,不需要設(shè)置。只設(shè)置從站地地,波特率,校驗方式。
地址對應(yīng)關(guān)系在下面鏈接中有表格
S7-200 SMART Modbus RTU通信常見問題
http://www.ad.siemens.com.cn/productportal/Prods/s7-200-smart-portal/200SmartTop/SmartSMS/020.html
補充:
VW0 40001
VW2 40002
VW4 40003
依此類推。
寫從站 Q0.1
03 05 00 01 值 2個字節(jié)CRC檢驗碼 是這樣的結(jié)構(gòu)
參考下面200smart modbus rtu通訊鏈接資料,里面有詳細介紹通訊,和串口調(diào)試助手通訊介紹。
smart200 Modbus RTU通信:
https://www.ad.siemens.com.cn/productportal/prods/s7-200-smart-portal/200smarttop/smartsms/020.html
Modbus RTU 主站:
https://www.ad.siemens.com.cn/productportal/prods/s7-200-smart-portal/200smarttop/communication/serial_port/modbus/Master/Master.htm
Modbus RTU 從站:
https://www.ad.siemens.com.cn/productportal/prods/s7-200-smart-portal/200smarttop/communication/serial_port/modbus/Slave/Slave.htm
S7-200 SMART CPU與調(diào)試助手進行Modbus RTU 通信:
https://www.ad.siemens.com.cn/productportal/prods/s7-200-smart-portal/200smarttop/communication/serial_port/modbus/Modbus%20RTU_Modbus%20Slave_Modbus%20Scan/Modbus%20RTU_Modbus%20Slave_Modbus%20Scan.html
建議你用 MODSCAN32 調(diào)試,可以看到完整的請求及應(yīng)答幀
按下述文檔中步驟進行操作,其中有講解可以解決你的問題:
、串口測試工具軟件_「案例」串口調(diào)試助手與S7-200SMART PLC從站通信:
https://blog.csdn.net/weixin_39662263/article/details/110543632
、S7-200 SMART 與調(diào)試助手之間 Modbus RTU 通信:
https://www.meipian.cn/3ehgka7v
停止位數(shù)據(jù)位是協(xié)議里的東西,你的調(diào)試軟件去適應(yīng)協(xié)議就好了