Skip to content

Commit aae7a72

Browse files
committed
Update README.md
1 parent 59fc9b8 commit aae7a72

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

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

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

0 commit comments

Comments
 (0)