How MIL,SIL is a Closed Loop Testing ?

58 views (last 30 days)
Closed Loop Testing

Accepted Answer

jagpreet  makkad
jagpreet makkad on 14 May 2015
Edited: jagpreet makkad on 14 May 2015
I will give you an overall idea about the MIL SIL PIL and HIL. I have read it somewhere and sharing it with u. By reading this u will get the clear idea of what actually is plant model and what is controller model and how design testing flow works.
If you are designing the controller from scratch then you develop the model of the plant and controller (say using Matlab,SIMULINK) and use MIL to verify or test whether it is implementable. Whereas if you already have the controller model you can skip MIL and go to SIL.
Once your model is verified, the next stage is SIL where you develop a software/HDL code depending on the processor or FPGA you plan to use for final hardware implementation and run the simulations for the controller model (with the plant still a software model) with this code to verify it. If you experience any glitches you may have to go back to MIL and make necessary changes. If you have a model which has been tested for SIL also then you can skip this and go directly to PIL.
Once your controller is verified for its SIL implementation, you proceed to the next stage i.e., PIL where you load the developed code onto the processor/FPGA and run the simulations on the modeled plant for verification. If there are glitches then go back to your code, SIL or MIL and rectify them. If you have an FPGA or a processor ready then you can skip this and go directly to HIL.
Once your plant model has been verified using PIL, now you can replace the plant model with the original hardware ,say lab model, (say,if its a DC motor whose speed controller is being designed, then controller is in FPGA/processor which is now interfaced to the DC motor by connecting the inputs and outputs/states at the right points of sensors/transducers) and conduct the HIL test for verification.
Once you complete all the above tests, your controller is said to be ready for hardware implementation.
If supposing you give National Instruments your plant specifications and controller requirements, they may design an FPGA based on Labview and give it to you.In that case you can directly run the HIL and verify.
  6 Comments
Ahmed Gad
Ahmed Gad on 14 Jun 2019
HIL is a test before using the real hardware I guess.
SHASHWAT KANHAIYA
SHASHWAT KANHAIYA on 12 Aug 2022
i Think, in this answer Plant model has been replaced with controller model and viceversa.
pls correct me if i misunderstood

Sign in to comment.

More Answers (2)

Gaurav Shukla
Gaurav Shukla on 27 Apr 2015
Broadly speaking when you create a controller model for validation of the logic you connect the output of your controller to a plant model and output from plant is fed back to controller. Thereby creating a closed loop.
For SIL you replace the model logic for your controller with the generated code rest all process remains the same.
  4 Comments
xian zhao
xian zhao on 15 Aug 2018
Edited: xian zhao on 15 Aug 2018
since both PIL and HIL use a simulation to test,why don't we perform only Pil or HIL?
Jesús
Jesús on 4 Apr 2019
We don`t perform only PIL and HIL, because PIL and HIL test different things.
  • PIL is used to check the code of the processor against a Matlab/Simulink model of the plant. The connection between the processsor and the Matlab model are digital signals.
  • HIL is used to check the final hardware of the controller and the final processor code. The connection between the processor and the Matlab model are hardware electronics.
For example, in case of the development of an ECU of a car:
  • PIL could be a prototype board using same processor than the final ECU, connected to a PC running matlab model and communicating by ethernet.
  • HIL will consist of the final ECU with final hardware electronics, connected to the HIL simulator using the final connector of the ECU. The HIL simulator includes a complete model of dynamics of the car, other ECUs and hardware for simulating the sensor and actuators connected to the ECU. In addition, the advanced HIL simulator test the electronics injecting hardware errors, as short circuits or break of cables at the conector of the ECU. So, the HIL testing check the hardware of the ECU and the interaction with other componentes.

Sign in to comment.


Ahmed Gad
Ahmed Gad on 14 Jun 2019

Categories

Find more on Test Model Components in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!