So I want a program to always be looking for “Altitude AGL” and when it is greater than 300M, for the program to deactivate my landing gear “AG8.” I have it set up off an”on start” module on a while loop. Any advice would be appreciated.

Tags
Question

2 Comments

  • Log in to leave a comment
  • Profile image
    Mod sflanker

    If you include a screenshot in your post it will be easier to see what might be going wrong. You can also try asking in the #vizzy channel on the SimpleRockets Chat Discord

    +1 3.8 years ago
  • Profile image
    7,441 Hannah1212

    What you said sounds likes it should work... something like this?
    On start
    while (true)
    If (AGL >= 300)
    Set AG8 to false

    +1 3.8 years ago

No Upvotes

Log in in to upvote this post.