User Tools

Translations of this page:

Site Tools


en:mag_subsys

This is an old revision of the document!


Magnetometer

Virtual power draw: 40 mA

 Магнитометр

Low-orbit spacecraft is most often designed with a magnetometer as one of positioning devices (usually complementing solar sensors).

The magnetometer senses the surrounding magnetic field and generates three components of the magnetic flux vector in teslas. In ideal conditions the magnetometer in the orbiter register’s Earth’s own geomagnetic field – the same field that turns the needle in the compass for a user on the ground. However, in the real life the design of any satellite includes magnetic materials (e.g. permanent magnets of electric drive motors), therefore the field registered by the magnetometer will comprise a so-called superposition of the Earth’s magnetic field and the magnetic field of the orbiter proper.

It is possible to determine the spatial orientation (and sometimes position as well) of spacecraft by comparing magnetometer readings with computed values from the geomagnetic field model. For experiments with the Orbicraft construction set it is assumed that the magnetometer will be used to sense both orientation and position of the satellite on the orbit i.e. for navigational purposes. In this case the “geomagnetic” field registered by the magnetometer onboard will be created by the special Terra laboratory setup and measured from the computer using a predetermined known control law.

The following function (in C) is used to obtain current magnetometer readings:

int32_t magnetometer_request_raw(uint16_t num,int16_t *pRAW_dataX,int16_t *pRAW_dataY,int16_t *pRAW_dataZ); 

As would be the case with real-world spacecraft, magnetometer readings inside Orbicraft are not determined exclusively by the external geomagnetic field. Other instruments (mainly including reaction wheel motors and the power supply system) can interfere with readings. For that reason it is not recommended that the magnetometer be located immediately next to those devices.

en/mag_subsys.1579500907.txt.gz · Last modified: 2020/03/25 16:29 (external edit)