PID demonstrater and experiment (no lua)
By leo3065 – Custom level – uploaded 14 Nov 2014 from Android
Play
Edit
5 players liked this.
PID controller is a common-used control device in current industry. In this case, the PID controller is used to lock the DC motor at a certain angle.
------------
Control:
Z: Target angle
F: Power on/off
G/H/J: P/I/D subsystem on/off
X/C/V: P/I/D subsystem coefficient
------------
P (proportional) means that the control power is proportional and opposed to the difference between current angle and target angle.
I (integral) means the controller will try to fix the error have made.
D (differential) means that system will calculate the current change rate and use it to predict the future change to fix.
Downloads: 221 - Level ID: 11946