68
MPS4232
Section 5: Software
The conversion table is responsible for converng raw pressure counts and temperature into accurate EU pressure.
DESCRIPTION Returns the least-squares and error correcon coecients.
SYNTAX LIST T
RETURNS The least-squares conversion and error correcon coecients for each pressure channel, in the
format:
SET K <channel> <k1> <k2> <k3> <k4> <k5> <k6>
SET A <channel> <a1> <a2> <a3> <a4>
SET B <channel> <b1> <b2> <b3> <b4>
SET C <channel> <c1> <c2> <c3> <c4>
SET D <channel> <d1> <d2> <d3> <d4>
Where:
<channel> - is the pressure channel 1 to 32.
<kn> - the least-squares coecient value as used in the conversion equaon.
<a, b, c, dn> - the error correcon coecient used in the background task to obtain the respec-
ve A, B, C, or D coecient for the current temperature.
EXAMPLE LIST T
SET K 1 5.526097E-02 1.113042E-04 1.068045E-07 1.908862E-10 -1.825929E-07 5.010776E-16
::: <channels 2 through 31> :::
SET K 32 1.824528E-02 1.728427E-05 1.125552E-07 1.937218E-10 8.462436E-08 6.297182E-16
SET A 1 5.418055E-29 -1.750566E-26 1.211565E-24 6.328985E-23
SET B 1 -1.037300E-22 -5.255588E-21 2.689422E-18 5.163233E-17
SET C 1 7.753362E-17 1.316558E-13 -9.490233E-12 6.842524E-11
SET D 1 4.354304E-10 2.671218E-08 -5.311249E-06 6.469795E-05
::: <channels 2 through 31> :::
SET A 32 -1.042455E-28 -8.901835E-28 9.933755E-25 8.592377E-23
SET B 32 -5.249502E-22 4.515980E-20 7.136923E-19 -2.463333E-18
SET C 32 4.681487E-16 1.250421E-13 -1.269469E-11 8.363017E-11
SET D 32 -2.882084E-09 4.051924E-07 -1.732523E-05 1.873441E-04
>
COMMAND Varies based on term
TYPE Set
DESCRIPTION Sets conversion coecients.
SYNTAX SET <coecient term> <channel> <term1> <term2> <term3> <term4> [<term5> <term6>]
Where:
<coecient term> - is K, A, B, C, or D.
<channel> - is the channel form 1 to 32.
<term1-6> - are the coecient correcon values based on the term.
RETURNS Prompt when ready to accept a new command
EXAMPLE SET A 32 1.000000 1.000000 1.000000 1.000000
>
NOTES These values should never be manipulated manually.