Driver170 Posted September 26, 2019 Report Posted September 26, 2019 I’m using Prosim737 and i want to assign a PTT key and a PTT button in FSUIPC but the buttons + Switches only allow me to assign one. Basically i have a keyboard key press assigned for my Vpilot PTT and i want to also use the button for UGCX for soft mute.
John Dowson Posted September 26, 2019 Report Posted September 26, 2019 If you want multiple assignments on a button, then you can only achieve this by manually editing the FSUIPC ini file. Please see the section entitled Button Programming in the FSUIPC Advanced User Guide, starting on p16. Alternatively, you could assign to a compound (or multi-action) macro - see Multiple actions in one macro control, p35. John
Driver170 Posted September 26, 2019 Author Report Posted September 26, 2019 12 minutes ago, John Dowson said: If you want multiple assignments on a button, then you can only achieve this by manually editing the FSUIPC ini file. Please see the section entitled Button Programming in the FSUIPC Advanced User Guide, starting on p16. Alternatively, you could assign to a compound (or multi-action) macro - see Multiple actions in one macro control, p35. John This is really technical for me. Could you give me a quick run down on easiest steps to accomplish this please
John Dowson Posted September 26, 2019 Report Posted September 26, 2019 Brief instructions (although you are better off reading the manuals!): Set up one control on your button. Open your FSUIPC ini in a text editor and locate that button entry and save it. Then re-assing your button to the second control (or keypress). Open your ini file again, and post the entry you saved at the end of the [Buttons] section (or your [Buttons.<profileName>] section if you are using profiles) , making sure to change the initial number of the line you posted to 1 greater than the last entry in that section.
Driver170 Posted September 26, 2019 Author Report Posted September 26, 2019 17 minutes ago, John Dowson said: Brief instructions (although you are better off reading the manuals!): Set up one control on your button. Open your FSUIPC ini in a text editor and locate that button entry and save it. Then re-assing your button to the second control (or keypress). Open your ini file again, and post the entry you saved at the end of the [Buttons] section (or your [Buttons.<profileName>] section if you are using profiles) , making sure to change the initial number of the line you posted to 1 greater than the last entry in that section. Ok something like this - line 24 is my Vpilot PTT and line 52 is UGCX soft mute
Driver170 Posted September 26, 2019 Author Report Posted September 26, 2019 Will I remove the first entry before assigning the second button? Because that never worked
John Dowson Posted September 26, 2019 Report Posted September 26, 2019 When you re-assign, the entry will be updated. But I don't understand - why do you want to use this if it never worked?
Driver170 Posted September 26, 2019 Author Report Posted September 26, 2019 I mean i done what you said above having two entrys but FSUIPC only recognised the last assignment
Driver170 Posted September 26, 2019 Author Report Posted September 26, 2019 Now i keep getting double entrys? I have unassigned everything except Toggle propeller sync!?
Driver170 Posted September 26, 2019 Author Report Posted September 26, 2019 Still doesn’t work. FSUIPC only recognises my last entry
John Dowson Posted September 26, 2019 Report Posted September 26, 2019 37 minutes ago, Driver170 said: FSUIPC only recognises my last entry All entries will be recognised... Your first two (highlighted) entries are on key repeat ('R'), and the third entry is on button release ('U') - do you really want these on repeat? Try changing the 'R' to a 'P'. The 2nd and 3rd entries are also sendng the same control... Try logging 'Events (non-axis controls)' and 'Button and key operations' (from the FSUIPC Logging tab) to verify what is being sent when you press the button.
Driver170 Posted September 26, 2019 Author Report Posted September 26, 2019 These are on repeat so when i press the PTT and the propeller sync entry it will transmit while held.
John Dowson Posted September 26, 2019 Report Posted September 26, 2019 The propeller sync is a toggle - why would you want to repeat a toggle? Maybe this is ProSim related, which I do not have.
Driver170 Posted September 26, 2019 Author Report Posted September 26, 2019 1 minute ago, John Dowson said: The propeller sync is a toggle - why would you want to repeat a toggle? Maybe this is ProSim related, which I do not have. Prop sync is UGCX soft mute pete. So when i press PTT for vpilot ATC transmission it will mute UGCX and won’t send my voice
John Dowson Posted September 26, 2019 Report Posted September 26, 2019 Ah, ok. Not familiar with UGCX, but I can see that they repurpose this control as a soft mute on a 'push-to-hold' basis, so I guess that makes sense. Did you try logging to confirm that all your assignments are being used? Btw, John not Pete!
John Dowson Posted September 26, 2019 Report Posted September 26, 2019 I see FS2Crew also recommend having repeat as fast as possible if using mute on a button, so you may need to play around with the 'ButtonRepeatRate' parameter to increase the rate. You can try with the following (one at a time, to see which works best): ButtonRepeat=50,10 ButtonRepeat=100,10 Or even unlimited: ButtonRepeat=0,10 Also, as you are sending this control on repeat, it makes no sense to also send it again on release, so remove entry no. 50.
Driver170 Posted September 26, 2019 Author Report Posted September 26, 2019 Sorry John !! I will need to check the logging when i get back home.
Driver170 Posted September 26, 2019 Author Report Posted September 26, 2019 1 hour ago, John Dowson said: Ah, ok. Not familiar with UGCX, but I can see that they repurpose this control as a soft mute on a 'push-to-hold' basis, so I guess that makes sense. Did you try logging to confirm that all your assignments are being used? Btw, John not Pete! FSUIPC5.log above is my log. I don’t think the UGCX propeller sync is working because it will show up on the top screen of P3D in a green bar
John Dowson Posted September 26, 2019 Report Posted September 26, 2019 Your log file doesn't show much, except that that you keep losing your connection, which is strange. Did you not activate the suggested logging? You need to do this so that I can see what is being sent when you activate yout button. Maybe also post your ini file with your next log as well
Driver170 Posted September 27, 2019 Author Report Posted September 27, 2019 18 hours ago, John Dowson said: Your log file doesn't show much, except that that you keep losing your connection, which is strange. Did you not activate the suggested logging? You need to do this so that I can see what is being sent when you activate yout button. Maybe also post your ini file with your next log as well Sorry haven’t had time let me do this tomorrow if i can.
Driver170 Posted September 28, 2019 Author Report Posted September 28, 2019 On 9/26/2019 at 5:24 PM, John Dowson said: Your log file doesn't show much, except that that you keep losing your connection, which is strange. Did you not activate the suggested logging? You need to do this so that I can see what is being sent when you activate yout button. Maybe also post your ini file with your next log as well How do you activate the logging? I’m not at my PC so can’t check the manual. Cheers
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now