This website requires JavaScript.
Explore
Help
Register
Sign In
innov
/
xiuos
Watch
1
Star
0
Fork
0
You've already forked xiuos
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fa2c91e690dddf7c101507f0bdddaaa7c00a3750
xiuos
/
APP_Framework
/
Applications
/
control_app
/
plc_demo
/
br
History
jqy1988
2df93dc327
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
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
test_recipe_br_ppc2100.json
1.add br ppc2100 ethernet test app 2.add br ppc2100 test readme
2023-05-08 15:15:41 +08:00
README.md
Unescape
Escape
贝加莱 PPC2100通信测试
[TOC]
通信接线及参数设置
网口
通过ETH1 RJ45 网口连接
网口参数
:
IP
:
192.168.250.26 Port
:
502
测试的协议:Modbus TCP
存储区
贝加莱PLC与其他PLC不同
,
没有明确类似M
,
D等这样的存储区的概念
,
Modbus地址取决于库函数中结构体变量索引。
通信测试
共测试BOOL
,
INT16
,
INT32
,
FLOAT,DOUBLE 共五种类型数据。
测试BOOL型变量
,
用功能码01
,
测其他类型变量用功能码03。
Reference in New Issue
View Git Blame
Copy Permalink