Specifications
Sicon-8 Technical Manual CircuitWerkes, Inc.
75
Function: LED_SetONColor
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Set to values:
Red = 1
Orange = 2
Yellow = 3
Green = 4
Cyan = 5
Blue = 6
Violet = 7
Black = 8
Example: LED_SetONColor(1) = 4
Set LED color to green when LED turns ON.
*************************************************************************************************
Function: LED_SetOFFColor
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Set to values:
Red = 1
Orange = 2
Yellow = 3
Green = 4
Cyan = 5
Blue = 6
Violet = 7
Black = 8
Example: LED_SetOFFColor(1) = 8
Set LED color to black when LED turns OFF.
*************************************************************************************************
Function: LED_GetAlarmCriticalState
Parameters: param1
Returns: Boolean
param1 = channel number (1 – 32)
Example: MyAlarmExists = LED_GetAlarmCriticalState(1)
Set MyAlarmExists variable to 1 if a status critical alarm exists on channel 1. If no alarm present, MyAlarmExists will equate to 0.
*************************************************************************************************