Hello!!!!!!! Hi!!!!!!
I have 3 beacon lights and I need the first to light up when throttle is 100%, second when trim is 50% and more and third must to light up when trim is 100%.
I will be happy for any help or link to the guide!!!!!!11
Need help with funky trees! and lights and trim and throttle and hello!!!
347 TenkistKek
4.4 years ago
@An2k yes, i have problems with operators, but now it`s ok. Thank you again
@TenkistKek on trying to learn funky dev debugger helped a lot ..hope you already knew how to enable it ..im on android
@An2k Thank you very much! I didn`t think it was that simple. Yeah, now I have blinking lamps that looks cool!!!!!!
Since no one answered you yet this is my take on those.. im still learning funky trees myself
1.for Throttle 100 or at max -------> on beacon input paste Throttle = 1
2.for halveway from neutral trim to just before max ------------> on beacon input paste
(Trim >= 0.5) & (Trim <= 0.9 )
btw Trim values .....
neutral no input = 0
halfwayup= 0.5
maxup= 1
maxdown= -1
halwaydown = -0.5
so adjust numbers to what you meant for 50%)
3.on Trim at maximum --------------------> on beacon input paste Trim = 1