Specifications
Sicon-8 Technical Manual CircuitWerkes, Inc.
76
Function: LED_GetAlarmWarningState
Parameters: param1
Returns: Boolean
param1 = channel number (1 – 32)
Example: MyAlarmExists = LED_GetAlarmWarningState(1)
Set MyAlarmExists variable to 1 if a status warning alarm exists on channel 1. If no alarm present, MyAlarmExists will equate to 0.
*************************************************************************************************
Function: Relay_SetLabel
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Example: Relay_SetLabel(1) = “My Label”
Changes the caption of the relay on channel 1 to “My Label”
*************************************************************************************************
Function: Relay_SetRaiseLabel
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Example: Relay_SetRaiseLabel(1) = “My Label”
Changes the caption of the raise button on channel 1 to “My Label”
*************************************************************************************************
Function: Relay_SetLowerLabel
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Example: Relay_SetLowerLabel(1) = “My Label”
Changes the caption of the lower button on channel 1 to “My Label”
*************************************************************************************************
Function: Relay_OperateRaise
Parameters: param1, param2
Returns: Nothing
param1 = channel number (1 – 32)
param2 = milliseconds
Example: Relay_OperateRaise 1, 1000
Press raise button on channel 1 and hold it pressed for 1000 milliseconds (1 second)
*************************************************************************************************