
MGate 5134 Series User Manual
22
Parameter
Value
Default Description
Endian Swap
None
Byte
Word
Byte and Word
None
Data Byte Swapping
None: Don’t need to swap
Byte: 0x0A, 0x0B, 0x0C, 0x0D becomes 0x0B,
0x0A, 0x0D, 0x0C
Word: 0x0A, 0x0B, 0x0C, 0x0D becomes 0x0C,
0x0D, 0x0A, 0x0B.
Byte and Word: 0x0A, 0x0B, 0x0C, 0x0D
becomes 0x0D, 0x0C, 0x0B, 0x0A.
Read Starting
Address
0 to 65535
0
Modbus register address.
Read Quantity
Read Coils: 1 to 2000
Read Discrete Inputs: 1 to
2000
Read Inputs Registers: 1 to
125
Read Holding Registers: 1 to
125
Read/Write Multiple Registers:
1 to 125
10
Specifying how many items to read.
Write Starting
Address
0 to 65535
0
Modbus register address.
Write Quantity
Write Multiple Coils: 1 to 1968
Write Multiple Registers:
1 to 123
Read/Write Multiple Registers:
1 to 123
1
Specifying how many items to write into.
Fault Protection
Keep latest data
Clear all data bits to 0
Set to user defined value
If the MGate’s connection to the other side
(server/slave) fails, the gateway cannot receive
data, but the gateway will continuously send
output data to the Modbus TCP server device.
To avoid problems in this case, the MGate can
be configured to react in one of the following
three ways: Keep the latest data, clear data to
zero, set the data bits to user-defined values.
User-defined
Value
(This will
show up when
you select Fault
Protection mode
as 'Set to user
defined value'.)
00 to FF (Hex)
00 00
The user-defined values to write into the data
bits when the Set to user defined value option
is selected.
Fault Timeout
(This will show up
when you select
Fault Protection
mode as 'Set to
user defined
value'.)
1 to 86400 ms
3600
Defines the communication timeout for the
opposite side.
Tag Type
raw, boolean, int16, int32,
int64, uint16, uint32,
uint64, float, double, string
raw
Specifying the tag data type. The default is raw
for fast multiple data mapping.
For other data types, you could also scale the
resource data. There are two types:
•
Slope-intercept:
tag value = (source value * slope) +offset
•
Point-slope:
tag value = source value *
( )
target max. - target min.
source max. - source min.