Skip to content

Commit 8a6288d

Browse files
committed
Initial commit
0 parents  commit 8a6288d

File tree

6 files changed

+2065
-0
lines changed

6 files changed

+2065
-0
lines changed

ModbusMap.xlsx

167 KB
Binary file not shown.

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# generix_bacs_modbus_tcp
2+
3+
4+
Read modbus arguments from 1000 to 2709 address, and returns a json object.
5+
6+
Programm flags:
7+
8+
-ip - generix_bacs ip address (defaut value "localhost");
9+
10+
-port - generix_bacs modbus tcp port (defaut value 502);
11+
12+
-id - generix_bacs modbus slave ID (defaut value 1);
13+
14+
-m - generix_bacs read areas values
15+
16+
-m=1 Alarm values (from 1000 to 109)
17+
18+
-m=2 Strings values (from 1010 to 1059)
19+
20+
-m=3 Battary modules (from 1060 to 2709)
21+
22+
-q - quantity of generix_bacs battary modules range, value range 1 - 17 (defaut value 1).
23+
24+
-q=1 module from 1 - 20
25+
26+
-q=1 module from 21 - 30
27+
28+
29+
Example:
30+
31+
`jan_modbus_ip_mac_0.01.2 -ip=192.168.10.10 -port=1502 -id=2 -m=3 -q=2`

bin/generix_bacs_modbus_tcp_macos

2.95 MB
Binary file not shown.

bin/generix_bacs_modbus_tcp_rpi_linux

2.73 MB
Binary file not shown.

bin/generix_bacs_modbus_tcp_x64_linux

2.89 MB
Binary file not shown.

0 commit comments

Comments
 (0)