Jump to content
The simFlight Network Forums

xkoote

Members
  • Posts

    47
  • Joined

  • Last visited

Everything posted by xkoote

  1. John, was too excited so I tested it, and it works like a charm!! Thank you so much 😉
  2. Hello John, The numbers I posted were for the log file lines. thanks for the post. yes sorry wrong forum. I will check it out tomorrow. Cheers, Xander
  3. *** Moved from main support forum to FSUIPC7 / MSFS support sub-forum *** Hello, I am referencing TFDi's website TFDi Design MD-11 Integration Guide | Invernyx Docs where it documents eventID's for most buttons in the cockpit. (Click on EventID's on the left to slew the page to the list). With these it was a breeze to program all EFIS SD system page buttons on my joystick. However now I am trying some oth buttons but have hit a wall. The procedure does not work. I have attached the log file. The event between 32906 and 33422 is a successful programming and implementation of selecting a button in the cockpit. (SD ENG page). The events between 37812 and 38047 show how even though I programmed the button exactly the same way as the previous one. It does not work. Any ideas? FSUIPC7_prev.log
  4. Was looking in the wrong place. Thanks John !!
  5. Sorry, I forgot to check if I was in the FSUIPC MSFS forum. I was not. This is for MSFS.
  6. Hello, I am trying to figure out how to properly set reverse on the A300. I have managed to do both idle and full reverse, with one additional wish. Which is to set idle reverse just a tad higher. The way I have it now is to use two buttons on the "Throttle Reverse Thrust Toggle". This lets the throttle go into reverse mode, to set the appropriate amount of reverse. Two additional buttons on my Honeycomb Bravo are set to "Throttle 1(2) Axis Set Ex1" with appropriate parameter values for about 70% reverse and idle reverse (when the button is released). This works well. Pull the levers and they go one click into idle. Pull the throttles into the reverse button range and I get 70% reverse. Back out of the reverse button range, it goes back to idle reverse. Then I lower the reverse levers and it goes back to forward reverse. What I am trying to accomplish is that when I pull the levers, it not only toggle reverse, but also sets a "Throttle 1(2) Axis Set Ex1" value slightly higher than idle. To do this I would need to make a Lua. ipc.control(68069) ipc.sleep(1000) ipc.control(67103) This is what I have at the moment. 68069 is the throttle reverse thrust toggle and 67103 is the "Throttle 1 Axis Set Ex1". The question is, can a write in the Lua a parameter to accompany the second ipc.control? In other words a parameter value to go with "Throttle 1 Axis Set Ex1"? Many thanks, Xander
  7. Starting to slowly get the logic. Thanks !
  8. John, the axis is active. Thanks a million. one last thing, for my Bravo, the lever is reversed at the moment. What needs to change in the MyEvents entry to reverse the movement? I tried different variations of the values in the string but to no avail. Thanks.
  9. Tell me about it 🙂 It's a royal pain to get proper functionality.
  10. John, that sounds easy enough as I already have that file with various entries. And what is written above makes total sense. I'll update and add the entries as soon as I'm back. Hope the doggies enjoyed their walk. Thanks for the support.
  11. Wow! A lot of replies. Currently going on layover and will study all reponses 👍🏼
  12. John, I have various Lua’s with basic button control etc. I’m sure I can figure it out. If not I’ll give a shout out. 😊
  13. On the topic of the Bonanza, it seems Black Square have a different setup for the turbo variant. The axis is controlled via an Lvar "L:BKSQ_MixtureLeverPosition_1" with the values as ,percent. If I execute this calculator code for example; 50 (>L:BKSQ_MixtureLeverPosition_1, Percent) FSUIPC will place the mixture lever to 50%. Searching through the advanced users document, it wasn't clear to me how I can map this Lvar to an axis, so that axis position can correlate with the percentage. Can this be done?
  14. John, processing the axis through the calibration did it. Before that I tried every possible combination of what was suggested above with differing results. Non satisfactory. I then processed the axis and viola. So it was completely my bad. I was under the mistaken assumption that the "Send to FS as normal axis" required no processing. But I was wrong. Thanks again.
  15. Hello, I am having a slight issue with the A36's Mixture controls. I do have it working finally with the following line; 3=AV,256,F,65919,0,0,0,*-1 -{ TO SIM: MIXTURE1_SET }- However, the lever operates through its full range only in the upper half of the physical axis range. ( 0 to -16384 or to 16384 because it is reversed). I would like to add resolution by allowing the full 32k physical range to adjust the axis in SIM. I tried going through scaling for advanced users by for example changing it to this; 3=AV,256,F,65919,0,0,0,*-1,+16384 -{ TO SIM: MIXTURE1_SET }- but that only moves the movement from one half to the other. Is there a way to force full resolution onto the SIM axis? Cheers, Xander
  16. [SOLVED] So this Steam "Community" folder has dates from August 2020. I don't remember ever testing out MSFS2020 for steam. But anyways, I have temporarily renamed the whole folder containing that UserCfg.opt to make sure I am not inadvertently messing up my install. Reinstalled FSUIPC and the log now correctly detects my Store install. Loaded up MSFS and 1597 Lvar's loaded 🙂 So it all works now. I already bound both start switch guards and switches. So all is well. You support is amazing as always.
  17. I've never had Steam installed on my PC. Understood John, thanks again.
  18. John, I have, - uninstalled FSUIPC7, - removed all its folders, - removed the faux (old) E:/FS2020 folder where my old MSFS2020 installation was, (only FBW and FSUIPC still see this old directory as my community folder) - removed all install instances of FSUIPC7 from registry, - and searched the registry for "E:FS2020" without any results. Still, after a clean FSUIPC7 install, the log files mentions E:/FS2020 as the community folder location and creates a file structure down to community to place the lvar modules folder in. Do you know maybe what it is looking at to come to this location so I can remove it?
  19. Welcome to FSUIPC 0 Lvars loaded, 0 hvars loaded, 9506 presets available This is what FSUIPC tells me on first load of the airplane after a PC restart. EDIT: Delving into the log files I believe I have found the issue. A handful of programs are looking at my old MSFS install directory and placing folder there. Hence the reason why Lvar's can't be found. It will probably also solve the problem once FSUIPC knows where to look for the community folder.
  20. John, that sounds amazing. I will check all the above mentioned. Cheers,
  21. Hello, after the disappearing of the rotor brake codes, I have finally found the time to take the plunge. As is usually the case, you have to do it right once or twice and the rest is just a matter of changing values etc. I have created a MACRO file called MD80.mcro. Inside I have added the line: [Macros] 1=L:overhead_event=Set I have then opened the FSUIPC7 ini file and added: [MacroFiles] 1=MD80 I have then assigned a button on my Honeycomb Alpha to "MD80: L:overhead Event Set" and "Parameter 536870917" but I get no reaction. Opening the console to log Lua events gives the following when I press the assigned button. "No LVAR found with name 'overhead_event': cannot proceed". This happens with any of the guard or start switches I try. Which of course means none of the assignments work. Confirming via the airplane's .xml file you can see that there is an LVar event with the name "overhead event" "<CallbackCode> (M:Event) 'WheelDown' scmi 0 == if{ 536870912 5 + (>L:overhead_event, number) for example. Funny enough if I execute the LVAR code "536870912 5 + (>L:overhead_event, number)", the start switch moves. Any ideas?
  22. Hello, I was having issues with the new PMDG 737 Parking Brake logic while setting up my PMDG 737 profile (A BIG thank you to John for the new PRESETS). The problem is that I could set the Parking Brake just fine. Which means that it is sensing the full application of brakes correctly. Otherwise, according to their logic I would not be able to set the brakes. However, pressing full brakes again will not release the brakes. The issue is that MSFS is not P3D. Especially when it comes to axes. Different airplanes react differently. For example, for the PMDG, you *need* to set the brakes as "Axis". However, you do not need to set the throttles as "xxxxxxxx_Ext1" for them to behave correctly. Also, some axes operate normally, until you try and calibrate them in FSUIPC. This is the case with the brake axes. ** If you want to have the new PMDG Parking Brake logic to operate correctly, you need to have;** - The toe brakes set as normal axis and set as "Axis Left Brake" and "Axis Right Brake" - You need to reset (remove) any brake calibration you may have in FSUIPC - You have to then go into the .ini file for you PMDG 737 and add ",*-1" to you two brake axis lines like so; (This will reverse the axis for correct brake function without calibrating) 6=EX,256,F,66387,0,0,0,*-1 -{ TO SIM: AXIS_LEFT_BRAKE_SET }- (only the bold part is important as the number and "EX" reflect my setup) The new logic will now be correctly replicated.
  23. John, I have not downloaded the latest update. Thanks for that I will check it out. I am working on Leonardo's MD80, which is only Beta access. However since the above were all default FS controls I thought it would not have mattered. Thanks for the reply, I will check it out after updating. Xander
  24. I am trying to mimic a behavior that I am using in P3D, for the same airplane in MSFS. So the background is that we all know that one way to get reverse is to leave the "No Reverse Zone" unticked and calibrate the axis to some value above the stops. Anything below will then be reverse. This is not practical however for many reasons and joysticks. There is no detent defining your idle stop is one of the most prevalent. Most controllers also have the reverse as a button under the axis. It was so for my Saitek's and the same for my new Bravo Quadrant. So the solution I have come up with and that works beautifully is this; 5=P0,9,C65966,0 -{THROTTLE1_DECR}- 6=U0,9,C65967,0 -{THROTTLE1_CUT}- This is the reverser lever (button) on the axis and is responsible for extending the reversers (if the throttles are idle) when engaged and forward idle when released. This works good in P3D and also in MSFS, however; 9=P0,25,C68047,-8500 -{AXIS_THROTTLE_REVERSER1_SET}- 10=U0,25,C68047,-13000 -{AXIS_THROTTLE_REVERSER1_SET}- These are assigned to the reverser range button under this axis. This tells FSUIPC to set a specific reverse throttle setting of xxxxx value when pressed and xxxxx value when released. When combined with the above, I get a perfect reverse deployment, around 1.3 to 1.4 EPR (or about 70% of reverse) when pressed and around idle reverse when released. Stowing (releasing) button 9 above which is the reverse lever, then brings the throttle to forward idle. In MSFS I no longer see "AXIS_THROTTLE_REVERSER" in the list of FS commands. What would be a good way to do this same behavior in MSFS? Deploying and stowing reverse is set, however I can't find a way to place the amount of reverse on button as I could with P3D. Thanks, Xander
  25. Issue indeed fixed, thanks to all !
×
×
  • 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.