Skip to content

Commit d9c1f12

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

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/getting-started/operations.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,17 @@ Supported registers: **HOLDING_REGISTER**, **INPUT_REGISTER**
4545
*For **INPUT_REGISTER** type *FLOAT32* is not supported!*
4646

4747

48+
## Random
49+
Random generates new random values each time it executes
50+
51+
```xml
52+
<random symbol="TEMPERATURE1" valueMin="-50.0" valueMax="10.0"/>
53+
```
54+
55+
Both **symbol** and **valueMin** and **valueMax** are mandatory fields. Both values can be of type *FLOAT32* , *INT16* which must
56+
follow the same type of the specified **symbol** definition.
57+
58+
Supported registers: **HOLDING_REGISTER**, **INPUT_REGISTER**
59+
60+
*For **INPUT_REGISTER** type *FLOAT32* is not supported!*
61+

0 commit comments

Comments
 (0)