In Game PID Tuner
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
Specifications
Spotlights
- PlaneFlightX 2.8 years ago
- Johnnyynf 2.8 years ago
- SnoWFLakE0s 2.8 years ago
- Scratchoza 2.8 years ago
- Mixx 2.8 years ago
- JuanShot2Go 2.8 years ago
- PaperPlaneHasDream 2.8 years ago
- GuianLorenzo 2.8 years ago
- SLSD11ph 2.8 years ago
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
As a PID evangelist I say "Thanks" and... Oh now I get it, Press the button up top to store.
.
I was going to make one of these as well, so I could tune an autopilot.
@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.
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.
I how did u learn all that is very impressive!
@R3N13L Wiki might help, search "PID controller".
as a guy who don't know what a PID is.
I need an explanation