Click or drag to resize

ActionTypes Enumeration

Types of actions

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum ActionTypes
Members
  Member nameValueDescription
NoOperation0 Action that does nothing
Unchanged1 Action that keeps the current value of the structure
Activate2 Action that activates (stops/closes/opens)
Set3 Action that sets a value to the controlled item
Change4 Action that updates the controlled item with some change
PID5 Action that updates the controlled item using a PID algorithm
Set26 Action that sets two values to the controlled item
See Also