Profile image

Funkyplant query.

228k RamboJutter  2.2 years ago

Ok, so i want a light that goes on when throttle is applied but then goes out when 100knts is reached any magicians out there know how to make this happen?

  • Log in to leave a comment
  • Profile image

    @V perfect, thankyou so much for this, it works brilliantly.

    2.2 years ago
  • Profile image
    35.3k V

    z >= x ? (GS >= y ? 0 : 1) : 0

    Replace z with desired input
    .
    replace X with the percent of throttle you want the lights to turn on (set to 0.005 for any throttle but none, and set to 1 for 100%)
    .
    Set Y to the desired speed that you want the lights to shut off at in meters per second

    +2 2.2 years ago