Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    12,497
  • Joined

  • Last visited

  • Days Won

    259

Everything posted by John Dowson

  1. Why are you sending on press AND release - try one or the other (and you probably don't want to repeat!). PMDG do not use the standard P3D controls for many functions but use their own custom controls. You can take a look at the SDK documentation to see what controls are available. You could try assigning to FS control 'AP Master', which is what the 'Z' key sends. Otherwise you can try assigning the button directly to the keypress (left hand side of your screenshot). If that doesn't work, you have two further options: Mouse Macros or possibly LVARS. Mouse macros should be relatively straight forward - please see the FSUIPC documentation in your documents subfolder for this. I am not sure about LVARs - you can try using the 'List LVars' control to see if there are any for autopilot functions, or use the 'log lvars' lua script Cheers, John
  2. The movement of the yoke corresponds to the movement of the ailerons (and elevators of course) and the full deflection of the yoke (in this case 90 degrees) corresponds to full aileron deflection . If you restrict the yoke movement by 50% (from 90% to 45%), you are restricting the movement of the ailerons. You could do this, by using a Lua plugin (by checking the aileron deflection value and limiting it to a maximum/minimum) , but it is not recommend as you would be losing the ability to move the ailerons through their full range. If you want full aileron deflection but only to limit the visuals of the yoke, then this is almost certainly not possible as this would have been implemented by the aircraft designers and based upon the yoke movement of that particular aircraft. Hope this helps. Regards, John
  3. Are you assigning to a control or a keypress? Does the keypress (z key?) work? This thread may be helpful: http://forum.aerosoft.com/index.php?/topic/38298-cant-disconnect-autopilot/) There is also a Lua script for controlling the Aerosoft A320 autopilot functions available from a link in this post: http://forum.aerosoft.com/index.php?/topic/85325-airbus-a318a319-lua-script-for-fsuipc/ and further information here: http://forum.aerosoft.com/index.php?/topic/68729-using-joystick-to-control-autopilot-functions/ Also, for future reference, it is always a good idea to attach your FSUIPC5.ini file for assignment/calibration problems. Cheers, John EDIT: looks like the lua scripts from those links are no longer available. Instead you could download the lua scripts from the linda package here (or look for a later/updated version) : https://www.avsim.com/forums/topic/451948-aerosoft-airbus-module-44-v3/. You don't necessarily have to use the whole script, but it might give you some insight into how to get this working (i.e. its using the lvars AB_AP_AP1& AB_AP_AP2 to turn autopilot 1 & 2 on/off (with parameters 1/0 respectively)
  4. Please download and try the latest FSUIPC version 5141e. This contains a fix for a problem with the RudderBlendLowest facility - the comments on this version in the 'Updated Modules' page (where the download links are) state: Cheers, John
  5. If that was one click, then its probably sending parameter 536870912 (0x20000000) on the button press, and 131072 (0x00020000) on the release, using the same control (69751). Check in the PMDG documentation. You can duplicate that in your assignment. Cheers, John
  6. 1. Yes - just rename your FSUIPC4.ini file as FSUIPC5.ini (located in the Modules directory of your main sim install folder) 2. Yes - just keep a backup of your FSUIPC4.ini (or FSUIPC5.ini) files, and any specific aircraft profile files if you use that feature (located in the Modules/Profiles subdirectory) and restore them to re-use. Cheers, John
  7. Your setting are saved in the FSUIPC5.ini file, located in your Modules folder (under your sim install directory). Make a backup and restore that to get you settings back. If you use profiles in separate files, you would have to backup the profile file for each aircraft (they will be called <aircraft>.ini and located in the 'Profiles' subdirectory under the Modules folder). Cheers, John
  8. zero termination of strings is 0x0 ('\0'), not 0x30 ('0'). Try with that. John
  9. The IVAP Installer is for 'FSX and Prepar3d' and is dated 25/12/2014, so is looking for FSUIPC4/P3Dv3. There are instructions on how to install IVAP with P3Dv4 + FSUIPC5 here: https://flightsimeindhoven.com/prepar3d/install-ivap/ If you have installed correctly and are still having problems, you probably need to talk to the IVAO/Ivap support first. Regards, John
  10. All offsets are defined in the offset status document 'FSUIPC4 Status of IPC Offsets for FSX' which will be in your 'FSUIPC Documents' sub-directory of your FSUIPC installation directory (usually in 'Modules' under your sim installation folder).
×
×
  • 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.