Profile image

In Game PID Tuner

1,828 SeagullOnWood  2.3 years ago

So you are smart enough to use PID
I expect you don't need too much explanation

This thing is very simple
The horizontal long button at top is the ON/OFF
The three buttons at side
ON for tuning
OFF for saving
Trim for rough tuning (0 to 20)
VTOL for fine tuning (0 to 0.2)

If you want to use it on your craft
You need to copy three variables

Variable name: Kp
Expression: ( VTOL + 1 ) / 10 + ( Trim + 1 ) * 10
Activator: pidtuner * plock

Variable name: Ki
Expression: ( VTOL + 1 ) / 10 + ( Trim + 1 ) * 10
Activator: pidtuner * ilock

Variable name: Kd
Expression: ( VTOL + 1 ) / 10 + ( Trim + 1 ) * 10
Activator: pidtuner * dlock

Replace (p,i,d) with the three variables
It is small enough to put in default cockpit
It has no drag nor mass
I don't have the knowledge to make an analyzer
Hope it can help you to save some time on fine tuning PID

Spotlights

General Characteristics

  • Created On Windows
  • Wingspan 1.6ft (0.5m)
  • Length 3.9ft (1.2m)
  • Height 1.6ft (0.5m)
  • Empty Weight 573lbs (260kg)
  • Loaded Weight 573lbs (260kg)

Performance

  • Wing Loading N/A
  • Wing Area 0.0ft2 (0.0m2)
  • Drag Points 124

Parts

  • Number of Parts 16
  • Control Surfaces 0
  • Performance Cost 86
  • Log in to leave a comment
  • Profile image
    12.6k JuanShot2Go

    As a PID evangelist I say "Thanks" and... Oh now I get it, Press the button up top to store.
    .

    2.3 years ago
  • Profile image
    46.5k PlaneFlightX

    I was going to make one of these as well, so I could tune an autopilot.

    2.3 years ago
  • Profile image

    @SnoWFLakE0s your ft guide is very useful, it helped me a lot. I wanted to add a visualizer but sadly i don't have enough mathematics knowledge to do it.

    2.3 years ago
  • Profile image
    66.7k SnoWFLakE0s

    Excellent! Was planning to make one of these. If I were to add, a graph visualizer can also help a lot with identifying response patterns.

    2.3 years ago
  • Profile image
    9,196 Morty

    I how did u learn all that is very impressive!

    +1 2.3 years ago
  • Profile image

    @R3N13L Wiki might help, search "PID controller".

    +1 2.3 years ago
  • Profile image
    1,009 REHNIL

    as a guy who don't know what a PID is.
    I need an explanation

    +1 2.3 years ago