This website requires JavaScript.
Explore
Help
Register
Sign In
xuos
/
xiuos
Watch
2
Star
0
Fork
11
You've already forked xiuos
Code
Issues
Pull Requests
3
Actions
Packages
Projects
Releases
Wiki
Activity
Files
068e61694de8e0151e35d26d13ed36dd0ac032a1
xiuos
/
APP_Framework
/
Applications
/
control_app
/
plc_demo
/
br
History
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
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
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