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