WX Series WeatherStation Technical Manual revision 1.000
Proprietary and Confidential
PRELIMINARY - DRAFT
59
where fields <1> through <9> contain the data from the weather station
instrument’s nonvolatile EEPROM, as defined in the “Q”, Query Command.
$PAMTC,COMP,SET
Summary
Set one or more user compass calibration coefficients.
Syntax
$PAMTC,COMP,SET,<1>,<2>,<3>,<4>,<5>,<6>,<7>,<8>,<9>*hh
<CR><LF>
where fields <1> through <9> contain the data to be set into the weather station
instrument’s nonvolatile EEPROM corresponding to the fields as follows.
All fields are 16-bit signed fixed point decimal integers.
<1>
X axis Gain value, hundredths used as multiplier.
<2>
Y axis Gain value, hundredths used as multiplier.
<3>
Z axis Gain value, hundredths used as multiplier.
<4>
X axis linear offset, hundredths of micro-Teslas.
<5>
Y axis linear offset, hundredths of micro-Teslas.
<6>
Z axis linear offset, hundredths of micro-Teslas.
<7>
X axis angular offset, tenths of degrees.
<8>
Pitch and Roll Damping, twentieths of a second.
<9>
Compass/RateGyro Damping, twentieths of a second, negative
numbers indicate that the rate gyro is to be used in compass
computations.
Notes
Currently only Linear Offsets and Damping values are supported.
Valid ranges for data:
Gain: 50 to 500
Linear Offset: -32000 to +32000
X-Angular Offset: 0 to 3600
Pitch and Roll Damping: 0 to 200
Compass/RateGyro Damping: -2400 to 2400