Search the Community
Showing results for tags '195'.
-
Hello Everyone, So I've tried everything under the sun (Followed all the Q&A tips, etc) for getting the Weather Radar to show up on my Embraer 175/195 and nothing is working. Please help if there's any tips or tricks to getting this to work! Advice would be greatly appreciated as I really do enjoy this AC! Here's what I've tried: 1. Enabling WX in the Config program 2. Enabling on MFD 3. Trying it first in 2D Cockpit 4. Made sure my FSUIPC is installed correctly (There's some stuff about weather there but I don't think it applies to the 175/195 AC 5. FSX SP2 is installed 6. Pressed WX on the GP even though I know this is just for PFD WX 7. Made sure there was indeed weather in the program Thanks for any help here!!!
-
Hello all, Ever since I installed FSX acceleration, then the E-Jets V2, when flying the 195, FSX always seems to think it is over gross weight (see attached screenshot) whenever the aircraft is loaded up with 100% fuel and default payload (didn't change any settings in EMB control panel application). I tried reinstalling the E-Jets V2 package, with no success. This didn't happen before I installed Acceleration. I was wondering if anyone might have a solution for this problem? My specs/software are: 2.6ghz MacBook Pro w/Retina Display with 16gb ram and 1tb SSD FSX + Acceleration + SDK E-Jets V2 ERJ V2 Aerosoft Airbus X Extended RAAS Pro (locked version that came with Airbus X Extended) FSRecorder FSUIPC (unregistered) Otherwise, this is a pretty much fresh FSX install, no tweaks.
-
Hey, guys! I'm a beginner in applications with FSUIPC, and I'm pretty sure this is a stupid question but, how do I set the payload of an aircraft? The plane in question is an Embraer 195, with 3 sectores: crew, passengers and cargo. I can read and set the fuel levels, but got nowhere close with the payload. Here's what I'm doing so far, fuelwise: double targetFuel = 2134; double maxFuel = 6495.225; int formula = (int)((targetFuel * 100 / maxFuel) * (128 * 65536) / 100); result = fsuipc.FSUIPC_Write(0x0B94, formula, ref token, ref dwResult); result = fsuipc.FSUIPC_Write(0x0B7C, formula, ref token, ref dwResult); result = fsuipc.FSUIPC_Process(ref dwResult); This works as a charm, but I have no idea how to work on offset 1400. Any help at all would be greatly appreciated. Thank you!