Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    11,076
  • Joined

  • Last visited

  • Days Won

    219

Everything posted by John Dowson

  1. There are 4 presets available related to the Fenix A320 runway turnoff switch (see https://hubhop.mobiflight.com/presets/😞 You can either assign to those, or look at the lvars/events those are using an use those instead. John
  2. You just need to try it... however if the MCDU doesn't recognise the throttle then I'm not sure there is much you can do, except maybe ask about this on the Fenix and PFC support forums. Pete has retired - he won't know anything about the Fenix either, but does know about the PFC driver (as he wrote it!). You could try asking him (using the tag notation with the @ symbol...). He is also on holiday at the moment, back in few days. John
  3. No idea, sorry. Enable logging in the lua script by setting the logActivity variable to true (and re-start)- that should tell you what is happening. John
  4. Those increments/deltas are over 10-times greater than the delta I started with and provided to you, which was 128. They are pretty huge increments and I can't see how you can control the primary flight surfaces with those...but each to their own! This is very strange...are you using any of the MSFS assistance options? If so, maybe they are interfering. Otherwise suitable logging should explain what is happening... You can always update the script to send those controls on a Numpad5 key press: Rudder Center: control/event 65689 Center Ailer Rudder:: control/event 65612 John
  5. Btw, maybe take a look at FSInterrogate (FSInterrogate2std.exe) or Examiner - both available in the Utils folder of your FSUIPC7 installation folder. John
  6. Please show me a log file generated with the relevant logging activated - as I said: You only have 4 buttons assigned - master battery on/off and toggle alternator 1/2. For the G58, there are 4 presets available for the master battery (see https://hubhop.mobiflight.com/presets/😞 They are all using the Toggle Master Battery control, with the parameter indicating the battery number, so you could try that for the G58 - or assign directly to the presets. With Event logging activated and the logging console, you can also flip the switch you want to assign in the virtual cockpit and see what event is logged for that switch and then assugn to that. When assigning to presets or for aircraft specific functions, it is also recommended to use a profile for that aircraft. John
  7. Many people have reported issues with the throttle assignment in the Fenix A320. You have to calibrate the throttle first in the Fenix MCDU, and then assign as 'Send to FS as normal axis' using the Throttle 1/2 Axis Set Ex1 controls. See I'm not sure if the newer *_EX1 axes are available for PFC devices though - not sure how those are assigned/calibrated as I don't have any PFC devices. But first you should consult the Fenix documentation and see if you can calibrate in the MCDU. John
  8. Ok, thanks, There are already presets for these Rotor Brake parameters for the 737-700: PMDG B737 Recirc Fan: 87201 (>K:ROTOR_BRAKE) PMDG_B737-7_PNEUMATIC_RECIRC_FAN_TOGGLE: 19601 (>K:ROTOR_BRAKE) Still no separate preset list for the 737-800 - not sure why this is.... John
  9. No problem, glad you got it sorted and thanks for the update. John
  10. All offsets are documented in the FSUIPC7 Offsets Status document. If nothing was printed in the console, then you forgot to check the Normal log file checkbox - you have to select were you want the logging to go. Never going to happen, sorry. That would be far too much work for little benefit for a very few people. I am struggling to get new functionality in as it is due to the amount of time I am spending on support and just keeping up with MSFS and P3D releases. There are far more useful things for the majority of folks I am planning to implement at some point already. John
  11. In the same places as always - either in the Download Links => Updated Modules page of this from, or from www.fsuipc.com.
  12. Ok, that makes sense. Thanks for the update. John
  13. In the next release, FSUIPC7 will auto-start luas when FSUIPC7 is started/restarted when MSFS is running and has an aircraft loaded (i.e. it is out of the main menu system). You can also try the attached beta version (7.3.11a) that has this implemented. In this version, I have also delayed the starting of other threads, including WideServer, until and aircraft is loaded and ready-to-fly. John FSUIPC7.exe
  14. But how is the yoke assigned in P3Dv5/FSUIPC6? Presumably in P3D, no? As I have said, it was previously possible to calibrate axes when assigned in MSFS or when assigned in FSUIPC to 'Send to FS as normal axis', but since the release of SU10 this is no longer possible. With P3D/FSUIPC6, this is still possible. John
  15. Are you sure? The yoke isn't even recognised, and this will/should be the same in FSUIPC6... Maybe show me your FSUIPC6.log and FSUIPC6.ini files so that I can check...
  16. Yes I know, that is what I said ('You do have one controller assigned that is now missing:'). Yes, I know, This yoke is not recognised or supported by FSUIPC. It is not an HID joystick type device. John
  17. There is still a minor issue (now corrected, will be released in the next update) that prevents the WASM/WAPI being activated in certain situations. To correct for this, make sure that you have the WAPI explicitly enabled in your FSUIPC7.ini, i.e. make sure you it contains the following section - add or update as needed: John
  18. You ran the installer from within the zip file: Running in folder 'C:\Users\blaur\AppData\Local\Temp\Rar$EXa23188.45475\Install_FSUIPC7' You should not do this - extract the files from the zip folder first before running the installer. Do that and try again. John
  19. These are periods defined by the MSFS SIMCONNECT_PERIOD enumeration type: I know nothing more than that. Yes, you will need a delay, before you can read the value. However, as I said, rather than inserting a delay you should use the idiom: ipc.createLvar("AE_FD", 0) -- create Lvar while (ipc.getLvarId("AE_FD") == nil) do ipc.sleep(50) end -- wait for lvar to be received i.e. wait for the lvar to be available after creation. It is also better to use the event.Lvar function to perform actions when lvar values change rather that changing the value and then waiting for the updated value to be received back - or you could just assume that the value had been updated (depending in the use-case). John
  20. Options->GPS Out... Try looking at the User manual.... John
  21. The logging of IPC read/writes only logs for external applications (IPC = Inter Process Control). To log offsets, use FSUIPC's offset logging capabilities (Log->Offsets..) - see the User guide for details. No, I do not provide support via Discord. I spend a lot of time on support as it is - I don't want to open another support channel - I would never get anything else done....! John
  22. How are you assigning? If you want to calibrate, then you have to assign to 'Send direct to FSUIPC Calibration'. If assigning with 'Send to FS as normal axis', then you cannot calibrate - you have to use FSUIPC's axis scaling functionality. To do this, you need to add ',*-1' to the axis assignment line in your FSUIPC7.ini. Either do this when FSUIPC7 is not running, ot if running make the changes when the axis assignment panel is open and once saved click the Reload button. See the Advanced user guide on axis scaling for more details. John
  23. For the QNH, see offset 0x34A0 (Sea Level Pressure), or maybe its the Kohlsman setting you want at offset 0x0330 or maybe 0x0332? Take a look at the offset status document for a description of those offsets. Cheers, John
×
×
  • 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.