« Back to Product

Documentation

SC_MoveUp

 boolean SC_MoveUp (int $InstanceID, int $Duration) 

Parameters

InstanceID

ID of the shutter control instance

Duration

0 = limit switch, >1 = duration in ms

Returns

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

Description

Moves the shutter for the device with ID InstanceID up for Duration milliseconds.

Warning

The status variable is reset to 0 regardless of the time moved.

Example

SC_MoveUp(12345, 0); //Move up
Any questions?