ActionTypes Enumeration
Types of actions
Namespace: DHI.Mike1D.ControlModuleAssembly: DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 24.0.0.0 (11.1.1.1111)
| NoOperation | 0 | Action that does nothing |
| Unchanged | 1 | Action that keeps the current value of the structure |
| Activate | 2 | Action that activates (stops/closes/opens) |
| Set | 3 | Action that sets a value to the controlled item |
| Change | 4 | Action that updates the controlled item with some change |
| PID | 5 | Action that updates the controlled item using a PID algorithm |
| Set2 | 6 | Action that sets two values to the controlled item |