« Back to Product

Documentation

ENO_SetPosition

 boolean ENO_SetPosition (int $InstanceID, int $Value) 

Parameters

InstanceID

ID of the Instance of the device to be switched

Value

1..100

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Sets the position of the actuator with the ID InstanceID to the value Value

Warning

The actuator mode must be set to "Valve position" so that this function can be executed.

Example

ENO_SetPosition(12345, 10);
Any questions?