Skip to content

Commit 005e0ea

Browse files
committed
Updated documentation
1 parent f6ce0ad commit 005e0ea

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-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 |
33-
| Holding Registers (4x) | INT16, FLOAT32 | Set, Add, Sub, Random, Linear |
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 |
3434

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

docs/getting-started/operations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,7 @@ follow the same type of the specified **symbol** definition.
9898
**step** must be a positive value of type INT16 which is related to the row index
9999

100100
Each time this operation is executed it will get the next row of the column specified and set to the specified symbol.
101+
102+
Supported registers: HOLDING_REGISTER, INPUT_REGISTER
103+
104+
For INPUT_REGISTER type FLOAT32 is not supported!

0 commit comments

Comments
 (0)