Skip to content

Commit e27b7f2

Browse files
committed
Updated documentation with Random operation
1 parent d9c1f12 commit e27b7f2

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, Sub |
34-
| Holding Registers (4x) | INT16, FLOAT32 | Set, Add, Sub |
29+
| Register | Datatype | Operations |
30+
|------------------------|----------------|-----------------------|
31+
| Coils (0x) | BOOL | Set |
32+
| Input register (1x) | BOOL | Set |
33+
| Discrete Input (3x) | INT16 | Set, Add, Sub, Random |
34+
| Holding Registers (4x) | INT16, FLOAT32 | Set, Add, Sub, Random |
3535

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

0 commit comments

Comments
 (0)