Specifications
Sicon-8 Technical Manual CircuitWerkes, Inc.
73
*************************************************************************************************
Function: Meter_GetValue
Parameters: param1
Returns: Float
param1 = channel number (1 – 32)
Example: MyValue = Meter_GetValue(1)
Set MyValue variable to the value of the reading on channel 1, so if channel 1 reads 1.745 Watts, MyValue will equate to 1.745
Function: Meter_GetAlarmCriticalHighState
Parameters: param1
Returns: Boolean
param1 = channel number (1 – 32)
Example: MyAlarmExists = Meter_GetAlarmCriticalHighState(1)
Set MyAlarmExists variable to 1 if a high critical alarm exists on channel 1. If no alarm present, MyAlarmExists will equate to 0.
*************************************************************************************************
Function: Meter_GetAlarmCriticalLowState
Parameters: param1
Returns: Boolean
param1 = channel number (1 – 32)
Example: MyAlarmExists = Meter_GetAlarmCriticalLowState(1)
Set MyAlarmExists variable to 1 if a low critical alarm exists on channel 1. If no alarm present, MyAlarmExists will equate to 0.
*************************************************************************************************
Function: Meter_GetAlarmWarningHighState
Parameters: param1
Returns: Boolean
param1 = channel number (1 – 32)
Example: MyAlarmExists = Meter_GetAlarmWarningHighState(1)
Set MyAlarmExists variable to 1 if a high warning alarm exists on channel 1. If no alarm present, MyAlarmExists will equate to 0.
*************************************************************************************************
Function: Meter_GetAlarmWarningLowState
Parameters: param1
Returns: Boolean
param1 = channel number (1 – 32)
Example: MyAlarmExists = Meter_GetAlarmWarningLowState(1)
Set MyAlarmExists variable to 1 if a low warning alarm exists on channel 1. If no alarm present, MyAlarmExists will equate to 0.
*************************************************************************************************