My control systems prof said every engineer has done an inverted pendulum problem in school and nobody in their career has ever been asked to balance an inverted pendulum. So our final was a thermostat instead.
PID Control Challenges
31–40 of 123 posts
Re: PID Control Challenges
#32Re: PID Control Challenges
#33Earlier quoted context omitted.
It's a nice theoretical implementation but few practical examples would be found using floating-point math, running as they are on systems that don't support it.
Is this still true? It seems like most IoT stuff has chips that easily eclipse the capabilities of my Amiga1000 and are 32bitbwith hardware floats. Looking around, I'm having trouble finding something that isn't a 32bitHF in my house. Possibly my Keurig machine? Even using digital instead of an RLC implementation in a coffee machine seems like a waste, but I'm old.
You don't need the fine precision or large range that floats have (we get those using exponents). Signal variations below a certain threshold are drowned out by the noise floor. Signals in control systems also have an expected maximum bound.
At other end, stability calculations based on quantization noise may be difficult with floats, since their least count changes with exponent. Fixed points have a uniform LC throughout its range.
Re: PID Control Challenges
#34Re: PID Control Challenges
#35Re: PID Control Challenges
#36If the author is here: I would really enjoy leaderboards!
Re: PID Control Challenges
#37What's people's record on the first puzzle? My current is 0.42 seconds. (I haven't bothered even loading any of the other puzzles yet)
Re: PID Control Challenges
#38Earlier quoted context omitted.
Not all PID controllers are destined for embedded. They’re quite useful in gamedev, for example.
If you're willing to expand on this, color me interested.
My reaction was a similar "Huh - makes sense".
Re: PID Control Challenges
#39What's people's record on the first puzzle? My current is 0.42 seconds. (I haven't bothered even loading any of the other puzzles yet)
Re: PID Control Challenges
#40@ajtulloch might be the world’s leading expert in making 100 billion bucks in 2 months with a device that can be built out of mechanical parts.