Profile image

G limiter

276 elliotjuk  1.3 years ago

i need help. whenever i get to high speed, it begins to oscillate the control surfaces like mad and i cant stop it, decreasing P in the PID makes it smoother but it has no response, and increasing integral doesnt do much apart from make it way too unstable (overshoots)

is derative gain also broken? all it does is make my control surfaces spaz out.
link to my jet is attached:
https://www.simpleplanes.com/a/igxhRU/EJ-F-37-Eagle-II
my aim is to have it limited to 9-10g, it has way too much thrust lol

  • Log in to leave a comment
  • Profile image
    276 elliotjuk

    i'm assuming that it limits its total output so it doesn't have as much authority as it used to - this has given another issue of pulling more G past that speed but i can just use my stick less or stay below that speed lol

    1.2 years ago
  • Profile image
    276 elliotjuk

    it works, tysm. i will now upload the updated version

    1.2 years ago
  • Profile image
    276 elliotjuk

    @11qazxc rgr

    1.2 years ago
  • Profile image
    6,361 11qazxc

    Try to increase D gain of PID to make it work correctly at some specific speed
    Then add /max(1,pow(IAS/X,2)) to the end of code, X here is speed at which it works correctly (in meters per second).

    1.2 years ago