« Back to Product

Documentation

MXC_ShutterMoveUp

 boolean MXC_ShutterMoveUp (int $InstanceID) 

Parameters

InstanceID

ID of the device to be switched

Returns

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

Description

Moves the shutter with the ID InstanceID upwards until MXC_ShutterStop is running or the end position is reached.

Warning

Note that the running time limitation on the MRF Moeller is programmed. IP Symcon can not influence this limitation.

Example

MXC_ShutterMoveUp(12345); //Move upwards
Any questions?