Difference between revisions of "Buses"
Line 19: | Line 19: | ||
Stop bits: 1 <br /> | Stop bits: 1 <br /> | ||
− | {{ | + | {{NotePre|text= |
− | + | BUS 0 is used for internal communication within one IPLOG-GAMA device between main board, IO module and IF module. <br /> | |
− | + | BUS 1-2 are the external buses of the IF module (IF-01, IF-05...). | |
}} | }} | ||
Revision as of 14:26, 20 February 2020
Modbus Registers
Below is a list of available MODBUS registers. The same register numbers are also used by the MIOS-2 protocol.
Modbus Read / Write (0x17) Function
METEL IO modules have implemented the MODBUS function (0x17) Read/Write of Multiple registers. Typically it is required to have two separate requests (and responses) for:
1. Writing of outputs via MODBUS function (0x16) Writing Multiple Registers
2. Reading of inputs via MODBUS function (0x03) Read Holding Registers
This requires a total of 4 frames to be sent over MODBUS. If using 0x17 function only one request is needed for the reading and writing of outputs. This requires a total of 2 frames to be sent over MODBUS.
Default Settings of Communication
Baudrate: 115 200
Parity: None
Data bits: 8
Stop bits: 1
BUS 0 is used for internal communication within one IPLOG-GAMA device between main board, IO module and IF module. <br /> BUS 1-2 are the external buses of the IF module (IF-01, IF-05...).
Subject | Type | R/W | Value | Offset | |
---|---|---|---|---|---|
Internal BUS 0 Settings |
Baudrate | u16 | RW | 192 = 19 200 bps 1152 = 115 200 bps 9246 = 921 600 bps 10000 = 1 000 000bps |
2010 |
Databits | u16 | RW | 8 = 8b, 9 = 9b | 2011 | |
Parity | u16 | RW | 78 = None 69 = Even 79 = Odd |
2012 | |
Stop bits | u16 | RW | 10=1, 20=2, 15=1,5 | 2013 | |
MODBUS address | u16 | RW | 1 - 247 | 2020 |
Subject | Type | R/W | Value | Offset | |
---|---|---|---|---|---|
BUS 1 Settings |
Baudrate | u16 | RW | 192 = 19 200 bps 1152 = 115 200 bps 9246 = 921 600 bps 10000 = 1 000 000bps |
2110 |
Databits | u16 | RW | 8 = 8b, 9 = 9b | 2111 | |
Parity | u16 | RW | 78 = None 69 = Even 79 = Odd |
2112 | |
Stop bits | u16 | RW | 10=1, 20=2, 15=1,5 | 2113 | |
MODBUS address | u16 | RW | 1 - 247 | 2120 |
Subject | Type | R/W | Value | Offset | |
---|---|---|---|---|---|
BUS 2 Settings |
Baudrate | u16 | RW | 192 = 19 200 bps 1152 = 115 200 bps 9246 = 921 600 bps 10000 = 1 000 000bps |
2210 |
Databits | u16 | RW | 8 = 8b, 9 = 9b | 2211 | |
Parity | u16 | RW | 78 = None 69 = Even 79 = Odd |
2212 | |
Stop bits | u16 | RW | 10=1, 20=2, 15=1,5 | 2213 | |
MODBUS address | u16 | RW | 1 - 247 | 2220 |