File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ Please see the [project website](https://paulorb.github.io/modbus-simulator-cli/
26
26
The table below shows the supported registers and which datatype
27
27
and simulation operation can be performed for each register.
28
28
29
- | Register | Datatype | Operations |
30
- | ------------------------| ----------------| ------------|
31
- | Coils (0x) | BOOL | Set |
32
- | Input register (1x) | BOOL | Set |
33
- | Discrete Input (3x) | INT16 | Set, Add |
34
- | Holding Registers (4x) | INT16, FLOAT32 | Set, Add |
29
+ | Register | Datatype | Operations |
30
+ | ------------------------| ----------------| --------------- |
31
+ | Coils (0x) | BOOL | Set |
32
+ | Input register (1x) | BOOL | Set |
33
+ | Discrete Input (3x) | INT16 | Set, Add, Sub |
34
+ | Holding Registers (4x) | INT16, FLOAT32 | Set, Add, Sub |
35
35
36
36
## Quick Start
37
37
1 . Compile with gradle and generate fat Jar
You can’t perform that action at this time.
0 commit comments