Skip to content

Commit 51a9bf9

Browse files
committed
Updated README.md
1 parent 0169fdd commit 51a9bf9

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
@@ -23,12 +23,12 @@ Please see the [project website](https://paulorb.github.io/modbus-simulator-cli/
2323
The table below shows the supported registers and which datatype
2424
and simulation operation can be performed for each register.
2525

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

3333
## Quick Start
3434
1. Compile with gradle and generate fat Jar

0 commit comments

Comments
 (0)