Skip to content

Commit 7b5b1b3

Browse files
committed
Updated documentation
1 parent 5acbbc1 commit 7b5b1b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Please see the [project website](https://paulorb.github.io/modbus-simulator-cli/
2626
The table below shows the supported registers and which datatype
2727
and simulation operation can be performed for each register.
2828

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 |
3535

3636
## Quick Start
3737
1. Compile with gradle and generate fat Jar

0 commit comments

Comments
 (0)