Skip to main content

Questions tagged [pid-controller]

A PID controller is a (closed) control loop feedback mechanism. It is used in industral control for proportional, integral and derivative feedback.

1 vote
1 answer
44 views

Disturbance error transfer function

I was trying to solve some examples from the book Feedback Control of Dynamic Systems by Franklin, Powell & Emami-Naemi. (Seventh Edition, Pages 195 & 204) about PID controllers. The problem ...
ylr's user avatar
  • 11
0 votes
1 answer
50 views

How to handle the noise and wrong measurements due to the actuator in a close-controlled loop [closed]

My system has to inflate a rubber device using a diaphragm pump to a specified pressure (about 1000 Pa, with an ideal accuracy of ±50 Pa). The volume of the device is about 3 L. The pump is connected ...
Mark's user avatar
  • 1,235
0 votes
1 answer
51 views

PID controller too slow even P is changed

I had a extech 48VFL PID controller. The settings are all in default values except P, I, and D. I set them to be 100, 3600, and 60. Just random numbers. I found it's heating super slow, it has been ...
happyhahaha's user avatar
1 vote
1 answer
61 views

Transfer function of differential controller

I found an op amp circuit that is designed to be a derivative controller (D-controller) simulate this circuit – Schematic created using CircuitLab and the transfer function $$ \frac{V_o}{V_i} = ...
vvttr's user avatar
  • 41
-2 votes
1 answer
100 views

Seeking examples where PID control fails [closed]

I seek examples of systems that are difficult to control using standard PID control. In particular, examples where the output eventually becomes unstable despite being stable initially.
DSPinfinity's user avatar
0 votes
2 answers
41 views

Heating element with SSR

I have a 3-phase, 240 V, 3 kW heating element that I intend to control via PLC ==> PWM==> SSR. In case this control methods fails electrically, how do I prevent (limit) my heating element to go ...
idir93dz's user avatar
0 votes
0 answers
22 views

Using Integral of Error as Input in Fuzzy Logic Controllers

I'm currently working on a control system for a doubly fed induction generator (DFIG) as part of my thesis project. Traditionally, fuzzy logic controllers (FLCs) use the error (e) and the derivative ...
MED BLACK's user avatar
0 votes
0 answers
29 views

Differential Equation Classes for Arduino-Python Control

I am working with Python and an Arduino. I am trying to implement a control in continuous time, thus I need to create an approximation of the next step using numerical methods. I would like to ask if ...
tlahuizcalpantecuhtli's user avatar
0 votes
0 answers
40 views

Controll PD with Python

I'm applying a Proportional-Derivative controller to control my robot, but I don't understand why the robot's position doesn't reach the desired position. Can someone help me understand what the error ...
monika's user avatar
  • 11
0 votes
1 answer
62 views

Multi-loop systems block reduction techniques

Do I start by multiplying 18/s+3 * 1/s+3 = 18/(s+3)^(2)? Then is it (18/(s+3)^(2))/(1+(18/(s+3)^(2)*4)) = 18 / ((s + 3)^2 * (72 / (s + 3)^2 + 1))?
NonComposMentis's user avatar
0 votes
0 answers
33 views

Running 2 small cartridge heater and 2 Solid State Relay (SSR) with 1 PID Controller

I wanted to run a heating setup that processes optical fiber for tapering and making couplers (I am in photonics). I aim to reach 810C of temperature, whereas I am getting only 780C. Currently I use: ...
Inan Upadhyay's user avatar
0 votes
2 answers
93 views

How to use an emergency button for an SSR controlling 3kW heaters

I'm working on a temperature control project for airflow utilizing a 3kW heater, an SSR, and a PID controller. For safety purposes, I need to incorporate an emergency button to immediately cut off ...
portonmg's user avatar
0 votes
0 answers
45 views

Multiple PWM Generation using PI Controller

I am using dual loop to control dc-dc boost converter using Arduino Uno in Proteus. The kp and ki work fine for individual implementation of each boost converter. But when I combine them like this, I ...
Boost_Guy's user avatar
0 votes
1 answer
35 views

Solenoid valve gating and time proportional control

I'm trying to complete this simple task: I have solenoid valves to control the humidity in an array of boxes. I use time proportional PID control to turn them on or off. I suspect I keep wearing them ...
Popeye's user avatar
  • 339
0 votes
0 answers
62 views

Design a PID controller for a MG=1.5

Consider the following system: I need to design a PID controller with a gain margin of 1.5 for the disturbance P(s). In order to have a certain gain margin I need to find the critical gain Ku, so ...
BadEnglishSorry's user avatar

15 30 50 per page
1
2 3 4 5
43