Closed loop stabilization control - integrator circuit

AI Thread Summary
The discussion revolves around designing a closed-loop stabilization control system for a platform managed by two electric motors, with the goal of maintaining its position despite external forces. The user seeks to utilize a gyro sensor for feedback, integrating its angular rate output to determine the platform's position. Suggestions include using analog integrator circuits and considering a proportional–integral–derivative (PID) controller for better control. Participants emphasize the importance of modeling the entire system mathematically before implementation and recommend providing more details about the motors and gyro for tailored advice. Overall, the conversation highlights the complexity of the project and the need for careful planning and design.
opmal7
Messages
26
Reaction score
0
Hello all.

I have a platform that is controlled by two electric motors (one for elevation, one for rotation). During the application, I would like to have the platform maintain it's current position. I'm imagining a system where you set the position manually, and then press a button that will tell the platform to hold its current position. This is a relatively large platform with large external forces acting on it, so the motors will need to be driven to correct for changes in the platform's position.

I have an angular rate of rotation sensor (gyro) mounted on the platform. I would like to use this gyro as the feedback sensor for the system. Since the gyro outputs the angular rate of rotation (dθ/dt), if I take the integral of the gyro signal over time, and set the integral to zero, the final position will be equal to the initial position:

∫dθ/dt (from 0 to t) = θ(t)-θ(0)
If ∫dθ/dt=0, θ(t)=θ(0) (Hence, final position equal to initial position)

This is where I'm hoping some electrical engineers can help out. I seem to remember designing integrator circuits in college, but that was some time ago. Are there components I can use to take the integral of the gyro signal? Is there a way to hold the value of the integral at 0 over time?

I'm looking for any feedback. This concept seems simple to me, but if it would be difficult to implement I'm open to suggestions of another path to explore. Thanks for any and all feedback!
 
Engineering news on Phys.org
Analog integrators can be made using reactive components. It might have been better if you searched the internet for "integrator circuit" before posting.

As for designing the entire close loop control system, perhaps this would be better accomplished by someone who better understands how to design a control system, especially considering the mass, cost, and potential danger that I associate with your equipment. I think the entire system should be modeled mathematically before implementation.
 
opmal7 said:
I have a platform that is controlled by two electric motors (one for elevation, one for rotation). During the application, I would like to have the platform maintain it's current position. I'm imagining a system where you set the position manually, and then press a button that will tell the platform to hold its current position. This is a relatively large platform with large external forces acting on it, so the motors will need to be driven to correct for changes in the platform's position. ...

I have an angular rate of rotation sensor (gyro) mounted on the platform. ...

A proportional–integral–derivative controller (PID controller) may be something to look into. What are your motor specs?
 
would just a locking brake do?
 
you have a platform to be fitted with a gyro,and want to control 2 motors to change x-y direction.

what you need a controller with two individual outputs (suitable for the drive of the motor) it is little tricky - as drives for ordinary DC motor to specilized Variable frequency drives are possible with positiner.

And the Gyro sensor to be connected to controller as process variable.

you can make your own P only controller out of opamp with a resitor slider for giving Set point to the inverting input to opamp.and another slider in feedback for gainchanging.

The output circuit should be a converter to drive the motor.

But this is ameaturist approach.

There is a better approach as professinal.but I will tell you more if you give me the details of your existing platform motors and gyro.and your intended project.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...

Similar threads

Back
Top