
John Dowson
Members-
Posts
13,228 -
Joined
-
Last visited
-
Days Won
270
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by John Dowson
-
Your ini files are re-written when you open the assignments window, so this will overwrite any changes you have made. If you want to manually edit an ini, open the assignments window first, make your changes and save the file, then click the reload button. John
-
Can't see PFC menu under Add-on menu in FSUIPC7
John Dowson replied to nguindon88's topic in FSUIPC7 MSFS
Just looked and tested this... this is what worked for me to use buttons to set parking brake on/off without having to activate the toe brakes manually (not using PFC hardware though): [Macros] 1=ParkingBrake+ 1.1=C66387,16383 ; Left brake fully on 1.2=C66388,16383 ; Right brake fully on 1.3=C1152, 2500 ; Pause for 2.5s 1.4=C70325,1 ; Set Parking brake on 1.5=C1152, 1000 ; Pause for 1s 1.6=C66387,-16383 ; Left brake fully off 1.7=C66388,-16383 ; Right brake fully off 2=ParkingBrake- 2.1=C66387,16383 ; Left brake fully on 2.2=C1152, 1000 ; Pause for 1s 2.3=C66387,-16383 ; Left brake fully off You could maybe try decreasing the pauses, but some pause is certainly needed. Also, may require adjustment if you also have toe brakes and they are calibrated in FSUIPC - if it doesn't work, try removing the calibration. John -
Can't see PFC menu under Add-on menu in FSUIPC7
John Dowson replied to nguindon88's topic in FSUIPC7 MSFS
For the PMDG parking brake, you should use either: 1. Presets PMDG_B737-7_PARKING_BRAKE_ON and PMDG_B737-7_PARKING_BRAKE_OFF 2. The Rotor Brake control with parameter 69301 for off and 69302 for on 3. Custom control 70325 with parameter 0 for off and 1 for on To do this when using the PFChid driver, you need to add two macros called ParkingBrake+ and ParkingBrake- to your PFC.mcro file (or whatever it is called, if you have changed the name using the MacroFilename config parameter). Something like the following using custom controls: [Macros] 1=ParkingBrake+=C70325,1 2=ParkingBrake-=C70325,0 or the following using the Rotor Brake control: [Macros] 1=ParkingBrake+=C66587,69302 2=ParkingBrake-=C66587,69301 You will (most probably) still need to fully apply the brakes before you can set the parking brake..you can also do this in the macro if needed....I can help with this if necessary. John -
For the PMDG parking brake, you should use either: 1. Presets PMDG_B737-7_PARKING_BRAKE_ON and PMDG_B737-7_PARKING_BRAKE_OFF 2. The Rotor Brake control with parameter 69301 for off and 69302 for on 3. Custom control 70325 with parameter 0 for off and 1 for on If you need to use offsets, you can use: 1. Offset 0x7C50 for triggering presets 2. Offset 0x3110 for sending controls 3. Offset 0x3110 for sending controls John
-
Bueno, si no puede descomprimir ( 'unzip') un archivo comprimido ('*.zip) y mover una carpeta de Windows a otro sitio, entonces debería buscar un producto más simple, según sus necesidades; tal vez pruebe Axis-and-Ohs... Saludos, John
-
FSX FSUIPC disconnecting from Simconnect
John Dowson replied to Delta777LR's topic in FSUIPC Support Pete Dowson Modules
Can you please attach log files rather than paste their contents - this makes a thread a lot easier to follow. Can you please also show me/attach your FSUIPC4.ini file. Do you not have any controllers? What other add-ons do you have running? Can you please create and show me a SimConnect.log file - instructions here: Me neither...and strange that it was ok for a couple of flights before the problems started occurring...Do you get the same after a reboot? Can you monitor your system resources (CPU activity, HDD usage, GPU activity) during the next flight as well. to see if your system is being overloaded. Also, check the windows event viewer to see if anything relevant (errors or warnings) is reported there around the time you get the errors - check under Application and System (Windows Logs). Your issue looks similar to this very old issue: -
Yes. Yes - your assignments are not affected by an update.
-
I have nothing to add to this topic that I have not already said. Maybe @WP3325 or @Novais75 could report back if they solved this issue... John
-
This will be moved to an ini parameter when I release 7.2.16, so I suggest that you add the following now to the [General] section of your FSUIPC7.ini file: MaxButtonAssignments=9999 This will prevent issues when you update to the released version. John
-
Binding Two Axes to control separate halves of an-game Axis?
John Dowson replied to randomencounter's topic in FSUIPC7 MSFS
No problem. Be aware that such assignments may work ok when using the individual toe brakes, but will cause the rudder to flap a lot when using both toe brakes. You could get around this issue by using a lua script instead, which would combine both toe brake axis readings to produce a single number for the rudder position. John -
No
-
Setting Joystick Calibration Midpoint Output for Reverse Zone?
John Dowson replied to pilotjohn's topic in FSUIPC7 MSFS
It should, but there seems to be an issue with the calibration using this method (as I mentioned above). You can try it to see if you get the same... Just tried this again and it seems to be ok this way as well - and better as no round-trip of the axis value to the server and back required... Not sure why this didn't work the first time I tried it this way... John -
Ok, thats good to know. Thanks for the update. John
-
LVar Offset Conditionals on Button and Setting Race Condition
John Dowson replied to pilotjohn's topic in FSUIPC7 MSFS
This issue should be corrected in the attached beta if you would like to try it: FSUIPC7.exe John -
Setting Joystick Calibration Midpoint Output for Reverse Zone?
John Dowson replied to pilotjohn's topic in FSUIPC7 MSFS
It should, but there seems to be an issue with the calibration using this method (as I mentioned above). You can try it to see if you get the same... -
Setting Joystick Calibration Midpoint Output for Reverse Zone?
John Dowson replied to pilotjohn's topic in FSUIPC7 MSFS
Yes, you can still calibrate if sending to the FS - FSUIPC receives the value back from the FS, masks it (so it isn;t applied), applies the calibration and then resends it. No need to show me the logs/assignments if it is working.... I'm happy we got to a solution for this one! -
Setting Joystick Calibration Midpoint Output for Reverse Zone?
John Dowson replied to pilotjohn's topic in FSUIPC7 MSFS
I should say that this is what I see with my assignments using Axis Mixture1 Set. When I move the mixture in the VC, I see Mixture 1 Set events where: - < 164 is cut-off - between 164 and 16064 is low idle - >16064 is high idle So, switching to assigning with Send to FSUIPC as normal axis, and using Mixture Set and unchecking Exclude MIXTUREn_SET and with No reverse zone checked, I can then set the minimum axis position, Setting this to just below your detent should give cut-off in the range before your detent, and then low/high idle for the rest if the axis range. This is basically what you are trying to achieve, no? John -
LVar Offset Conditionals on Button and Setting Race Condition
John Dowson replied to pilotjohn's topic in FSUIPC7 MSFS
correct. If by macro you mean preset, then also correct. John -
Setting Joystick Calibration Midpoint Output for Reverse Zone?
John Dowson replied to pilotjohn's topic in FSUIPC7 MSFS
Could you log Axes Controls and let me know the output values you see when you move the mixture lever. I have tested here and see that - any value above -16186 or so moves the mixture out of cut-off to low idle - values between -16186 and +16000 (or so) are shown when moving the lever between the low idle zone - values above +16000 are high idle So, if any small increment above -16383 moves the lever from cut-off to low idle, to allow more movement until low idle is achieved, you should be able to set the min value to just below your detent. HOWEVER, when I try this here the calibration minimum seems to be completely ignored.... not sure why this is at the moment. I will look into this (when time permits, I have a lot of things to look into at the moment...), but would like to know if you see the same. Maybe you could also attach your FSUIPC7.ini so that I can see your actual assignments. John -
LVar Offset Conditionals on Button and Setting Race Condition
John Dowson replied to pilotjohn's topic in FSUIPC7 MSFS
I will also look into this further...I think offset writes to user-defined offsets are automatically copied to the read area, which is why the 2nd condition would be true. For offsets that have lvars added to them, there should be no copy and the read offset area should only be updated when the new value is received from the FS. -
LVar Offset Conditionals on Button and Setting Race Condition
John Dowson replied to pilotjohn's topic in FSUIPC7 MSFS
What you could do is just use the offsets for reading the lvar state and change them using calculator code / presets. So, you would define a preset (in your myevents.txt file): Aux_Bus#$Param (>L:XMLVAR_AUX_Bus_ON) And then assign to that preset (with parameters 1 and 0 respectively) instead of the Offset Byte Set control. John -
LVar Offset Conditionals on Button and Setting Race Condition
John Dowson replied to pilotjohn's topic in FSUIPC7 MSFS
Button assignments are processed sequentially, in order. When assigned 11 is processed, if 10 has already been processed and the value in offset A000 changed from 0 to 1, then the condition for 11 would then be true and so processed. That case is different as it was sending a control, which requires a round trip to the server, and we also never got to the reason why it wasn't working as expected. In this case, it is obvious as the offset is directly changed by the first assignment, so the condition will be true when the 2nd assignment is processed. John -
Binding Two Axes to control separate halves of an-game Axis?
John Dowson replied to randomencounter's topic in FSUIPC7 MSFS
You should be able to achieve this by assigning both left and right brakes to the rudder axis and then manually edit the FSUIPC7.ini file to apply scaling to each axis assignment - see the Advanced User guide section Additional parameters to scale input axis values on page 41 on how to do this. The example given would be how to scale the right foot brake (i.e. use *0.5,+8192), and for the left one you need to scale by *-0..5,-8192. John -
Well, as I am not sure what that "code" is or does, it is difficult to say, but I don't see why it wouldn't be possible in lua if its just using custom events and lvars. It may even be possible to implement directly in calculator code, in which case you could just define a preset and use that. The MobiFlight Discord channel would be the place to ask about turning that into calculator code. John
-
Can't see PFC menu under Add-on menu in FSUIPC7
John Dowson replied to nguindon88's topic in FSUIPC7 MSFS
This issue also posted in this topic: I haven't had time to look at this yet...once I've got the next version of FSUIPC7 released I will take a look to see what PMDG have changed and see what I can do about it... John