Specifications
Sicon-8 Technical Manual CircuitWerkes, Inc.
71
Function: Meter_GetAlarmCriticalLowValue
Parameters: param1
Returns: Float
param1 = channel number (1 – 32)
Example: MyAlarm = Meter_GetAlarmCriticalLowValue(1)
Set MyAlarm variable to the value of the critical low alarm on channel 1, so if critical low alarm on channel 1 is 2 Volts, MyAlarm will
equate to 2.000
*************************************************************************************************
Function: Meter_SetAlarmCriticalLowValue
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Example: Meter_SetAlarmCriticalLowValue(1) = -12
Set critical low alarm of channel 1 to -12
*************************************************************************************************
Function: Meter_GetAlarmWarningHighValue
Parameters: param1
Returns: Float
param1 = channel number (1 – 32)
Example: MyAlarm = Meter_GetAlarmWarningHighValue(1)
Set MyAlarm variable to the value of the warning high alarm on channel 1, so if warning high alarm on channel 1 is 3 Volts, MyAlarm
will equate to 3.000
*************************************************************************************************
Function: Meter_SetAlarmWarningHighValue
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Example: Meter_SetAlarmWarningHighValue(1) = 4
Set warning high alarm of channel 1 to 4
*************************************************************************************************
Function: Meter_GetAlarmWarningLowValue
Parameters: param1
Returns: Float
param1 = channel number (1 – 32)
Example: MyAlarm = Meter_GetAlarmWarningLowValue(1)
Set MyAlarm variable to the value of the warning low alarm on channel 1, so if warning low alarm on channel 1 is 3 Volts, MyAlarm will
equate to 3.000