July 16, 20169 yr 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, VATSIM: P2 | I1
July 16, 20169 yr 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
July 17, 20169 yr 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, VATSIM: P2 | I1
Create an account or sign in to comment