boolean HMS_ReleaseFI (int $InstanceID, int $TriggerDelay)
InstanceID | ID of the device to be switched |
TriggerDelay | Delay in seconds |
If the command succeeds, it returns TRUE, otherwise FALSE.
Triggers the FI over the HMS device with ID InstanceID. The TriggerDelay parameter is specified in seconds.
Since the FS20 system is unidirectional, can not be determined whether the command was successful. Error messages are only sent when an internal system error occurred (for example, if the FHZ is not connected).
If the FI can not trigger the FI, its status variable is set to FALSE.
FS20_ReleaseFI(12345, 0); //Trigger FI immediatly