Jump to content
The simFlight Network Forums

evanssa

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by evanssa

  1. Good morning and Happy New Year!

    I am suddenly running into issues with FSUIPC client where I create a new Visual Studio 2015 winforms project in C# and now when I attempt to open a connection I get the exception "Additional Information Group '' does not exist". 

    Here is the stack trace:    at FSUIPC.FSUIPCConnection.Process(Byte ClassInstance, IEnumerable`1 GroupNames)
       at FSUIPC.FSUIPCConnection.Process(Byte ClassInstance, String GroupName)
       at FSUIPC.FSUIPCConnection.Process()
       at XPlaneCommNavFMS.frmRadio.timer1_Tick(Object sender, EventArgs e) in D:\Workspace\XPlaneCommNavFMS\XPlaneCommNavFMS\frmRadio.cs:line 102
       at System.Windows.Forms.Timer.OnTick(EventArgs e)
       at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at XPlaneCommNavFMS.Program.Main() in D:\Workspace\XPlaneCommNavFMS\XPlaneCommNavFMS\Program.cs:line 19
       at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
       at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()

    I've created projects before and never had a problem with the FSUIPC Client - it's a brilliant piece of work for those of us trying to connect to the sim.

    Any help would be most appreciated.

    Scott

  2. Greetings,

     

    I'm a new user of FSUICP and WideFS (just purchased both today)  ;-) I'm now starting to write an application to read the engine instrumentation on FSX and am running into problems with getting the fuel flow for the engines. The app is written in C# (.Net 4.0 framework) and I'm able to successfully get N1, N2 and EGT but FF gives me some wild numbers. Looking at the documentation, the Offset I'm using for Eng 1 FF is 08A0 with a data type of short: private Offset<short> E1FF = new Offset<short>(0x08A0); //Offset for Eng 1 FF.

     

    I can output a value to the screen, however the numbers are wildly off and as I advance the throttle, the numbers jump back and forth between positive and negative numbers. Can't seem to figure out the magic formula of getting the actual value that FSX is displaying in the cockpit either.

     

    Any help would be greatly appreciated.

     

    Thanks,

    Scott

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.