boolean ENO_SetPosition (int $InstanceID, int $Value)
InstanceID | ID of the Instance of the device to be switched |
Value | 1..100 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets the position of the actuator with the ID InstanceID to the value Value
The actuator mode must be set to "Valve position" so that this function can be executed.
ENO_SetPosition(12345, 10);