#TBM 850 Prop Deice button

1 messages · Page 1 of 1 (latest)

pallid peak
#

Good day fellow cockpit tinkerers!
I am having a hard time integrating the following to my control panel:

  • Prop Deice on/off (from what I see the variable should be var_PropDeiceSwitch)
  • The five lights that show deice on/off (I'm able to find this but don't really know what to do with it var_AirframeDeiceLight_L_readonly and
    var_AirframeDeiceLight_R_readonly)

Any sort of help would be much appreciated, I'm using a pro micro with a self made panel with spst switches and led's.

pallid peak
#

Also found the following input events that do work on the switch if activated from the debug menu:
-ANTI_ICE_ON
-ANTI_ICE_OFF
How would one use them?

south osprey
#

read this

hoary pantherBOT
pallid peak
#

This is what I'm getting under the set tab after step 4
p0 s0 (A:PROP DEICE SWITCH:1, Bool) != if{ (>K:TOGGLE_PROPELLER_DEICE) } l0 (>L:DEICE_Propeller_1)

#

Which event would I need to use here?

south osprey
#

This for ON
1 s0 (A:PROP DEICE SWITCH:1, Bool) != if{ (>K:TOGGLE_PROPELLER_DEICE) } l0 (>L:DEICE_Propeller_1)

pallid peak
#

oh the whole thing

#

gotcha, also thanks for making the hubhop presets!

south osprey
#

This for OFF
0 s0 (A:PROP DEICE SWITCH:1, Bool) != if{ (>K:TOGGLE_PROPELLER_DEICE) } l0 (>L:DEICE_Propeller_1)

#

Please contribute any missing events you find to Hubhop

pallid peak
#

I will do!

#

The animation doesn't seem to be triggering but the local variables for the light and deice itself seem to be working!

#

Thanks for the help!

#

Also figured out the led's from the deicing panel, will add those to hubhop too

south osprey
#

great. can I tag this as solved then?

pallid peak
#

yep