Jump to content
The simFlight Network Forums

spen25

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by spen25

  1. Pete, yes it works using goflight software. Correct it shows one alpha numeric and the other numeric. I was doing a test using the word "door".
  2. That's what I thought. I tried Display 1 and it doesnt work.
  3. Hello, trying to figure out if its possible to display text on the Red LEDs of a GF46 similiar to the Yellow LEDs. I can get my text displayed on the yellow LEDS, but can't figure out if text is possible on the Red LEDSs. Thanks for any assistance.
  4. Forgot to add if you need the drivers PM your E-mail and I can send them to you.
  5. There was a thread on the now defunct Goflight Fourm, but if you're missing a serial number then you most likely have the newest A25 firmware which you can tell by looking for A25 when it first powers up. That particular firmware is suppose to have corrected the many lockups a good number of us have. I am forced to have a USB1.1 pci card in my computer in order to not have lockups. That particular firmware is not compatible with FSLabs PMDG driver, I beleive there is a thread with a guy who shipped his in for the upgrade and the serial number was removed and it no longer displayed digits using FSLAbs driver. He nor FSlabs was aware of the change and FSLabs refuses to circumvent the serial check and Goflight states that removing the serial was needed for the extra bytes. So it seems neither will budge, I'm glad I found out as I had a RMA to ship mine in too. Below is a file description from the AVSIM library if you want to try your MCP with the J41. GoFlight MCP Pro Interface for PMDG Bae J41 V2 File Description: Some LUA scripts and an optional GFDisplay config file to provide increased functionality of the GoFlight MCPPRO with the PMDG Bae J41 for FSX. This version has vastly increased performance, no longer requires GFDisplay, provides compatibility with FS2Crew for J41 and fixes some bugs. Instructions on how to configure these files for some limited functionality with the GoFlight MCP are included. REQUIRES A REGISTERED VERSION OF FSUIPC V4.6 OR ABOVE.
  6. Wow, thank you for this thread as I just had the exact same issue. Spent a whole day uninstalling reinstalling FSUIPC EZCA as I did not make any changes, but FSUIPC would work for 3 seconds then quit. I replaced my wxstaionlist.bin from FSX to the one in the fsx.cfg folder and voila works again!!
  7. Thank you, will test it out when I get home. That was going to be my next guess as I was just going to turn them all yellow and try to eliminate them one by one. Update: Works like a Charm, Thank you!
  8. Hello, I've been working on how to change indicator 1 to light up yellow and can not understand what is wrong. I have ran the included WP6test.lua and seen that is possible, but my code only lights up white. What am I doing wrong? function MasterCaution(offset, value) if logic.And(value,0x0002) ~=0 then gfd.SetColour(GFWP6,0, 1, 6) gfd.SetLight(GFWP6,0,1) else gfd.ClearLight(GFWP6,0,1) end end event.offset("9420", "UB", "MasterCaution")
  9. You really should have posted the Autopilot problem in iFly's Forum. There are a number of CH users who have overcome the autopilot issue and there are a number of FAQs/techs there to show you how to get it working right.
  10. Pete Thanks, That's exactly where I went wrong. Not sure why, but I assigned everything using the default 747 and carried the axis assignments over to my PMDG bird and it works perfectly now.
  11. Does anyone have any ideas on how to correctly get it working? I'm able to do the alignment/assign, but the flap level just swings full forward or full aft. It's boggling my mind as I had it working once and I didn't do any crazy settings. I have it disabled in Goflight's software and no axis assigned in FSX. I send the axis straight to FSUIPC Calibration activity as "flaps" and under calibration it recognizes as having 7 detents..Tried setting each detent setting, but nothing takes. Is there something special about PMDGs Flap setting? No Axis available? Sorry for asking about a payware addon, but at wits end.
  12. Thanks all I managed to squeak out a lil .ini tweak that worked. Least I understand the format needed.
  13. Hello, I'm sure I am missing some FAQ, but I have been unable to figure out if FSUIPC allows me to cycle thru "Key-combinations ex.(CTRL+TAB+etc 1, etc 2, etc 3)" using one button?
  14. Thanks Also!! I was able to finally fly my PMDG MD-11 with it. Took me some time, but I managed to map every key to it's correct function. Had to improvise with some of the layout, but for the most part its all working. Also the x32 of VPSE works just fine on Win7x64
×
×
  • 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.