forked from GuillermoElectrico/modbus-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
devices.yml
29 lines (29 loc) · 1.18 KB
/
devices.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
devices:
- name : Device Group 1
type : ACQ810.yml
conexion: R # R = RTU 232/485 | T = TCP IPv4
id : 1 # this is the slave address number
baudrate : 9600 # Baud
bytesize : 8
parity : 'N' # 'N' = none | 'E' = even | 'O' = odd | 'S' = space| 'M' = mark
stopbits : 1
timeout : 0.5 # seconds
function : 3 # 3 = Read Holding register or 4 = Read Input register
- name : Device Group 2
type : ACS310.yml
conexion: R # R = RTU 232/485 | T = TCP IPv4
id : 10 # this is the slave address number
baudrate : 9600 # Baud
bytesize : 8
parity : 'N' # 'N' = none | 'E' = even | 'O' = odd | 'S' = space| 'M' = mark
stopbits : 1
timeout : 0.5 # seconds
function : 3 # 3 = Read Holding register or 4 = Read Input register
- name : Meter Group 3
type : VACON20.yml
conexion: T # R = RTU 232/485 | T = TCP IPv4
id : 1 # this is the slave address number
direction : 192.168.0.123 # IPv4 destination address
port : 502 # destination port
timeout : 5.0 # seconds
function : 4 # 3 = Read Holding register or 4 = Read Input register