xiuos/APP_Framework/Applications/control_app/plc_demo/br
jqy1988 048796080a add br ppc2100 plc image 2024-02-27 11:24:00 +08:00
..
image add br ppc2100 plc image 2024-02-27 11:24:00 +08:00
json modify br PLC test menu 2023-10-30 14:43:58 +08:00
Makefile 1.add br ppc2100 ethernet test app 2.add br ppc2100 test readme 2023-05-08 15:15:41 +08:00
README.md 1.add br ppc2100 ethernet test app 2.add br ppc2100 test readme 2023-05-08 15:15:41 +08:00
br_ppc2100.c 1.add br ppc2100 ethernet test app 2.add br ppc2100 test readme 2023-05-08 15:15:41 +08:00
br_x20cp0410.c modify XiUOS DIR : (1.add plc_demo in APP_Framework/control_app; 2.add industrial_network、industrial_fieldbus and industrial_wlan; 3.add XiZi_AIoT and modify XiZi as XiZi_IIoT.) 2022-09-27 20:39:52 +08:00
br_x20cp1381.c modify XiUOS DIR : (1.add plc_demo in APP_Framework/control_app; 2.add industrial_network、industrial_fieldbus and industrial_wlan; 3.add XiZi_AIoT and modify XiZi as XiZi_IIoT.) 2022-09-27 20:39:52 +08:00
br_x20cp1586.c modify XiUOS DIR : (1.add plc_demo in APP_Framework/control_app; 2.add industrial_network、industrial_fieldbus and industrial_wlan; 3.add XiZi_AIoT and modify XiZi as XiZi_IIoT.) 2022-09-27 20:39:52 +08:00

README.md

贝加莱 PPC2100通信测试

[TOC]

通信接线及参数设置

  • 网口
    • 通过ETH1 RJ45 网口连接
    • 网口参数IP192.168.250.26 Port502
    • 测试的协议:Modbus TCP

存储区

  • 贝加莱PLC与其他PLC不同没有明确类似MD等这样的存储区的概念Modbus地址取决于库函数中结构体变量索引。

通信测试

  • 共测试BOOLINT16INT32FLOAT,DOUBLE 共五种类型数据。
  • 测试BOOL型变量用功能码01测其他类型变量用功能码03。