GenEast_E4
Purpose:
-
Measure General Eastern Ambient Conditions.
Enter:
-
GenEast_E4 <dew_point_lbl> <valid_lbl> <service_lbl> <device> <time_out> [temperature_lbl] [rel_humidity_lbl] &
Where:
-
dew_point_lbl
Specify the CyFlex label of the variable to receive the measured dew point.
valid_lbl
Specify the CyFlex label of the variable to receive the logical state of valid measurements.
service_lbl
Specify the CyFlex label of the variable to receive the logical state of the service request of the instrument.
device
Specify the root name of the ASC configuration file.
time_out
Specify the time out value in seconds.
temperature_lbl
Optional. Specify the CyFlex label of the variable to receive the measured temperature.
rel_humidity_lbl
Optional. Specify the CyFlex label of the variable to receive the measured relative humidity.
Example:
-
GenEast_E4 dpt dpt_valid dpt_servc dpt 10 &
The above command spawns the GenEast_E4 program using the CyFlex variables ‘dpt’, ‘dpt_valid’, and ‘dpt_servc’ to store the measured dewpoint, validity flag, and service flag respectively. The root of the ASC configuration file is ‘dpt’ and the program has a timeout value of 10 seconds.GenEast_E4 dpt dpt_valid dpt_servc dpt 10 temp rel_hum &
The above command spawns the GenEast_E4 program usingĀ the CyFlex variables ‘dpt’, ‘dpt_valid’, and ‘dpt_servc’ to store the measured dewpoint, validity flag, and service flag respectively. The root of the ASC configuration file is ‘dpt’ and the program has a timeout value of 10 seconds. The CyFlex variables temp and rel_hum would be accessed to store the measured temperature and relative humidity.
Notes:
-
This program is normally started in the go script. If relative humidity is desired then the temperature label must be entered.