Skip to content

Commit a2a1bf5

Browse files
authored
docs(w&b): add fuel persistence feature (#565)
* docs(w&b): add fuel persistence feature * add fuel persistence information
1 parent effadec commit a2a1bf5

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

docs/fbw-a32nx/feature-guides/loading-fuel-weight.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Please select the correct version below.
1818

1919
---
2020

21-
??? "General Fuel and Weight Information (Click to expand)"
21+
??? info "General Fuel and Weight Information (Click to expand)"
2222
## General Fuel and Weight Information
2323

2424
### Operating Empty Weight
@@ -285,3 +285,34 @@ Get our [simBrief Profile](../installation.md#simbrief-airframe) for the Develop
285285
**NOTE:** Cargo will show only bag weight for 142 pax. Please ensure that you re-add any additional cargo that you may have been carrying originally.
286286

287287
Press START to begin the process.
288+
289+
---
290+
291+
## Fuel Persistence
292+
293+
!!! warning "Not Available in the Stable Version"
294+
295+
After completing a flight the A32NX saves the amount of fuel on board to a special directory when at least one engine is off. This feature is tied to the aircraft registration
296+
found in `atc_id` in the `acft.cfg`.
297+
298+
If you decide to exit the simulator after your flight, loading back in at a later time with the same livery and associated registration
299+
will use the same amount of fuel from your previous flight.
300+
301+
These files are saved in our Work folder under `AircraftStates` alongside other files we store. The work folder can be found using this guide - [here](../support/index.
302+
md#work-folder).
303+
304+
!!! tip ""
305+
Reminder: This file is created/updated **ONLY** on the ground and with at least an engine off.
306+
307+
If no registraiton is found the default value is ASX320.
308+
309+
`AircraftStates/ASX320.ini` example:
310+
311+
```ini title="ASX320.ini"
312+
[fuel]
313+
fuel_center_quantity = 0.000000
314+
fuel_left_quantity = 364.437298
315+
fuel_right_quantity = 343.734621
316+
fuel_left_aux_quantity = 228.000000
317+
fuel_right_aux_quantity = 228.000000
318+
```

0 commit comments

Comments
 (0)