SMN204 Posted November 18, 2024 Report Posted November 18, 2024 Is it possible to set a fixed number of repeats in FSUIPC (e.g. 2... 3 at msec intervals) instead of “Repeat while held” (by infinite repetition...)? I need several (not infinite) “Control sent” at a fixed switch position. Since this infinite “Repeat while held” affects the other commands afterwards!
John Dowson Posted November 18, 2024 Report Posted November 18, 2024 On 11/18/2024 at 4:59 PM, SMN204 said: Is it possible to set a fixed number of repeats in FSUIPC (e.g. 2... 3 at msec intervals) instead of “Repeat while held” (by infinite repetition...)? Expand No. On 11/18/2024 at 4:59 PM, SMN204 said: I need several (not infinite) “Control sent” at a fixed switch position. Expand Then just duplicate/overload the assignment, or use a macro. You can add a paise control (1152) in between the controls if you need a delay. Or use lua for any more detailed control. On 11/18/2024 at 4:59 PM, SMN204 said: Since this infinite “Repeat while held” affects the other commands afterwards! Expand Not sure what you mean by this.... "Repeat while held" just does as it says - it repeatedly sends the control while the button is held (i.e. from the press to the release event). It should not affect any command send "afterwards", from another assignment.
SMN204 Posted November 18, 2024 Author Report Posted November 18, 2024 On 11/18/2024 at 5:08 PM, John Dowson said: Not sure what you mean by this.... "Repeat while held" just does as it says - it repeatedly sends the control while the button is held (i.e. from the press to the release event). It should not affect any command send "afterwards", from another assignment. Expand In TFDi MD11 it is “repeatedly sends the control while the button is held (i.e. from the press to the release event)”, when the switch is in this state all the time - has affect on other commands send “afterwards”, from another assignment (where “repeatedly sends” is also used, e.g. it stops working when the speed setter increase is pressed for a long time...). As soon as I cancel “Repeat while held” at the switch that is in this position permanently - other switches (with temporary “Repeat while held” - work normally
John Dowson Posted November 18, 2024 Report Posted November 18, 2024 On 11/18/2024 at 5:30 PM, SMN204 said: In TFDi MD11 it is “repeatedly sends the control while the button is held (i.e. from the press to the release event)”, when the switch is in this state all the time - has affect on other commands send “afterwards”, from another assignment (where “repeatedly sends” is also used, e.g. it stops working when the speed setter increase is pressed for a long time...). Expand Please activate logging for Buttons & Switches, and show me / attach the FSUIPC7.log file showing this, together with your FSUIPC7.ini file. Repeats on one button should not affect the assignments for another button. On 11/18/2024 at 5:30 PM, SMN204 said: other switches (with temporary “Repeat while held” - work normally Expand What do you mean by "temporary" here - there is no such thing. Assignments are either repeated or not, nothing temporary about them...
SMN204 Posted November 18, 2024 Author Report Posted November 18, 2024 On 11/18/2024 at 5:42 PM, John Dowson said: What do you mean by "temporary" here - there is no such thing. Assignments are either repeated or not, nothing temporary about them... Expand That's what I mean when the switch is in that position, not permanently, but temporarily, while I hold it down. When I let go, it moves out of that position.
John Dowson Posted November 18, 2024 Report Posted November 18, 2024 Well, no switch position is ever permanent...otherwise why have a switch! Your use of the word temporary is just confusing for me...all repats, button and key, are temporary in that sense... And none of this is related to the TFDi MD11, it is your assignments. But I do not understand your issue, which is why I need to see a log file. This will tell me what is happening, then maybe I can make sense of your description...
SMN204 Posted November 19, 2024 Author Report Posted November 19, 2024 On 11/18/2024 at 5:53 PM, John Dowson said: Well, no switch position is ever permanent...otherwise why have a switch! Your use of the word temporary is just confusing for me...all repats, button and key, are temporary in that sense... And none of this is related to the TFDi MD11, it is your assignments. But I do not understand your issue, which is why I need to see a log file. This will tell me what is happening, then maybe I can make sense of your description... Expand I figured it out, I was the one with the problem. The function "Repeat while held" works fine!
John Dowson Posted November 19, 2024 Report Posted November 19, 2024 On 11/19/2024 at 12:11 PM, SMN204 said: I figured it out, I was the one with the problem. The function "Repeat while held" works fine! Expand Ok, thanks for the update. I could not understand your issue as each button repeat should be independent, i.e. repeats on one button should not affect repeats (or not) on other buttons.
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