-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 8a6288d
Showing
6 changed files
with
2,065 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# generix_bacs_modbus_tcp | ||
|
||
|
||
Read modbus arguments from 1000 to 2709 address, and returns a json object. | ||
|
||
Programm flags: | ||
|
||
-ip - generix_bacs ip address (defaut value "localhost"); | ||
|
||
-port - generix_bacs modbus tcp port (defaut value 502); | ||
|
||
-id - generix_bacs modbus slave ID (defaut value 1); | ||
|
||
-m - generix_bacs read areas values | ||
|
||
-m=1 Alarm values (from 1000 to 109) | ||
|
||
-m=2 Strings values (from 1010 to 1059) | ||
|
||
-m=3 Battary modules (from 1060 to 2709) | ||
|
||
-q - quantity of generix_bacs battary modules range, value range 1 - 17 (defaut value 1). | ||
|
||
-q=1 module from 1 - 20 | ||
|
||
-q=1 module from 21 - 30 | ||
|
||
Example: | ||
|
||
`jan_modbus_ip_mac_0.01.2 -ip=192.168.10.10 -port=1502 -id=2 -m=3 -q=2` |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.