Mission handling
Example of mission handling.
Last updated
Example of mission handling.
Mission objects are used to store time-limited measurements, such as transport monitoring.
A mission object called Transports contains:
3 virtual mission MPs called -22 -18°C, 2-6°C, and 2-8°C
3 real mission MPs called TPatrol sensor 1, TPatrol sensor 2, and TPatrol sensor 3
The real mission MPs receive readings directly from BTiny mission sensors.

Real mission MP: represents a physical BTiny mission sensor. This is where readings arrive first.
Virtual mission MP: a “bucket” you can use to organize mission results. Typical use is grouping by a target range (for example, 2-8°C).
Start the mission and collect readings in a real mission MP (one per sensor).
After the mission ends, review the mission data.
If needed, move or copy mission data into a virtual mission MP to group missions by use case or temperature range.
Last updated
