# PID Control

### PID Control

* [PID Tuner Controller - FREE Software](https://pidtuner.com/#/)
* [How To Build a Thrust Vectored Model Rocket - National Rocketry Conference 2020 - YouTube](https://www.youtube.com/watch?v=4cw9K9yuIyU)
* [GitHub - RicardoMonteiroSimoes/ClosedLoopControlBlocks](https://github.com/RicardoMonteiroSimoes/ClosedLoopControlBlocks)
* [tuning pid](https://folk.ntnu.no/skoge/publications/2001/tuningpaper_reno/tuningpaper_06nov01.pdf)
* [Improving the Beginner’s PID–Introduction « Project Blog](http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/)
* [PID Controller: A Simple Control Loop Mechanism - Vaclav Kosar’s Blog](https://vaclavkosar.com/ml/PID-controller-control-loop-mechanism)

### Control

* [SpaceX Dragon ISS Docking Autopilot PID Controller in JavaScript - Hacker News](https://news.ycombinator.com/item?id=27384419)

### PID Control

* [9.3: PID Tuning via Classical Methods - Engineering LibreTexts](https://eng.libretexts.org/Bookshelves/Industrial_and_Systems_Engineering/Book%3A_Chemical_Process_Dynamics_and_Controls_\(Woolf\)/09%3A_Proportional-Integral-Derivative_\(PID\)_Control/9.03%3A_PID_Tuning_via_Classical_Methods)
* [The Root Locus](https://lpsa.swarthmore.edu/Root_Locus/RootLocus.html)
* [Matlab code for PID tuning using Ziegler-Nichols Method 1... - YouTube](https://www.youtube.com/watch?v=s-tF_iO4CzU)

### PID Control

* [PID Controller for controlling the number of servers in a data-center. This notebook accompanies the video https://youtu.be/pKuVUmpYkLk](https://gist.github.com/pushpendre/359706010c20bc1d18123510749f5da5)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/note/pid-control.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
