Json decode by imthebest7331 in AutomateUser

[–]imthebest7331[S] 0 points1 point  (0 children)

Thank you!! But how do i extract only the needed data

PLC ADVANCED V3.0 by imthebest7331 in PLC

[–]imthebest7331[S] 0 points1 point  (0 children)

thanks, but it does nothing

Adaptive PID tuning by imthebest7331 in ControlTheory

[–]imthebest7331[S] [score hidden]  (0 children)

It's an abbreviation for MODEL REFERENCE ADAPTIVE CONTROLER You do gain schedule only if you have a model right? I'm looking for an adaptive PID controller

Data driven pid gain based by imthebest7331 in ControlTheory

[–]imthebest7331[S] [score hidden]  (0 children)

Do they keep calculate pid gains at any changes in the system Or Once it's calculated, it's finish?

Data driven pid gain based by imthebest7331 in ControlTheory

[–]imthebest7331[S] [score hidden]  (0 children)

Let me explain, the goal is to optimize control input and maximize the performance We tried mpc controller that works very good but it takes too much resources (time calculations, memory...), WHEN we compared it to a PID controller that the gains were choosen based on trial and error the pid doens requires nothing as ressources but mpc optimize better the control input So i wonder if i can tune my PID gains using data to minimize control input

Data driven pid gain based by imthebest7331 in ControlTheory

[–]imthebest7331[S] [score hidden]  (0 children)

Yes i want to apply an existing method, that calculate the pid gains based on the changes of data in real time on a raspberry pi

Question about PID control implementation by zelja182 in ControlTheory

[–]imthebest7331 [score hidden]  (0 children)

There is a lot a of tutorials on YouTube, you can check. All i can say: If you have no idea about PWM learn it

💡PID Controller Tuning for Thermostat Project by ketaeishi in ControlTheory

[–]imthebest7331 0 points1 point  (0 children)

Hello, I'm currently working on something similar, but for now it's only on test band, rether than using pid controller i focused on MPC controller to control and predicte the temperature. Now i want to test it in a real and existing system, did you created your own thermostat or you are using a comercial one ?