{"id":183180,"date":"2024-08-07T09:12:19","date_gmt":"2024-08-07T09:12:19","guid":{"rendered":"https:\/\/innovationspace.ansys.com\/knowledge\/?post_type=topic&#038;p=183180"},"modified":"2025-04-04T16:15:45","modified_gmt":"2025-04-04T16:15:45","slug":"cabin-pressurization-control-system-with-scade-guest-article-student-cinestav","status":"publish","type":"topic","link":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/cabin-pressurization-control-system-with-scade-guest-article-student-cinestav\/","title":{"rendered":"Cabin Pressurization Control System with SCADE (Guest Article &#8211; Student &#8211; Cinvestav)"},"content":{"rendered":"<h3  id=\"GUEST-ARTICLE-STUDENT-CABIN-PRESSURIZATION-CONTROL-SYSTEM-WITH-SCADE\">Guest Article  &#8211; Student  &#8211; Cabin Pressurization Control System with SCADE<\/h3>\n<p>This article is a guest contribution from <a href=\"https:\/\/www.cinvestav.mx\/\">Cinvestav<\/a>. It was written by a student group as part of Masters-level, semester long <a href=\"https:\/\/www.ansys.com\/academic\/students\/ansys-scade-student\">SCADE academic program<\/a> course.<\/p>\n<p>It explains the design and simulation of a system that controls the cabin pressure of an aircraft with a model-based design approach with Ansys SCADE. This article explains the design made from the system requirements, verification, coverage, and finally some scenarios of a simulation made of a control panel.<\/p>\n<p>If you are an academic and are interested in teaching an engineering curriculum backed by Ansys tools, please have a look at our <a href=\"https:\/\/www.ansys.com\/academic\/educators\/funded-curriculum\">Ansys Funded Curriculum<\/a> page.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/09\/scade-020-banner-2.jpg\" style=\"max-height: 700px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h3  id=\"SUMMARY\">Summary<\/h3>\n<p>Cabin pressurization is a critical system for every aircraft unit, in order to keep a safe and comfortable cabin pressure.<\/p>\n<p>In this context, Ansys Scade was used to model the entire system and control the cabin pressure through the regulation of the aircraft&#8217;s inflow and outflow valves. To achieve safe control, the CPCS can operate in one of the following modes: Auto, Manual, and Emergency. Each of these modes calculates the pressurization rate command, which is sent to a designed aircraft model in a closed loop with the CPCS. Finally, a Rapid Prototyper of a cockpit panel control is implemented in the simulation.<\/p>\n<h3  id=\"CPCS\">CPCS<\/h3>\n<h4  id=\"OPERATION\">OPERATION<\/h4>\n<p>The CPCS controller sends a pressurization rate command to the aircraft, where the pressurization rate is converted into the opening of the adjustable outflow valves. Additionally, a rapid depressurization command is sent from the CPCS controller to the aircraft, indicating whether an emergency valve will be fully opened or not, allowing air to enter and pressurize the cabin.<\/p>\n<p>The CPCS operation modes can be one of the following:<\/p>\n<ul>\n<li>Auto. In this mode the pressurization rate is calculated by a PI controller.<\/li>\n<li>Manual. In this mode the pressurization rate is equal to the command entered by the user in the control panel.<\/li>\n<li>Emergency. In this mode the outflow valves close and the emergency valve opens.<\/li>\n<\/ul>\n<p>If the cabin altitude exceeds the maximum allowed altitude of 15,000 ft, the CPCS automatically enters <strong>Emergency <\/strong>mode. It remains in Emergency mode until the cabin altitude drops below the release threshold of 10,000 ft, at which point it returns to the mode selected by the user.<\/p>\n<p>The CPCS also measures the <strong>differential pressure <\/strong>between the aircraft&#8217;s altitude and the cabin altitude. If the measured differential pressure exceeds the maximum allowed differential pressure of 6.5 psi, the CPCS notifies the user to reduce the aircraft&#8217;s altitude and, therefore, the differential pressure.<\/p>\n<h4  id=\"FEATURES\">FEATURES<\/h4>\n<p>The maximum value of the pressurization rate command is dictated by the physics of the valves and the cabin, as well as other physical parameters like temperature, with these values set at 500 fpm for the outflow valves and 3000 fpm for the emergency valves.<\/p>\n<p>In Auto mode, the altitude that the controller will maintain is referred to as the target altitude. The CPCS maintains the cabin altitude at 8,000 ft when the aircraft&#8217;s altitude is above this altitude. Otherwise, the target altitude is the aircraft&#8217;s altitude.<\/p>\n<p>The system has two alarms: one for rapid depressurization emergencies and another for differential pressure. It also displays the cabin altitude, aircraft altitude, and the pressurization rate command.<\/p>\n<h3  id=\"DESIGN\">Design<\/h3>\n<h4  id=\"REQUIREMENTS\">REQUIREMENTS<\/h4>\n<p>Some examples of implemented requirements are the following:<\/p>\n<p>For <strong>behavior:<\/strong><\/p>\n<p><code>CPCS_HLR_BE _04<\/code><em>: If rapid depressurization is measured, then CPCS shall be automatically and immediately in EMERGENCY mode.<\/em><\/p>\n<p>For <strong>cabin pressure control<\/strong>:<\/p>\n<p><code>CPCS_HLR_CPC_03<\/code><em>: When CPCS mode is in AUTO, cabin pressure shall be automatically regulated to maintain the target altitude provided.<\/em><\/p>\n<p>For <strong>target altitude<\/strong>:<\/p>\n<p><code>CPCS_HLR_TA_01<\/code><em>: When CPCS mode is in AUTO and aircraft altitude is below RegularCabinAltitude, target altitude shall be aircraft altitude.<\/em><\/p>\n<p><code>CPCS_HLR_TA_02<\/code><em>: When CPCS mode is in AUTO and aircraft altitude is above RegularCabinAltitude, target altitude shall be RegularCabinAltitude.<\/em><\/p>\n<p>For <strong>rapid depressurization<\/strong>:<\/p>\n<p><code>CPCS_HLR_RD_01<\/code>: CPCS shall immediately activate rapid depressurization if cabin altitude is above MaxCabinAltitude.<\/p>\n<p>For <strong>differential pressure<\/strong>:<\/p>\n<p><code>CPCS_HLR_DIFF_01<\/code><em>: CPCS shall display an alarm on the control panel if measured differential pressure has exceed the MaxDiffPressure.<\/em><\/p>\n<p>Parameters:<\/p>\n<p><code>CPCS_HLR_PAR_01<\/code><em>: RegularCabinAltitude: 8000 ft.<\/em><\/p>\n<p><code>CPCS_HLR _PAR_02<\/code><em>: MaxCabinAltitude: 15000 ft.<\/em><\/p>\n<p><code>CPCS_HLR _PAR_03<\/code><em>: MaxDiffPressure: 6.5 psi.<\/em><\/p>\n<p><code>CPCS_HLR _PAR_04<\/code><em>: ReleaseEmerAltitude: 10000 ft.<\/em><\/p>\n<h4  id=\"MODEL\">MODEL<\/h4>\n<h5  id=\"CALL-GRAPH\">Call Graph<\/h5>\n<ul>\n<li>CPCS\n<ul>\n<li>CPCS Controller\n<ul>\n<li>CPCS<\/li>\n<li>DiffMeasurement<\/li>\n<li>FtoM<\/li>\n<li>FtoPsi<\/li>\n<li>PressRateRegul<\/li>\n<li>RapidDepress<\/li>\n<\/ul>\n<\/li>\n<li>Aircraft\n<ul>\n<li>AircraftModel<\/li>\n<li>InflowTurbinePressure<\/li>\n<li>Valves<\/li>\n<li>ValvesRegulator<\/li>\n<\/ul>\n<\/li>\n<li>System\n<ul>\n<li>SystemSimul<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h5  id=\"SYSTEMSIMUL\">SystemSimul<\/h5>\n<p><code>SystemSimul<\/code> is the root operator, which contains the closed loop architecture of the CPCS with the aircraft. The CPCS sends the pressurization rate and rapid depressurization commands to the aircraft. The aicraft then calculates the new cabin altitude and sends this data back to the CPCS, completing the feedback loop.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-systemsimul.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"CPCS\">CPCS<\/h5>\n<p>The CPCS controller has a state machine for the operating modes. Each mode controls the pressurization rate command output. At the same time, the <code>DiffMeasurement<\/code> operator and the <code>RapidDepress<\/code> functions work at any mode.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-cpcs-1.jpeg\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-cpcs-2.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"DIFFMEASUREMENT\">DiffMeasurement<\/h5>\n<p>The <code>DiffMeasurement<\/code> function operator calculates the differential pressure and activates the alarm if it is above the max diff pressure.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-diffmeasurement.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"FTOM\">FtoM<\/h5>\n<p>This function operator converts the input value feet to meters. This models the equation:<\/p>\n<p>$$M = 0.3048 ft$$<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-ftom.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"FTOPSI\">FtoPsi<\/h5>\n<p>The <code>FtoPsi<\/code> function operator converts the altitude in feet to its corresponding pressure value in psi. This is mathematical expression:<\/p>\n<p>$$14.7 \\times \\left(1 &#8211; \\frac{0.0065 \\times M}{288.15} \\right)^{5.2561}$$<\/p>\n<p>First, the altitude in feet is converted to meters to then execute the above equation.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-ftopsi.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"PRESSRATEREGUL\">PressRateRegul<\/h5>\n<p><code>PressRateRegul<\/code> node operator is a band limited close loop feedback PI controller. The integral and proportional constants were calculated for a critically dumped answer. The <code>libilnear<\/code><strong> <\/strong>library, contains the integral operator.<\/p>\n<p>The next table shows all the parameters used in <code>PressRateRegul<\/code> operator.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-pressrateregul-1.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-pressrateregul-2.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"RAPIDDEPRESS\">RapidDepress<\/h5>\n<p><code>RapidDepress<\/code> node operator controls the rapid depressurization alarm. As mentioned before, if the cabin altitude exceeds the max cabin altitude, alarm will be activated till the cabin altitude drops below the release emergency altitude threshold.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-rapiddepress.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"AIRCRAFTMODEL\">AircraftModel<\/h5>\n<p><code>AircraftModel<\/code> node operator manipulates the input pressurization rate command and rapid depressurization and outputs the corrected cabin altitude, outflow valve opening and safety opening.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-aircraftmodel.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"VALVESREGULATOR\">ValvesRegulator<\/h5>\n<p>The ValvesRegulator function operator translates and converts the pressurization rate command and the rapid depressurization alarm into the valve opening, within a range of 0 to 1.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-valvesregulator.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h4  id=\"INFLOWTURBINEPRESSURE\">InflowTurbinePressure<\/h4>\n<p><code>InflowTurbinePressure<\/code> function operator calculates and outputs the inflow pressurization rate in feet per minute that comes from the turbine.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-inflowturbinepressure.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"VALVES\">Valves<\/h5>\n<p><code>Valves<\/code> node operator calculates the new cabin altitude in accordance to the valves opening coming from the <code>ValvesRegulator<\/code> operator.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-valves.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h4  id=\"VERIFICATION\">VERIFICATION<\/h4>\n<h5  id=\"TESTS\">Tests<\/h5>\n<p>Two records were created to include all the requirements needed. The first record includes the CPCS Behavior, where the scenario includes some tests for the operating modes, the target altitude and the manual pressurization rate.<\/p>\n<p>In the second record, emergencies scenarios were included to verify the function of the emergency mode for the rapid depressurization, as well as for the max differential pressure.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-tests.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<p><strong>CPCS_Behavior scenario:<\/strong><\/p>\n<p><!-- HTML generated using hilite.me --><\/p>\n<div style=\"background: #ffffff;overflow:auto;width:auto;background:none;border:none;padding:.2em .6em\">\n<pre style=\"margin: 0;line-height: 125%\"><span><\/span><span style=\"color: #999999;font-weight: bold\">## inputs<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>set<span style=\"color: #bbbbbb\"> <\/span>PressRateManual<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">150.0<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>set<span style=\"color: #bbbbbb\"> <\/span>AircraftAltitude<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">35000.0<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>set<span style=\"color: #bbbbbb\"> <\/span>ModeSel<span style=\"color: #bbbbbb\"> <\/span>Auto\r\n\r\n<span style=\"color: #999999;font-weight: bold\"># CPCS_HLR_BE_01<\/span>\r\n<span style=\"color: #999999;font-weight: bold\"># When the system starts, CPCS shall be in Auto mode<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>cycle<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">1<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>check<span style=\"color: #bbbbbb\"> <\/span>Mode<span style=\"color: #bbbbbb\"> <\/span>Auto\r\nSSM<span style=\"font-weight: bold\">::<\/span>cycle<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">1<\/span>\r\n\r\n<span style=\"color: #999999;font-weight: bold\"># CPCS_HLR_BE_03<\/span>\r\n<span style=\"color: #999999;font-weight: bold\"># When the Manual is selected, CPCS shall be immediately in Manual mode<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>set<span style=\"color: #bbbbbb\"> <\/span>ModeSel<span style=\"color: #bbbbbb\"> <\/span>Manual\r\nSSM<span style=\"font-weight: bold\">::<\/span>cycle<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">1<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>check<span style=\"color: #bbbbbb\"> <\/span>Mode<span style=\"color: #bbbbbb\"> <\/span>Manual\r\nSSM<span style=\"font-weight: bold\">::<\/span>cycle<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">1<\/span>\r\n\r\n<span style=\"color: #999999;font-weight: bold\"># CPCS_HLR_CPC_01<\/span>\r\n<span style=\"color: #999999;font-weight: bold\"># When CPCS is in Manual. cabin pressure shall be regulated by manually recording<\/span>\r\n<span style=\"color: #999999;font-weight: bold\"># the pressurization rate in the cabin control panel<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>set<span style=\"color: #bbbbbb\"> <\/span>PressRateManual<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">200.0<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>check<span style=\"color: #bbbbbb\"> <\/span>PressRateCmd<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">200.0<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>cycle<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">1<\/span>\r\n<\/pre>\n<\/div>\n<p><strong>Emergencies scenario:<\/strong><\/p>\n<p><!-- HTML generated using hilite.me --><\/p>\n<div style=\"background: #ffffff;overflow:auto;width:auto;background:none;border:none;padding:.2em .6em\">\n<pre style=\"margin: 0;line-height: 125%\"><span><\/span><span style=\"color: #999999;font-weight: bold\"># Take the cabin altitude close to EmergencyAltitude (15000.0 ft)<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>cycle<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">43<\/span>\r\n\r\n<span style=\"color: #999999;font-weight: bold\"># CPCS_HLR_RD_01: CPCS shall immediately activate rapid depressurization if cabin altitude is above EmergencyAltitude<\/span>\r\n<span style=\"color: #999999;font-weight: bold\"># CPCS_HLR_BE_04: If rapid depressurization is measured, then CPCS shall be immediately and automatically in Emergency mode<\/span>\r\n<span style=\"color: #999999;font-weight: bold\"># CPCS_HLR_RD_03: CPCS shall immediately open the safety inflow valve to pressurize at 3000 fpm if rapid depressurization is active<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>check<span style=\"color: #bbbbbb\"> <\/span>RapidDepress<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #999999\">true<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>check<span style=\"color: #bbbbbb\"> <\/span>Mode<span style=\"color: #bbbbbb\"> <\/span>Emergency\r\nSSM<span style=\"font-weight: bold\">::<\/span>check<span style=\"color: #bbbbbb\"> <\/span>SafetyOpening<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">1.0<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>cycle<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">2<\/span>\r\n\r\n<span style=\"color: #999999;font-weight: bold\"># CPCS_HLR_BE_05<\/span>\r\n<span style=\"color: #999999;font-weight: bold\"># When CPCS is in Emergency and the cabin altitude is below ReleaseEmerAlt<\/span>\r\n<span style=\"color: #999999;font-weight: bold\"># CPCS shall return to Auto<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>set<span style=\"color: #bbbbbb\"> <\/span>ModeSel<span style=\"color: #bbbbbb\"> <\/span>Auto\r\nSSM<span style=\"font-weight: bold\">::<\/span>check<span style=\"color: #bbbbbb\"> <\/span>CabinAltitude<span style=\"color: #bbbbbb\"> <\/span>{x<span style=\"font-weight: bold\">-&gt;<\/span><span style=\"color: #bbbbbb\"> <\/span>x<span style=\"color: #bbbbbb\"> <\/span><span style=\"font-weight: bold\">&lt;<\/span><span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">10000.0<\/span>}\r\nSSM<span style=\"font-weight: bold\">::<\/span>check<span style=\"color: #bbbbbb\"> <\/span>Mode<span style=\"color: #bbbbbb\"> <\/span>Auto\r\nSSM<span style=\"font-weight: bold\">::<\/span>cycle<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">1<\/span>\r\n\r\n<span style=\"color: #999999;font-weight: bold\"># CPCS_HLR_DIFF_01: CPCS shall display an alarm in the control panel if measured diff pressure exceeds MaxDiffPressure<\/span>\r\n<span style=\"color: #999999;font-weight: bold\"># CPCS_HLR_DIFF_02: CPCS shall display the values of the measured diff pressure and cabin altitude<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>set<span style=\"color: #bbbbbb\"> <\/span>AircraftA1titude<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">50000.0<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>check<span style=\"color: #bbbbbb\"> <\/span>DiffPressureAlarm<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #999999\">true<\/span>\r\nSSM<span style=\"font-weight: bold\">::<\/span>check<span style=\"color: #bbbbbb\"> <\/span>DiffPressure<span style=\"color: #bbbbbb\"> <\/span>{x<span style=\"font-weight: bold\">-&gt;<\/span><span style=\"color: #bbbbbb\"> <\/span>x<span style=\"color: #bbbbbb\"> <\/span><span style=\"font-weight: bold\">&gt;<\/span><span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">6.5<\/span>}\r\nSSM<span style=\"font-weight: bold\">::<\/span>cycle<span style=\"color: #bbbbbb\"> <\/span><span style=\"color: #009999\">1<\/span>\r\n<\/pre>\n<\/div>\n<h5  id=\"COVERAGE\">Coverage<\/h5>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-model-coverage-summary-1.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-model-coverage-summary-2.png\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h4  id=\"SIMULATION\">SIMULATION<\/h4>\n<p>To demonstrate the application of the CPCS, a Rapid Prototyper was designed using SCADE. This prototyper allows connections between inputs and outputs and the manipulation of these signals in simulation of the root operator SystemSimul. The prototyper displays a cockpit control panel with some of the required values and measurements, enabling users to observe the response of the CPCS to different situations.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-simulation.jpeg\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<p>On the upper right side of the control panel are the mode selector, manual pressurization rate, and aircraft altitude, simulating the barometer sensor. On the lower right side, there are two counters: one for the differential pressure and another for the cabin altitude.<\/p>\n<p>On the upper left side, there is an LED alarm for rapid depressurization and another LED for maximal differential pressurization. Below these alarms, there is a graph of the altitudes: in green, the cabin altitude, and in blue, the aircraft&#8217;s altitude, each with its own altitude marker. At the bottom, there is a graphical representation of the valve openings, with black indicating fully closed and white indicating fully open.<\/p>\n<p>Next are some situations to proof the correct operation of the CPCS.<\/p>\n<h5  id=\"SCENARIO-1-DEPRESSURIZING\">Scenario 1 &#8211; Depressurizing<\/h5>\n<p>In this context, mode is Auto, the aircraft is near 35,000 ft, and the cabin altitude is 8,000 ft. The graphic shows the regulation of the cabin altitude with the PI control, making the form of a critically dumped control.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-scenario-1.jpeg\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"SCENARIO-2-PRESSURIZING\">Scenario 2 &#8211; Pressurizing<\/h5>\n<p>In this situation, mode is Auto and the cabin altitude is getting low to stay at the same aircraft&#8217;s altitude.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-scenario-2.jpeg\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"SCENARIO-3-MAX-DIFF-PRESS\">Scenario 3 &#8211; Max diff press<\/h5>\n<p>In this situation, the aircraft&#8217;s altitude is set to nearly 45,000 ft, while the cabin altitude remains at 8,000 ft. The pressure difference exceeds the maximum expected 6.5 psi. The pilot should then decrease the aircraft&#8217;s altitude.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-scenario-3.jpeg\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h5  id=\"SCENARIO-4-RAPID-DEPRESSURIZATION\">Scenario 4 &#8211; Rapid depressurization<\/h5>\n<p>In this scenario, the mode is manual, and the manual pressurization rate is set at 420 fpm. When the cabin altitude exceeds the maximum cabin altitude of 15,000 ft, the rapid depressurization alarm is activated, and the safety valve opens.<\/p>\n<p style=\"text-align: center\">\n    <img decoding=\"async\" src=\"https:\/\/innovationspace.ansys.com\/knowledge\/wp-content\/uploads\/sites\/4\/2024\/08\/scade-020-scenario-4.jpeg\" style=\"max-height: 500px !important\" \/><br \/>\n    <em><\/em>\n<\/p>\n<h3  id=\"MBD-AND-SCADE\">MBD and SCADE<\/h3>\n<p>Incorporating Model-Based Design (MBD) into my project has been instrumental in transforming the development process. By leveraging MBD principles, I created detailed system models that accurately represented my design. These models enabled me to simulate and analyze the system&#8217;s behavior comprehensively before physical implementation.<\/p>\n<p>Throughout the testing and validation phases, MBD facilitated rigorous testing against my models, ensuring that the final system met all requirements and specifications. This iterative process of model refinement based on testing feedback was essential in achieving a robust and reliable solution.<\/p>\n<p>Integrating SCADE Suite and SCADE Rapid Prototyper into my project has been vital in applying Model-Based Design (MBD) principles effectively. SCADE Suite provided a robust environment for creating detailed system models using graphical block diagrams. This allowed me to develop complex logic and control algorithms visually, ensuring accuracy and reliability from the outset.<\/p>\n<p>With SCADE Rapid Prototyper, I was able to simulate and validate the behavior of my designs in real- time. This capability was essential for early detection of design flaws and optimization of system performance before physical implementation.<\/p>\n<h3  id=\"ABOUT-THE-AUTHORS\">About the authors<\/h3>\n<p>Isaac Hernandez and Alejandro Pardo Ordaz are Embedded Systems students in Guadalajara, Mexico. They developed this model and article as part of a course on Programming and Design based on Embedded Systems Modeling.<\/p>\n<h3  id=\"BIBLIOGRAPHY\">Bibliography<\/h3>\n<ul>\n<li>Gregory N. Brown &amp; Mark J. Holt. <em>The Turbine Pilot&#8217;s Flight Manual<\/em>. Third edition, Aviation Supplies &amp; Academics Inc.: 2012.<\/li>\n<li>David Wyatt &amp; Mike Tooley. <em>Aircraft electrical and electronic systems<\/em>. Second edition, Routledge: 2018.<\/li>\n<li>Ian Moir &amp; Allan Seabridge. <em>Aircraft sytems: mechanical, electrical and avionics subsystems integration<\/em>. Third edition, John Wiley &amp; Sons, Ltd: 2008.<\/li>\n<\/ul>\n","protected":false},"template":"","class_list":["post-183180","topic","type-topic","status-publish","hentry","topic-tag-aerospace","topic-tag-cinvestav","topic-tag-guest-article","topic-tag-scade","topic-tag-scade-rapid-prototyper","topic-tag-scade-suite","topic-tag-scade-test","topic-tag-student"],"aioseo_notices":[],"acf":[],"custom_fields":[{"0":{"_edit_lock":["1743783231:1769"],"_edit_last":["1769"],"filter_by_optics_product":["Lumerical"],"_filter_by_optics_product":["field_64fb192ba3121"],"application_name":[""],"_application_name":["field_64a80903c8e15"],"family":[""],"_family":["field_64a809229a857"],"siebel_km_number":[""],"_siebel_km_number":["field_63ecbffce60db"],"salesforce_km_number":[""],"_salesforce_km_number":["field_63ecc018e60dc"],"km_published_date":[""],"_km_published_date":["field_64c77704499dd"],"product_version":[""],"_product_version":["field_64c776cb4fd2e"],"_bbp_forum_id":["27825"],"_bbp_topic_id":["196480"],"_bbp_author_ip":["192.104.24.227"],"_bbp_last_reply_id":["0"],"_bbp_last_active_id":["183202"],"_bbp_last_active_time":["2024-08-07 09:12:19"],"_bbp_reply_count":["0"],"_bbp_reply_count_hidden":["0"],"_bbp_voice_count":["0"],"_yoast_wpseo_content_score":["30"],"_yoast_wpseo_estimated-reading-time-minutes":["12"],"_yoast_wpseo_wordproof_timestamp":[""],"_btv_view_count":["2234"],"_bbp_likes_count":["5"],"_aioseo_title":[null],"_aioseo_description":[null],"_aioseo_keywords":["a:0:{}"],"_aioseo_og_title":[null],"_aioseo_og_description":[null],"_aioseo_og_article_section":[""],"_aioseo_og_article_tags":["a:0:{}"],"_aioseo_twitter_title":[null],"_aioseo_twitter_description":[null]},"test":"solution"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/topics\/183180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/topics"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":8,"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/topics\/183180\/revisions"}],"predecessor-version":[{"id":196480,"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/topics\/183180\/revisions\/196480"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/media?parent=183180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}