Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,242
  • Joined

  • Last visited

  • Days Won

    270

Everything posted by John Dowson

  1. No. This is the code you need to insert (the code specified in the preset description, which I also showed you a few comments ago): <!-- ############################################### --> <Component ID="MobiFlight_External_Control"> <UseTemplate Name="ASOBO_GT_Update"> <UPDATE_CODE> (L:MF_TBM930_ENGINE_Ignition_1_Set, Number) s0 0 &gt; if{ l0 1 - (&gt;B:ENGINE_Ignition_1_Set) 0 (&gt;L:MF_TBM930_ENGINE_Ignition_1_Set) } </UPDATE_CODE> <FREQUENCY>1</FREQUENCY> </UseTemplate> </Component> Then, after you have that code inserted, you can then use the lvar L:MF_TBM930_ENGINE_Ignition_1_Set as I have already specified, or create those presets and use them. John
  2. Ok... Have those TransmitClientEvent errors gone from your log? I see you have a lot of assignments to Custom controls - were they for the PMDG 737? Note the P3D/FSX version used custom controls, but the MSFS version uses the Rotor Brake control with the parameter specifying the switch/button and mouse action - see John
  3. You are using a very old version of FSUIPC7, v 7.0.8. Please update and try there latest version, which is v7.3.7 (with v7.3.8 to be released in the coming days). Only the latest version is supported. John
  4. And I have the same response: John
  5. Can you please turn off logging for IPC read/writes - this is not needed and generates a large log file if used. You have lots of TransmitClientEvent errors which shouldn't be happening. This usually indicates an issue with Simconnect in the MSFS installation. To check, can you just run MSFS with FSUIPC7 and nothing else. Just load the PMDG 737, wait a few minutes until its fully loaded, and then exit, and show me both your FSUIPC7.log and FSUIPC7.ini files. Thanks, John
  6. Ok - adding that code to the Community\aircraft-tbm930-improvement\SimObjects\Airplanes\Asobo_TBM930\model\TBM930_interior.xml file, and the ignition switch works as advertised: On: 2 (>L:MF_TBM930_ENGINE_Ignition_1_Set) Off: 3 (>L:MF_TBM930_ENGINE_Ignition_1_Set) Auto: 1 (>L:MF_TBM930_ENGINE_Ignition_1_Set) So, to use, first add that additional component section to the xml file (path given above - insert within the <Behaviors>...</Behaviors> section ), then create or add the following to a myevents.txt file (located in your FSUIPC7 installation folder) My_TBM930_Ignition_On#2 (>L:MF_TBM930_ENGINE_Ignition_1_Set) My_TBM930_Ignition_Off#3 (>L:MF_TBM930_ENGINE_Ignition_1_Set) My_TBM930_Ignition_Auto#1 (>L:MF_TBM930_ENGINE_Ignition_1_Set) You can then assign using those new presets. John
  7. I can only check your assignments in FSUIPC, but additional logging may help. Try activating logging for Buttons & Keys as well as Events. Load your aircraft and press the two buttons on you alpha in turn. Then exit GSUIPC7 and show me your FSUIPC7.ini and FSUIPC7.log files. John
  8. Can you please supply more details. Where is that message coming from? Sounds like a message from an FSUIPC 3rd part client. Do you have FSUIPC7 installed and running? You posted in the main support forum. I will move your post to the FSUIPC7/MSFS support forum, where it belongs. Also note, if using the PMDG 737 with MSFS, there is a beta version of FSUIPC7 available with the additional PMDG FSUIPC offsets enabled - see John
  9. Ok - I didn't trad that far! I will install from github and let you know. Did you apply the fix detailed in the preset description to get this to work? If not, maybe try that (I will also take a look) - this is the description of the TBM930_IGNITION_ON preset: I'm not sure if this applies when using the improvement mod, but worth a try... John
  10. No, it isn't. FYI, I will add this simvar to offset 0x0590 (4 bytes). If you update to use that offset, you can just remove the line that adds that once I have released. If you like, you can test this already in the attached version (which I haven't tested yet!): FSUIPC7.exe John
  11. I am surprised that you can move the starter and ignition switches at all using the improvement mod. When I have that installed, I cannot move those switches in the cockpit at all. Without the mod, the switches work but the TURBINE_IGNITION_SWITCH_SET1 event has no affect when sent externally. There are quite a few (recent) comments that these switches are not working with this mod - see comments here: https://flightsim.to/file/8288/tbm930-improvement-mod I suggest you try contacting the mod provider to see if this can be fixed. John
  12. Hi @VBV234 You could try the attached version, the latest beta, which has presets in a separate menu with the 'Preset:' prefix removed as well as allowing a few more characters in the menu items. There are still a few preset names that don't fit completely, but you should be able to distinguish between them/ Use the attached exe to replace your current one. John FSUIPC7.exe
  13. I will take a look at this over the weekend (no time at the moment, sorry), but a quick search indicates that this is/was a known problem with the TBM930 mod, see https://www.avsim.com/forums/topic/610542-tbm-930-wmod-start-and-ignition-switches-inop/, but this later post indicates that thus was fixed in an update: https://forums.flightsimulator.com/t/tbm930-starter-and-ignition-switches-not-work/479945/3. So, first check that you have the latest version of the mod installed. Other than that, I will check and get back you. John
  14. What values can the L:ped_autobrake_switch1 variable take? Are you sure that this lvar is writeable (some lvars are read-only, and no way to know if its read/write or read-only)? To check, use the Add-ons->WASM->Set Lvar menu item, and try setting the lvar to different values. When you chanhe the value of the lvar, list the lvars afterwards to see if the lvar holds the value you have set. Note also that your assignment screenshot shows you are setting the lvar value to 0. The switch is already in the 'off' position, so if '0' is off, the assignment isn'y going to do anything. I can help you to assign this correctly if you confirm that setting this lvar is having the desired affect, which you should always test if you have any issues. Also try logging the lvar value when the switch is in different positions, so that you know what value corresponds to each position. John P.S. Please STOP asking for support by 'reporting content', i.e .do not use the Report option. That is NOT for support requests. Just use the reply function.
  15. The next release will have the presets in a separate menu, available on a new checkbox. With this version, I will remove the 'Preset' prefix, so more characters are visible. I will also consider increasing the width of the menu if needed, once the 'Preset' prefix has been removed. John
  16. No problem. I think that simvar would be useful for many people, so I will add it to a fixed offset in the next release. Let me know how it goes. John
  17. Yes - your filename has the extension .mcro.txt when it should be just .mcro. Remove the .txt. John
  18. Then you are doing something wrong. The correct way to do this is to assign your axis to the controls using 'Send to FS as normal axis' and then, with FSUIPC7 not running, edit your ini to remove any toe brake calibration and add the reverse scaling (',*-1') if needed. That is no solution... John
  19. Yes - read the provided documentation! From the README.txt (the clue us un the name...): John
  20. Make sure that you have not installed FSUIPC6 under your windows Documents folder, or in any other Windows protected folder. If you have, re-install into a different location. Any further questions, please attach your InstallFSUIPC6.log file as well as your FSUIPC6.log file. John
  21. Then you will have to wait until someone else discovers how to control the functions you are looking for and publishes a preset for you to use. Or maybe ask on the MD82 support forum. John
  22. Note also that there is a new(ish) MSFS simvar INDICATED ALTITUDE CALIBRATED, documented as Indicated altitude with the altimeter calibrated to current sea level pressure. You could add that simvar to a free FSUIPC offset and see if that holds the value you need. If so, you can then spoof the value of any other altitude offset using that value (using FSUIPC's spoofing facility at offset 0x0024) for 3rd party programs that need that value in a specific offset. John
  23. Have you tried using the Pressure Altitude simvar (offset 0x34B0) instead of the Plane Altitude (offset 0x0570)? There is a long discussion on this problem here: https://forums.flightsimulator.com/t/vatsim-ivao-pilotedge-users-be-aware-of-an-important-bug/426142/451 (as well as those other links I preciously posted), the last comment being: I don't think you should be doing your own calculations to determine the correct altitude... With vPilot 3.3, they recommend using indicated altitude with the altimeter set correctly - see https://forums.vatsim.net/topic/31832-altitude/page/2/. John
  24. This is usually because you are using an aircraft variant (e.g. different livery) that is not using a profile that you created for a different version of that aircraft. This is because when you add/create a profile for an aircraft, the full aircraft title is used, and as each variant has a different title, if you use a different variant then it will not match the profile. To get around this, there are two options: 1. use substring matching for profiles. This is activated by default, but to use this you need to change the aircraft name (in the [Profile.xxx] sections of your FSUIPC7.ini) to a substring that matches all aircraft variants. If you attach your FSUIPC7.ini I can take a look and recommend the changes you should make. 2. Use the ini paramater UseAirLocForProfiles (see the Advanced User guide for details). If you set this to Yes, you would have to re-attach your aircraft to the profiles they use, but you should only need to do this once for each profile/aircraft (and also a goof idea to remove the old aircraft names/titles from the profile sections, but not strictly necessary). John
  25. Yes - and remember that the preset file (events.txt) that comes with FSUIPC7 is generated at the time of release, and is out-of-date (compared to the presets on the MF HubHop site) shortly after release, as the site is updated frequently. You can always download and install the latest events.txt file from the MF HubHop site if there are presets available there not available in FSUIPC7. I also recommend that you submit any new presets you discover to that site to share them with the community. Thanks @Moderate Chop! 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.