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
Question2 Comments
- Log in to leave a comment
-
7,486 Hannah1212
What you said sounds likes it should work... something like this?
On start
while (true)
If (AGL >= 300)
Set AG8 to false
No Upvotes
Log in in to upvote this post.
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