avl_fuel
Purpose:
-
Fuel measurement collector task for AVL-733, handling initialization, periodic tasks, and event processing for fuel readings and calibration.
Enter:
-
avl_fuel <cal_wt> <cal_event> <cal_LV> <FR_LV> <Eng_Off_LV> <pri> <PI> &
Where:
-
cal_wt
Use this option to check measured weight vs. a calibration standard within a tolerance of 0.1%.
cal_event
Specify the signal event name used to request a calibration. This is only honored if when the engine is off.
cal_LV
Specify the logical variable name to contain the results of the calibration check.
FR_LV
Specify the logical variable name to indicate readiness to start a fuel reading (i.e. bucket is full).
Engine_Off_LV
Specify the logical variable name to indicate that the engine is off.
pri
Specify the task priority.
PI
Specify the process interval.
Example:
-
avl_fuel 10.0 CAL_EVENT cal_lv fuel_ready_lv engine_off_lv 10 500 &
Notes:
-
Ensure all arguments are provided. Missing arguments will cause the program to exit with an error.