We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13ba5f commit e95e4f2Copy full SHA for e95e4f2
README.md
@@ -25,7 +25,7 @@ and simulation operation can be performed for each register.
25
26
| Register | Datatype | Operations |
27
|------------------------|------------------------|----------------------------------------------------------------|
28
-| Coils (0x) | BOOL | Set, IfEqual, IfGreater, IfLess |
+| Coils (0x) | BOOL | Set, IfEqual, IfGreater, IfLess, Toggle |
29
| Input register (1x) | BOOL | Set, IfEqual, IfGreater, IfLess |
30
| Discrete Input (3x) | INT16 | Set, Add, Sub, Random, Linear, Csv, IfEqual, IfGreater, IfLess |
31
| Holding Registers (4x) | INT16, UINT16, FLOAT32 | Set, Add, Sub, Random, Linear, Csv, IfEqual, IfGreater, IfLess |
0 commit comments