Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to get fuel flow from XPUIPC

Featured Replies

FSUIPC has the following offsets that do not seem to be available in XPUIPC (C# code from my application):

Offset<double> FSUIPCFuelFlow1 = new Offset<double>("FSUIPCFuelFlow1", 0x2060); //Fuel flow for engine 1.
Offset<double> FSUIPCFuelFlow2 = new Offset<double>("FSUIPCFuelFlow2", 0x2160); //Fuel flow for engine 2.
Offset<double> FSUIPCFuelFlow3 = new Offset<double>("FSUIPCFuelFlow3", 0x2260); //Fuel flow for engine 3.
Offset<double> FSUIPCFuelFlow4 = new Offset<double>("FSUIPCFuelFlow4", 0x2360); //Fuel flow for engine 4.

 

I need to be able to calculate the fuel flow for an application I am creating for our VA. Does anyone know how to get the fuel flow via XPUIPC?

 

Also, does anyone know where I could get a list of what offsets are currently available in XPUIPC?

 

Any help would be appreciated,

 

CXA001-1.jpg

VATSIM: P2 | I1

  • Commercial Member

Hello, the dataref for fuel flow is an array (8 elements), type is float: sim/flightmodel/engine/ENGN_FF_ (note the _ after FF).

First engine is sim/flightmodel/engine/ENGN_FF_[0], flow is measured in kg/second.

Can't be more precise as I don't use XPUIPC so I'm not specifically into the configuration file, sorry.

Our web site: http://ats-simulations.com/

Our MD-82/83 Project Youtube channel: A.T.S. Aircraft Training Solutions

Video development preview created by Thomas Rasmussen: Aircraft Training Solutions (A.T.S.) MD-82 for X-Plane 10 - Preview

  • Author

I appreciate the response.

 

I will have to look into this as I am not an X-Plane pilot or developer for that matter.

 

The extent of my skills are taking the data that from FSUIPC (for FS9, FSX & P3D) and XPUIPC for X-Plane in order to create applications for our pilots.

 

Regards,

CXA001-1.jpg

VATSIM: P2 | I1

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.