-
Notifications
You must be signed in to change notification settings - Fork 12
Use Case: Aircraft Platform with Telemetry
Alex Robin edited this page Dec 14, 2022
·
3 revisions
A simplified aircraft platform with the following sensors providing telemetry:
- GPS Sensor
- Inertial Motion Unit
- Aerodynamic Sensors
- Atmospheric Parameters Sensors
- Engines Monitoring Sensors
The aircraft can be modeled as a System of type Platform.
Each sensor is modeled as a System of type Sensor and is a component (subsystem) of the aircraft System.
There are several features of interest:
- The aircraft platform itself (location, attitude, and speed observations)
- Each engine (engine monitoring observations)
- The surrounding atmosphere
| Name | Feature Type |
|---|---|
| Aircraft | Platform |
| -- GPS | Sensor |
| -- IMU | Sensor |
| -- Airspeed Sensor | Sensor |
| -- Temperature Sensor | Sensor |
| -- Static Pressure Sensor | Sensor |
| -- Engines Monitoring System | Sensor |
| Name | Feature Type | Sampled Feature |
|---|---|---|
| Aircraft CG | Feature Part |
Aircraft Platform |
| Aircraft Body | Feature Proxy |
Aircraft Platform |
| Engine 1 | Feature Part |
Aircraft Platform |
| Engine 2 | Feature Part |
Aircraft Platform |
| Atmosphere Sampling Point | Sampling Point |
Atmosphere |
TODO: links to actual demo or example files