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.

rhalton

Members
  • Joined

  • Last visited

Everything posted by rhalton

  1. I have posted the following under downloads PMDG 747 module but have had no replies. I would really like to get flying again with this aircraft. I am revisiting this aircraft after a break and am using mcp2 with Linda 2.5.7 and module 1.2. I still can not get it to work and am getting the error messages error loading module linda-cfg/aircrafts/pmdg 744-400/config-mcp2 from file C:\fsx\modules\linda-cfg/aircrafts/pmdg 744-400/config-mcp2.lua The folder linda-cfg/aircrafts/pmdg 744-400 contains the files config-mcp, config-mcp2, config-mcp2-1505061504, config-mcp2a and config-user The linda console then shows fsx/modules/linda-cfg/aircrafts/pmdg 744-400/config-mcp2.lua:573: '<name>' expected near '}' Can anybody tell me whats wrong Thanks, Richard Halton.
  2. Bad news. Problem is back again for me. Have not changed anything since yesterday. Richard
  3. Hi Scott, Have done a clean re-install of linda 2.5.7 and A2A c172 1.0.3. Everything now works OK - no console errors. Thanks to you and Wayne for your work on this. Richard
  4. Thanks for all your work everybody. I will try a re-install as Scott suggested in the next couple of days and report back Richard
  5. Am using FSX, MCP2, Linda 2.5.7 and A2A Cessna 172 module 1.0.2 Using the heading knob on the MCP2 causes the heading bug on the aircraft to jump about and the MCP reading for the heading does not sync with the aircraft heading. I have tried reassigning the heading knob values in Linda from the A2A library to the FSX control values - heading bug inc and dec. This gives a smooth operation of the heading bug butt he values still do not sync. Can anybody with the A2A 172 help please? Richard Halton
  6. I have had a very stable system and been getting good results flying the Ifly 737 with the MCP Combo 2 for some time. I normally take off with autopilot heading selected and switch to lnav at 1000' approx. and everyting works OK. Today I have tried to set up the aircraft to take off and track a VOR course. I dial in the VOR freq. and then set the course with the MCP course knob but the course reading just runs away with itself and cannot be stopped. If I set the course with the mouse on the course knob on the screen everything is OK.Anybody any ideas? Richard Halton
  7. Have sorted this now. Needed to increase the water effects in FSX.
  8. I have two throttle quadrants attached to my yoke. When tested with fsuipc, throttle 1 shows full movement with axis X Y and Z but quadrant 2 only has full movement for axis Z. X and Y are acting as an on/off switch. I am trying to calibrate the two quadrants for the King Air B200 with two throttle controls, two prop condition controls and two mixture controls. Can anybody help? Thanks, Richard Halton
  9. Have just downloaded the latest N California scenery and latest libraries, and the water in the San Francisco Bay area is brown but the main Pacific is blue. Can anybody tell me what I have done wrong. Thanks, Richard Halton
  10. Thanks Mark. Will check those points.
  11. Have just come back to this problem after viewing all the posts. I am also using Linda and the mcp11 panel but have just tried without linda and the panel, and the problem still persists.
  12. Have downloaded the older version of UT2Bridge and still get the same error.
  13. I am on my first day of a version 6.20 trial and am having problems with the UT bridge. I have downloaded it and tried to run it from its folder prog files/internal workings/voxatc and I am getting a ut bridge error, ut2 not found. I have ut2 installed in my main fsx folder which is C:/FSX.Can anybody help please.
  14. Loaded a flight today and fault has returned. Re-connected to sound blaster, removed driver and installed original driver. Fault still there. Any more ideas? Thanks
  15. Have disabled the sound blaster card and ran the sound through the on-board sound card. Now works perfectly. Thanks for your help
  16. Used Both Airbus and Ifly in the last few days.
  17. My audio playback is broken up. This is noticeable in the audio test, PA's and when FO is carrying out checklists resulting in missing some items. Have downloaded latest update - still same problem. Versions for Ifly 737 and airbus worked straight away without any problems. Anybody any ideas? Thanks.
  18. Tied with Firefox and everything went OK. Thanks
  19. Can't purchase the download. Payment window flashes onto screen and disappears.Any ideas. Thanks Richard Halton
  20. I am using Linda with the MCP Combo 2 and Ifly 737. Everything appears to work OK except the heading display on the A/P. The figures on the Combi display and the screen A/P display move when the knob is turned but they do not correspond with each other. I am using Linda 1.11, iflytofsuipc 2.03, Ifly 737 3.1 and fsuipc4 4.924a. Can anybody help please, Thanks, Richard Halton
  21. Using Lvar solved the problem. I have most of the buttons assigned now. About to start on some of the rotaries. I will look at some of the existing modules for advice. Thanks for your help. Richard Halton
  22. Hi, I have entered the following :- function Show_WPT_off () ipc.writeLVar("ND_WPT", 0) end function Show_WPT_on () ipc.writeLVar("ND_WPT", 1) end function Show_WPT_toggle () if _t("ND_WPT", 1) then Show_WPT_on () else Show_WPT_off () end Syntax reported OK - file saved - button allocated on combi and saved. The button is operated OK in FSX from the list in the tracer but not from the combi itself. There are no error messages in the Linda console Where do I go from here? Thanks, Richard Halton
  23. I am trying to create a module for an Airbus to run from my Combi 2. I have created a basic module by copying the RealAir Duke module and many controls work OK. I am a bit lost with all the info available as to how to assign other functions. As an example I want to be able to operate the cockpit button which displays WPT on the EFIS map display. I have used the tracer and found a LVar which when clicked from the list with toggle set to 0 and 1, operates the button. In the editor I have added a section to the lua as follows:- function Show_WPT_on () LVar = "ND_WPT = 0" end function Show_WPT_off () LVar = " ND_WPT = 1" end Syntax reported OK Have saved file, assigned the function to the combi but there is no reaction from the aircraft. The process is probably not as simple as this but I thought that if I could tackle one control, I might have a chance of working out some of the others. Thanks, Richard Halton
  24. I am trying to create a module for an Airbus using the FSX default aircraft as a base to start from as some of the functions work with the Airbus. I have tried the following :- Select NEW module Select Module name from list i.e. Airbus A321 Check the entry Copy from existing, and select FSX default. Select CREATE I am getting the message "specified file was not found" Can anybody help please?
  25. Have now got this sorted. Had not got it set for mcp combo 2. Richard Halton

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.