robschofield Posted January 16, 2022 Report Posted January 16, 2022 John/Pete Having had FSUIPC on my various sims over the year, I have finally upgraded from my old Saitek X45 to some proper throttle, yoke and other FS hardware and have now realised exactly how feature rich FSUIPC is and how it comes into its own in terms of custom programming of all the buttons, axes etc on the equipment. I have worked my way through most challenges by reading the User and Advanced User Guide but am stumped with the Alt/VS inc/dec knob on the Carenado props which uses custom L;Var code and is therefore not programmable using standard P3D controls either through FSUIPC or the Honeycomb Configurator for the Bravo Throttle. I have created a mouse macro in fsuipc for the alt var inc/dec on the Carenado knob, which works, but unfortunately, the action needs to be dependent on the detent of the selector switch (ALT, VS, HDG, OBS etc) and using the mouse macro therefore causes both the ALT and whatever is selected on the selector switch to increment or decrement at the same time. The Honeycomb Configurator provides the option for the condition of the selector switch, but you cannot reference an FSUIPC Mouse Macro as the event variable from here. Is it possible to convert the Mouse Macro into an Event Variable which the Honeycomb Configurator will recognise or is my only solution to this to use the advanced FSUIPC conditional programming to link the mouse macro to the correct detent of the selector switch (which would be more learning for me!!). Best regards Rob Schofield
robschofield Posted January 16, 2022 Author Report Posted January 16, 2022 John/Pete Do not take any time with the above - fixed it using a CP command in the profile.ini to make the mouse macro conditional on the button press linked to the ALT detent on the bravo selector know and this worked. Now just need to repeat for the other Carenado props.
aua668 Posted January 16, 2022 Report Posted January 16, 2022 4 hours ago, robschofield said: ... but am stumped with the Alt/VS inc/dec knob on the Carenado props which uses custom L;Var code and is therefore not programmable using standard P3D controls either through FSUIPC or the Honeycomb Configurator for the Bravo Throttle. ... Rob, Not sure, why you have to use mouse macros, when the Alt/VS knob might be operated by LVars. I am not sure if you are aware, that you also can manipulate LVars in macros. So this might be an alternative to the mouse macro. Mouse macros are fo me always the last option which I use, because you have to update all of them, if a (minor) update of the gauges is provided by the author of the plane. I only use th C172 from Carenado but there the AP_VS_VAR_INC / AP_VS_VAR_DEC commands work for me. Same for the AP_PITCH_REF_INC_UP / AP_PITCH_REF_INC_DN controls. I have mapped both to the same control and so I am able to control either the VS or the pitch depending on the AP mode. Rgds Reinhard
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