« Back to Product

Documentation

MXC_ShutterMoveDown

 boolean MXC_ShutterMoveDown (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 downwards 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_ShutterMoveDown(12345); //Move downwards
Any questions?