A benchmark software for MSPC
A Graphical User Interface (GUI) is developed in MATLAB as a tutorial for understanding the PCA-based MSPC strategy. It uses a nonlinear model of a binary distillation column implemented in Simulink. The nonlinear model has four manipulated variables, four controlled variables and three input measured disturbances, plus 41 molar fractions corresponding to every column stage. The methodology for PCA-based MSPC is implemented in two phases. During Phase I, the user can simulate the distillation column under normal operating conditions at three different operating points. When the simulation is finished, the GUI obtains the corresponding PCA model automatically. In Phase II, the user can simulate several scenarios with different combinations of disturbances and failures and monitorize them through Squared Prediction Error (SPE) and T2 control charts. Contribution plots are used in conjunction with these control charts to check the original variables responsible of such abnormal situations.
The application allows starting a new benchmark from scratch or opening a previously saved one. User can save its progress at any time as well as export simulation results to an Excel file. Each sheet in this Excel file corresponds to a test in the benchmark. If Excel is not present, the software will attempt to write file in CSV format.
This work is part of a Master Thesis available at http://mseg.webs.upv.es/App%20Data/VillalbaT.pdf. It includes a tutorial for this software.
To start the GUI run "MSPC_main.m".
Note that, the first time the software is run, the simulation may take some time to run.
Cite As
GIEM (2024). A benchmark software for MSPC (https://www.mathworks.com/matlabcentral/fileexchange/47169-a-benchmark-software-for-mspc), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- AI and Statistics > Statistics and Machine Learning Toolbox > Dimensionality Reduction and Feature Extraction >
- Engineering > Chemical Engineering > Distillation Design >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.7.0.1 | description updated |
||
1.7.0.0 | some improvements in contribution plots |
||
1.6.0.1 | description updated |
||
1.6.0.0 | Results can be also exported to mat-file as cell arrays |
||
1.5.0.0 | Improvements in the error management routine
|
||
1.4.0.0 | Initially developed with R2009b. This version includes compatibility with R2014b and later |
||
1.3.0.0 | Common dialogs are used to open/save files
|
||
1.2.0.0 | Description updated |
||
1.1.0.0 | Example updated |
||
1.0.0.0 |