@@ -23,12 +23,12 @@ Please see the [project website](https://paulorb.github.io/modbus-simulator-cli/
23
23
The table below shows the supported registers and which datatype
24
24
and simulation operation can be performed for each register.
25
25
26
- | Register | Datatype | Operations |
27
- | ------------------------| ----------------| ---------------------------------------------|
28
- | Coils (0x) | BOOL | Set, IfEqual |
29
- | Input register (1x) | BOOL | Set, IfEqual |
30
- | Discrete Input (3x) | INT16 | Set, Add, Sub, Random, Linear, Csv, IfEqual |
31
- | Holding Registers (4x) | INT16, FLOAT32 | Set, Add, Sub, Random, Linear, Csv, IfEqual |
26
+ | Register | Datatype | Operations |
27
+ | ------------------------| ------------------------ | ---------------------------------------------|
28
+ | Coils (0x) | BOOL | Set, IfEqual |
29
+ | Input register (1x) | BOOL | Set, IfEqual |
30
+ | Discrete Input (3x) | INT16 | Set, Add, Sub, Random, Linear, Csv, IfEqual |
31
+ | Holding Registers (4x) | INT16, UINT16, FLOAT32 | Set, Add, Sub, Random, Linear, Csv, IfEqual |
32
32
33
33
## Quick Start
34
34
1 . Compile with gradle and generate fat Jar
0 commit comments