EICASLAB
From Wikipedia, the free encyclopedia
This article or section is written like an advertisement. Please help rewrite this article from a neutral point of view. Mark blatant advertising which would require a fundamental rewrite in order to become encyclopedic for speedy deletion, using {{db-spam}}. (February 2008) |
EICASLAB | |
---|---|
Developed by | EICAS Automazione S.p.A. |
OS | Windows/Linux |
Genre | Technical computing |
License | Proprietary |
Website | www.eicaslab.com |
EICASLAB is a laboratory for automatic control design and time-series forecasting developed as final output of the European ACODUASIS Project IPS-2001-42068 [1] [2] [3] [4] funded by the European Community, which - during its lifetime - aimed at delivering in the robotic field the scientific breakthrough consisting in a new methodology for the automatic control design [5] .
To facilitate such a knowledge transfer, EICASLAB was equipped with an “automated algorithm and code generation” software engine [6], that allows to obtain a control algorithm in an easy and friendly way, freeing the designer from the need of a deep knowledge of the theory the methodology and the tool are based upon.
EICASLAB has been adopted in other IST European Research Projects dealing with robotics (ARFLEX IST-NMP2-016880 [7] and PISA Project NMP2-CT-2006-026697 [8]) and it has been used in European industries, research institutes and academia to design innovative control systems described in the scientific and technical literature [9] [10] [11] [12] [13] [14] [15] [16] [17] [18].
EICASLAB includes tools for modelling plants, designing and testing embedded control systems, assisting the phases of the design process of the control strategy, from system concept to generation of the control software code for the final target.
Contents |
[edit] Software organisation
EICASLAB is composed by a main program, called MASTER, able to assist and manage all the design steps by means of 3 tools, respectively:
- the SIMBUILDER tool, devoted to program the simulation models of the plant and of the control algorithms;
- the SIM tool, devoted to the simulation and the evaluation of performances of the control algorithms;
- the POST tool, devoted to the analysis of results through post-processing of recorded simulation data.
[edit] EICASLAB tools
[edit] Support to system concept
EICASLAB includes the following tools to support the system concept:
- Design of multiprocessor control architectures
- Design of multilevel hierarchical control algorithms
Hardware architectures including multi-processors and software architectures including multi-level hierarchical control are considered. The control software is subdivided into functions allocated by the designer to the different processors. Each control function has its own sampling frequency and a time window for its execution, which are scheduled by the designer by means of the EICASLAB scheduler. Data can be exchanged among the control functions allocated to the same processor and among the different processors belonging to the plant control system. The delay time in the data transmission is considered. The final “application software” generated in C language is subdivided into files each one related to a specific processor.
[edit] Support to system simulation
EICASLAB includes specific working areas for developing, optimizing and testing algorithms and software related to the “plant controller”, including both the “automatic control” and the “trajectory generation” and the "disturbances" acting on the plant. To perform such a task three different working areas are available as follows.
The PLANT area to be used to simulate the plant dynamic behaviour by means of the “plant fine model”.
The CONTROL area to be used to design the functions related to the automatic control and the trajectory generation.
The MISSION area to be used in order to plan the simulated trials. It is split in two sections, respectively, the Plant Mission and the Control Mission. The first one has to be used to generate the disturbance acting on the plant during the simulated trials and to schedule any other event concerning the plant performance, such as plant parameters variations. The second one is devoted to generate the host command to be sent to the plant control during the simulated trials.
[edit] Support to control algorithm design
EICASLAB includes the following tools to support the control algorithm design:
- AAG: Automated Algorithm Generation
- MPI: Model Parameter Identification
- CPO: Control Parameter Optimisation
The Automated Algorithm Generation is an option, which - starting from the “plant simplified model” and from the "control required performance" - generates the control algorithm. On the basis only of the plant design data, the applied control design methodology allows to design controllers with guaranteed performance without requiring any tuning in field) in spite of the unavoidable uncertainty which always exists between any mathematical model built on the basis of plant design data and the plant actual performance (for fundamentals on control in presence of uncertainty see [19] [20]). The designer can choose among three control basic schemes and for each one he has the option of selecting control algorithms at different level of complexity.
In synthesis, the automatically generated control is performed by the resultant of three actions: - the open loop action, which is given by the commands necessary to track the reference signals computed on the basis of the plant simplified model; - the plant disturbance compensation, which is computed on the basis of the disturbance predicted by the plant state observer; - the closed loop action, which is computed as the action necessary to correct the plant state error with respect to the reference one.
A particular relevance is given to the plant state observer, the task of which may be extended to estimate and to predict the disturbance acting on the plant. The plant disturbance prediction and compensation is an original control feature, which allows to reduce significantly the control error.
The Model Parameter Identification is a tool which allows the identification of the most appropriate values of the simplified model parameters from recorded experimental data or simulated trials performed by using the “plant fine model”. Let us point out that the above parameter “true” value does not exists. Indeed, the model is an approximated description of the plant and then, the parameter “best” value is depending on the cost functional adopted to evaluate the difference between model and plant. The identification method estimates the best values of the simplified model parameters from the point of view of the closed loop control design.
The Control Parameter Optimization is a tool which allows to perform the control parameter tuning in simulated environment. The optimization is performed numerically over a predefined simulated trial, that is for a given mission (host command sequence and disturbance acting on the plant and any other potential event related to the plant performance) and for a given functional cost associated to the plant control performance.
[edit] Support to code generation for the final target
The EICASLAB Automated Code Generation tool provides the C source code related to the control algorithm developed. The final result of the designer work is the “application software” in C language, debugged and tested, ready to be compiled and linked in the plant control processors. The “application software” includes the software related to the “automatic control” and the “trajectory generation” functions. The simulated control functions are strictly the same one that the designer can transfer in field in the actual plant controller.
[edit] Support to control tuning
EICASLAB includes the following tools to support the control tuning:
- Slow-Motion View
- Rapid Prototyping
- Hardware-in-the-loop
The Slow Motion View is a tool to be used in the phase of setting up of the plant control, with the aim to allow, step by step and variable by variable, the analysis of the control software performance during experimental trials performed by means of the actual plant. The plant input and output and the host commands sent to the controller are recorded during experimental trials and then they can be processed by EICASLAB as follows. The recorded plant input and output variables are used in the Plant Area inside of the input and output variables obtained by the plant simulation. The recorded host commands are used in the Control Mission area inside of the host command generated by the Control Mission function. Then, when a simulated trial is performed, the control function receives the recorded outputs of the actual plant and the related recorded host commands inside of the simulated ones. Because the control function running in the EICASLAB is strictly the same one, which is running in the actual plant controller, then, the commands resulting from the simulated control function and sent from the simulated control to the simulated plant should be strictly the same of the recorded plant inputs (unless there are numerical errors depending on the differences between the processor where the EICASLAB is running and the one used in the actual plant controller, but the experience has shown that the effects of such differences are negligible). Then, the recorded experimental trial performed by the actual plant controller is completely repeated in the EICASLAB, with the difference that now the process can be performed in slow-motion and, if useful, step by step by using a debugger program.
Automated Code Generation tool can be used to insert the controller code in Real-time operating system (RTOS), in order to test the control algorithm in the PC environment instead of the final target hardware, performing a Rapid Prototyping test.
It is possible to simulate the plant in EICASLAB and connect the PC to the final controller board: this is the Hardware-in-the-loop test.
[edit] References
- ^ ACODUASIS IPS-2001-42068 : ACODUASIS Project web-site
- ^ CORDIS Issue n. 44 – September 2003, Technology opportunities today, page 16: "EICASLAB: A family of CAE tools using automated algorithm generation to design control systems". Published by European Commission – Innovationon line
- ^ EVCA Barometer April 2006, page 5: "An easy to use tool for automated control systems", on line
- ^ CORDIS - ICT results: Results that lead the way: "An easy-to-use tool for automated control systems", Published by European Commission on line
- ^ Prof. Francesco Donati (Politecnico of Torino, Italy): "The innovative methodology and the ACODUASIS Project", ACODUASIS Workshop "One Step further in Automatic Control Design", Torino (Italy), 3 October 2005 on line
- ^ Gabriella Caporaletti (EICAS Automazione, Italy): "The ACODUASIS Project: A professional software tool supporting the control design in robotics", 6th International Conference on Climbing and Walking Robots And the Support Technologies for Mobile Machines. CLAWAR 2003 September 17-19, 2003, Catania, Italy
- ^ ARFLEX Project IST-NMP2-016880 : ARFLEX Project web-site/
- ^ PISA Project NMP2-CT-2006-026697 PISA Project web-site:
- ^ Gabriella Caporaletti (EICAS Automazione, Italy), Rui Neves da Silva and Maria Marques (UNINOVA, Portugal): "Advanced Automated Algorithm Generation Software in the Control of Solar Plant" - MIC 2004 Twenty-Third IASTED International Conference on Modelling, Identification and Control abstract on line
- ^ Kerscher, Zoellner and Dillman (University of Karlshruhe, Germany), Stella and Caporaletti (EICAS Automazione, Italy):"Model and Control of joints driven by fluidic muscles with the help of advanced automatic algorithm generation software"- CLAWAR 2005 8th International Conference on Climbing and Walking Robots and the Support Technologies for Mobile Machines
- ^ Kay Ch. Fuerstenberg (IBEO Automobile Sensor GmbH, Germany), Pierre Baraud (Peugeot Citroën Automobile, France), Gabriella Caporaletti (EICAS Automazione,Italy), Silvia Citelli (Fiat Research Center,Italy), Zafrir Eitan (TAMAM/IAI, Israel), Ulrich Lages (IBEO Automobile Sensor GmbH, Germany), Christophe Lavergne (Renault SA, France) Development of a Pre-crash sensorial system: The CHAMELEON Project, on line
- ^ A. Bottero and D. Martinello (COMAU Robotics, Italy):Industrial robot simulation models for control design and analysis purposes, ACODUASIS Workshop "One Step further in Automatic Control Design", Torino (Italy), 3 October 2005 on line
- ^ F. Motto and A. Ramoino (EICAS Automazione, Italy), A. Bottero and D. Martinello (COMAU Robotics,Italy: Industrial robots control with EICASLAB approach: industrial prototyping and experimentation results, ACODUASIS Workshop "One Step further in Automatic Control Design", Torino (Italy), 3 October 2005 on line
- ^ J. Fottner (TELELIFT, Germany), T. Kerscher (University of Karlsruhe, Germany), G. di Gropello and A. Stella (EICAS Automazione, Italy): Modelling and Control of Automated Guided Vehicles (AGVs) for the transport of meals, laundry and waste in the healthcare domain, ACODUASIS Workshop "One Step further in Automatic Control Design", Torino (Italy), 3 October 2005 on line
- ^ G. Caporaletti and A. Stella (EICAS Automazione, Italy), P. Pina (UNINOVA,Portugal), V. Abadie (CYBERNETIX, France):"Control of a hydraulic servoactuator using an automated algorithm generator", ACODUASIS Workshop "One Step further in Automatic Control Design", Torino (Italy), 3 October 2005 on line
- ^ Y. Dodeman and N. Moisan (IPSIS, France), G. di Gropello (EICAS Automazione, Italy):"Synthesis of multivariable control of a thermic power plant",ACODUASIS Workshop "One Step further in Automatic Control Design", Torino (Italy), 3 October 2005 on line
- ^ Prof. R. Bucher and K.Kaufmann – (SUPSI, Switzerland):"Rapid Control Prototyping with EICASLAB and Linux RTAI", ACODUASIS Workshop "One Step further in Automatic Control Design", Torino (Italy), 3 October 2005 on line
- ^ Prof. Silvano Balemi (University of Applied Sciences of Southern Switzerland, Lugano-Manno, Switzerland): "Rapid Controller Prototyping Platform for Precision Applications", Proceedings of the 6th euspen International Conference – Baden bei Wien - May 2006, on line
- ^ Prof. F. Donati , Prof. D. Carlucci: "Control of norm of uncertain systems", IEEE Transactions on Automatic Control, vol.20-AC, 1975, pp.792- 795
- ^ Prof. F. Donati , Prof. M. Vallauri: "Guaranteed control of almost-linear plants", IEEE Transactions on Automatic Control, vol. 29- AC, 1984, pp. 34-41