Condition Lever Mapping
-
Hi all,
I'm having some trouble mapping the condition lever using spad.next. I have spent most of the day learning the program and while it is a powerful tool, I'm finding the condition lever to be the crux.
What I have done:
Mapped both variables, (K:CONDITION_LEVER_SET L:BKSQ_ConditionLever_1) to the axis. Attempted to set a range of 0-2 on the L: variable and a multitude of combinations on the K:. The behavior I am seeing is an introduction of fuel in the start position but no lightoff. I think I am not properly triggering the K: variable in the start position as if I shove it to run it gets good light off.
Have mercy on me but some help would be appreciated.
-Joe
-
Hi all,
I'm having some trouble mapping the condition lever using spad.next. I have spent most of the day learning the program and while it is a powerful tool, I'm finding the condition lever to be the crux.
What I have done:
Mapped both variables, (K:CONDITION_LEVER_SET L:BKSQ_ConditionLever_1) to the axis. Attempted to set a range of 0-2 on the L: variable and a multitude of combinations on the K:. The behavior I am seeing is an introduction of fuel in the start position but no lightoff. I think I am not properly triggering the K: variable in the start position as if I shove it to run it gets good light off.
Have mercy on me but some help would be appreciated.
-Joe
@jccatcher
Using LVAR:BKSQ_CONDITION LEVER_1 from 1 to 2
Have the 0 mapped to the Hardware button of the lever (to be safe)
-
-
Yes, the native events should probably be
CONDITION_LEVER_1_SET
andCONDITION_LEVER_2_SET
, with values 0, 1 and 2 according to MSFS SDK docs, but I use the custom LVARsL:BKSQ_ConditionLever_1
and 2 with values 0, 1 and 2 with great success.
And I used AAO to map the condition levers on my HC Bravo that cutoff is in the lowest position of the lever, which is sending a button press, and the other two positions are on the lower and upper halves of the axis. -
Hi all,
I'm having some trouble mapping the condition lever using spad.next. I have spent most of the day learning the program and while it is a powerful tool, I'm finding the condition lever to be the crux.
What I have done:
Mapped both variables, (K:CONDITION_LEVER_SET L:BKSQ_ConditionLever_1) to the axis. Attempted to set a range of 0-2 on the L: variable and a multitude of combinations on the K:. The behavior I am seeing is an introduction of fuel in the start position but no lightoff. I think I am not properly triggering the K: variable in the start position as if I shove it to run it gets good light off.
Have mercy on me but some help would be appreciated.
-Joe
@jccatcher if you're seeing fuel but no ignition, make sure you're using the correct position of the starter switches, one of them doesn't turn on the ignition.
-
Yes, the native events should probably be
CONDITION_LEVER_1_SET
andCONDITION_LEVER_2_SET
, with values 0, 1 and 2 according to MSFS SDK docs, but I use the custom LVARsL:BKSQ_ConditionLever_1
and 2 with values 0, 1 and 2 with great success.
And I used AAO to map the condition levers on my HC Bravo that cutoff is in the lowest position of the lever, which is sending a button press, and the other two positions are on the lower and upper halves of the axis.