lc_scales

Purpose:

Control a load cell fuel system, managing fill valve operations and computing fuel rates based on measurements.

Enter:

lc_scales <priority> <interval> <filename> [+c]

Where:

priority

Specify the task priority, generally between 11 and 18.

interval

Specify the rate of processing such as “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.NNN

lc_scales 12 MED +c &
Critical task, use /specs/lc_scales.NNN

lc_scales 12 SLO /cell/lc_scales &
Non-critical task, use /cell/lc_scales

lc_scales 12 SLO /cell/lc_scales +c &
Critical task, use /cell/lc_scales

Notes:

The spec file must provide specifications for device operations and must exist for proper functionality.

See Also: