Integration Project Systems and Control 2013 Group 2: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
Line 157: Line 157:


==== Week 5 ====
==== Week 5 ====
1) Design a low frequency PID controller
1) Obtain locations of pizza shelves


2) Third order "challenging" trajectory design
2) Trajectory planning and controller testing


3) Feedforward controller design
* We also obtain all the positions to pickup the pizzas. With these positions we start to construct the optimal trajectory.
 
* We designed four controllers for each axis with a bandwidth of approx. 10Hz. We also obtain all the positions to pickup the pizzas. With these positions we start to construct the optimal trajectory.

Revision as of 00:39, 18 March 2013

Group Members

Name: Student id: Email:
Rens Samplonius 0785119 r.j.samplonius@student.tue.nl
Frank Evers 0789890 f.evers@student.tue.nl
Juan Guo 0825223 j.guo@student.tue.nl
Jeroen Lamers 0771264 j.w.lamers@student.tue.nl

Planning

Week 1
- Project planning
- Familiarization with the robot
- Literature searching
- Define specifications of the control system
( This will be the guide for the control system design. As a complete list of requirements can help insure the overall performance and stability of the system. This can avoid the redesign of the controller, when certain important specifications are found to be not satisfied afterwards.One problem of having a complete list of requirements is the trade-off among them, which has to be evaluated based on the importance of the requirement.)
Week 2
- FRF measurement and analysis
( Modeling of the system is the first step to its control algorithm design. Two main modeling method we know: physical modeling and data based modeling. Physical modeling is based on conservation law. The system we face is pretty complex and certain phisical phenomina which can have a big influence on the dynamics of the system such as friction is hard to model in this way; also parameters like mass and inertia are not provided directly. Thus we choose data based modeling. Both frequency response measurements (linear system) and system identification method will be used.)
- Decide the type of controllers to be applied
Week 3
- Design PID controller design and its discretization
(PID controller for sure will control the system to a degree. Start from this simply but powerful controller we can have some idea of control effort required to achieve a good performance of the system. Later modification and alternative control algorithms will be considered if the performance is not satisfying. Controller discretization will be considered if the discrete model in Simulink works poorly.)
Week 4
- Design a low frequency PID controller
- Third order "challenging" trajectory design and feedforward controller design
( To achieve a good trajectory tracking only the PID controller is not enough, as it only react to existing error signal. Adding feedforward controller to correct error beforehand will improve trajectory tracking. )
Week 5
- Obtain locations of pizza shelves
- Trajectory planning and controller testing
( The controller designed help tracking the reference signal in a possibly fast and accurate way. Once a good enough controller is designed, the performance of the system depends on the trajectory it is going to follow. The velocity and acceleration of the trajectory will influence the speed of the robot which is out control goal. The velocity, acceleration and even higher order smoothness might also influence the performance. )
- Modeling by parametric system identification
( If the designed controller is not good enough, parametric system identification might need to be used to get another representation of the model. Then repeat the controller design and testing procedures. )
Week 6
- Improve final trajectory and smart trajectory generating program
( As a good trajectory directly influence the performance of the system especially the final time it takes to move all the pizzas, trials and errors will be made in order to find a most suitable trajectory in the sense of maximum acceleration, velocity and preferably with higher order smoothness. A smart trajectory generating program is handy for easy testing and modification )
- Feedforward controller tuning
( A good error signal with obvious indication of acceleration force, viscous friction and Coulomb friction is crucial for the feedforward controller design. Trials and errors will still be needed to obtain more desirable error signals. )
Planning1.jpg

Progress

Week 1

1) Literature collecting and background knowledge review.

2) Control system requirement design:

<1>  All pizzas have to be moved from left to right under 15 seconds.
<2>  Reference profile has to optimal in the sense of output [V]. (frank what do u mean by this???)
<3>  During transport the pizza should remain on the robot. 
<4>  Controllers design: stability and performance requirement.
   <*>  Frequency domain
         - Bandwidth for complementary sensitivity of individual axis aim for relatively large bandwidth.
         - Big cut-off rate the slop of magnitude plot at high frequency of individual axis.
         - Resonance peak between 1dB to 1.5dB for individual axis.
         - For open loop, generally we require low frequency high gain and high frequency low gain.
         - For sensitivity, we require low frequency low gain.
         - Relatively big gain margin and phase margin.
   <*>  Time domain
         - Step or impulse response performance (open loop response), i.e. rise time, overshoot, settling time, steady state error bound.
         - Required tracking error individual controller. (Vertical fork x = mm; Horizontal fork y = ..mm; Rotation θ = ..mm; Table translation z = ..mm.)
<5>  The complete trajectory has to be splitted in sub trajectories, which have to be executed in the required times. (frank maybe u modify this later.)
<6>  Boundary conditions for actuators. 

3) Familiarization of the robot.

<1> Initialization of the 4 axis 
   - Vertical displacement of the fork -0.1m; 
   - Horizontal displacement of the fork 0.1m;
   - Rotation 2.4rad;
   - Translation 0.2m;
<2> Sampling frequency 500Hz
<3> Bounds on input range of each motor
   - Motor 1 -0.625 ~ 6.25V; 
   - Motor 2 -0.625 ~ 6.25V;
   - Motor 3 -10 ~ 10V;
   - Motor 4 -10 ~ 10V;
<4> Bounds on reference trajectory of the 4 axis
   - Axis 1 -0.2418 ~ -0.0268m; 
   - Axis 2 0.0231 ~ 0.5301m;
   - Axis 3 0.0108 ~ 5.5708rad;
   - Axis 4 0.0694 ~ 0.4494m;

Week 2

1) Obtain FRF measurement on the left pizza robot.

  • A closed loop measurement on each axis by applying a sin-wave + white noise to the plant. The sine wave is added to overcome the massive friction. The controller used in the closed loop measurement is tuned very low. During the FRF measurement the following data is collected: the input signal (u), the white noise signal (w), and the output voltages (v). With this data we calculated the process sensitivity and the sensitivity and to obtain the plant we divided them (similar as we did during the Motion Control course). We are uncertain if the left and right pizza robots have a similar plant so perhaps we should repeat the FRF measurement on the right robot because that one has the pizza racks on it.

2) Analysis of FRF measurement.

Week 3

1) Literature collecting and background knowledge review.

  • We decided to use PID controller to control the pizza robot because we all have the most experience with them. This week we evaluated the FRF measurement data and loaded this in the programme ShapeIt. Because the right pizza robot broke we were not able to do more because we scheduled testing time on that robot.

2) Obtain FRF measurements on the right robot.

3) Analysis of FRF measurements.

Week 4

1) Design a low frequency PID controller

2) Third order "challenging" trajectory design

3) Feedforward controller design

  • We designed four controllers for each axis with a bandwidth of approx. 10Hz. We also obtain all the positions to pickup the pizzas. With these positions we start to construct the optimal trajectory.

Week 5

1) Obtain locations of pizza shelves

2) Trajectory planning and controller testing

  • We also obtain all the positions to pickup the pizzas. With these positions we start to construct the optimal trajectory.