Specifications
Sicon-8 Technical Manual CircuitWerkes, Inc.
72
*************************************************************************************************
Function: Meter_SetAlarmWarningLowValue
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Example: Meter_SetAlarmWarningLowValue(1) = 4.5
Set warning high alarm of channel 1 to 4.5
*************************************************************************************************
Function: Meter_GetMaxScale
Parameters: param1
Returns: Float
param1 = channel number (1 – 32)
Example: MyValue = Meter_GetMaxScale(1)
Set MyValue variable to the value of the max scale of channel 1, so if channel 1 is scaled to 15 Volts max, MyValue will equate to
15.000
*************************************************************************************************
Function: Meter_SetMaxScale
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Example: Meter_SetMaxScale(1) = 20
Set max scale of channel 1 to 20.
*************************************************************************************************
Function: Meter_GetMinScale
Parameters: param1
Returns: Float
param1 = channel number (1 – 32)
Example: MyValue = Meter_GetMinScale(1)
Set MyValue variable to the value of the min scale of channel 1, so if channel 1 is scaled to -10 Volts min, MyValue will equate to -
10.000
*************************************************************************************************
Function: Meter_SetMinScale
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Example: Meter_SetMinScale(1) = -15.5
Set min scale of channel 1 to -15.5.