6
COMMAND FILL
COMMAND SYNTAX FILL
ARGUMENTS None
DESCRIPTION Fills the Conversion Table with calculated pressure points and temperature
planes using the MASTER calibrated points as guides. These "filled" points
are marked as CALCULATED.
The FILL command NEVER overwrites MASTER points. It does overwrite
old points marked as CACULATED.
NOTE: The DELETE command must be used to change points marked as
MASTER to CALCULATED before using the FILL command.
RETURNS <nl>
<nl> - end of line.
EXAMPLE In this example, new MASTER points have been loaded and the coefficient
table must be completed.
Type: FILL<CR>
COMMAND INSERT
COMMAND SYNTAX INSERT <temp><chan><press><press counts>[M]
ARGUMENTS <temp> - an integer from 0 to 79 that represents the temperature
in degrees Celsius.
<chan> - an integer from 0 to 15 identifying the channel.
<press> - a real number that represents the calibration pressure
point.
<press counts>- a signed integer from 32767 to -32768 that represents
the current pressure counts from the sensor.
[M] - optional switch that designates the entry as a master
conversion point.
DESCRIPTION Inserts one pressure-pressure counts entry into the Conversion Table. If the
M option is used this point is entered as a MASTER point.
The LIST MASTER and LIST ALL commands download the contents of the
conversion table in the format required by this INSERT command.
RETURNS <nl>
<nl> - End of line.
EXAMPLE Although INSERT com mands are most often entered from a Module Profile
File, they may be entered from a keyboard.
The following command will insert a master point at 30EC for channel 1. The
applied pressure is 11.9998 psi, the measured counts are 26376.
INSERT 30 1 11.9998 26376 M
The following command will insert a master point at 48EC for channel 16.
The applied pressure is 10.9998 psi, the measured counts are 20254.
INSERT 48 16 10.9998 20254 M
Komentáře k této Příručce