lc_scales
Purpose:
-
Perform control functions for a directly controlled load cell fuel system. These functions include fill valve operation, and timing of a fuel reading.
Enter:
-
lc_scales <priority> <interval> <filename> [+c]
Where:
-
priority
Specify the task priority, generally between 11 and 18. interval
Specify the rate of processing, typically “MED”.
filename
Optional. Specify the spec filename. The default is /specs/lc_scales.NNN where NNN is the cell name.
+c
Optional. Specify this flag to indicate a critical task to the watchdog.
Example:
-
lc_scales 12 MED &
Non-critical task, use /specs/lc_scales.NNNlc_scales 12 MED +c &
Critical task, use /specs/lc_scales.NNNlc_scales 12 SLO /cell/lc_scales &
Non-critical task, use /cell/lc_scaleslc_scales 12 SLO /cell/lc_scales +c &
Critical task, use /cell/lc_scales