Specifications

Sicon-8 Technical Manual CircuitWerkes, Inc.
70
Site dedicated functions.
Each function is preceded by site name to identify which site the function is performed. The name cannot have any
spaces and must be the same as a site that you have named in your Site menu of the Sicontroller.
Some examples:
Site_1.Meter_SetLabel.....
Site_1.Connect....
Site_8.Disconnect.....
Site_3.Meter_GetAlarmCriticalLowValue.....
FUNCTIONS:
Function: Meter_SetLabel
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Example: Meter_SetLabel(1) = My Label
Changes the caption of the meter on channel to My Label
*************************************************************************************************
Function: Meter_GetAlarmCriticalHighValue
Parameters: param1
Returns: Float
param1 = channel number (1 – 32)
Example: MyAlarm = Meter_GetAlarmCriticalHighValue(1)
Set MyAlarm variable to the value of the critical high alarm on channel 1, so if critical high alarm on channel 1 is 5 Volts, MyAlarm will
equate to 5.000
*************************************************************************************************
Function: Meter_SetAlarmCriticalHighValue
Parameters: param1
Returns: Nothing
param1 = channel number (1 – 32)
Example: Meter_SetAlarmCriticalHighValue(1) = 12
Set critical high alarm of channel 1 to 12
*************************************************************************************************