johnk515 Posted June 10, 2022 Report Share Posted June 10, 2022 I bound a 3-way switch for the TBM 930 using the presets in FSUIPC. It works good, however, the switch in the plane doesn't move. How can I get the switch to move? When I switch from off to max then auto, I get the messages on the PDF that it's working. Just no switch moving in the panel. John K Link to comment Share on other sites More sharing options...
John Dowson Posted June 12, 2022 Report Share Posted June 12, 2022 Please refer to the MF HubHob site (https://hubhop.mobiflight.com/presets/) and read the description of the presets. For example, the TBM930_BLEED_AIR_OFF preset describes your issue and a workaround: Quote This event only partially works in SU5: it will change the value internally but the switch in the sim will not update to display the current status. To work around the issue modify the TBM930_Interior.xml file and add the following: <Component ID="MobiFlight_External_Control"> <UseTemplate Name="ASOBO_GT_Update"> <UPDATE_CODE> (L:MF_TBM930_PRESSURIZATION_Bleed_Air_Source_Set, Number) s0 0 > if{ l0 1 - (>B:PRESSURIZATION_Bleed_Air_Source_Set) 0 (>L:MF_TBM930_PRESSURIZATION_Bleed_Air_Source_Set) } </UPDATE_CODE> <FREQUENCY>1</FREQUENCY> </UseTemplate> </Component> Then use 3 (>L:MF_TBM930_PRESSURIZATION_Bleed_Air_Source_Set) Auto and Max work the same way but by setting the lvar to different values. Once you have modified the TBM930_Interior.xml file, you can create 2 new presets (in a file called myevents.txt file) to set the lvar value and then assign to those presets. John Link to comment Share on other sites More sharing options...
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