Hello,
I am trying to configure the condition lever for the Black Square B36TP using FSUIPC7 but cannot get it to work. I am following the aircraft manual, which specifies using B:Events.
The manual states the following:
Primary Control Variables
Description Variable / Event
Condition Lever B:FUEL_1_Condition_Lever_High_Idle, B:FUEL_1_Condition_Lever_Cut_Off, L:BKSQ_ConditionLever_1
What I have tried:
Assigning buttons to standard FS controls (CONDITION_LEVER_1_...). This did not work.
Creating presets to write to L:BKSQ_ConditionLever_1. This did not work.
My current attempt is using presets to execute the B:Events, which also does not work.
Here is my current configuration.
1. myevents.txt file:
B36TP_Condition_Lever_ON#(>B:FUEL_1_Condition_Lever_High_Idle)
B36TP_Condition_Lever_OFF#(>B:FUEL_1_Condition_Lever_Cut_Off)
2. Relevant FSUIPC7.ini section:
[Buttons.Bonanza B36TP]
25=PA,11,PB36TP_Condition_Lever_ON,0
26=PA,12,PB36TP_Condition_Lever_OFF,0
(Note: I've observed that FSUIPC automatically changes the P for preset to C in the .ini file after loading, resulting in CPB36TP_...)
3. FSUIPC Log snippet when pressing the "ON" button:
165422 Button changed: bRef=0, Joy=0 (A), Btn=11, Pressed
165422 [Buttons.Black Square B36TP Bonanza Professional N6060E] 25=PA,11,CPB36TP_Condition_Lever_ON,0
165594 Button changed: bRef=0, Joy=0 (A), Btn=11, Released
The log shows it's trying to send a Control (C) instead of executing the Preset (P). I must be missing a step. Any help would be appreciated.
Thank you.