Skip to main content

Control system design for a continuous positive airway pressure ventilator

Abstract

Continuous Positive Airway Pressure (CPAP) ventilation remains a mainstay treatment for obstructive sleep apnea syndrome (OSAS). Good pressure stability and pressure reduction during exhalation are of major importance to ensure clinical efficacy and comfort of CPAP therapy. In this study an experimental CPAP ventilator was constructed using an application-specific CPAP blower/motor assembly and a microprocessor. To minimize pressure variations caused by spontaneous breathing as well as the uncomfortable feeling of exhaling against positive pressure, we developed a composite control approach including the feed forward compensator and feedback proportional-integral-derivative (PID) compensator to regulate the pressure delivered to OSAS patients. The Ziegler and Nichols method was used to tune PID controller parameters. And then we used a gas flow analyzer (VT PLUS HF) to test pressure curves, flow curves and pressure-volume loops for the proposed CPAP ventilator. The results showed that it met technical criteria for sleep apnea breathing therapy equipment. Finally, the study made a quantitative comparison of pressure stability between the experimental CPAP ventilator and commercially available CPAP devices.

Background

Nasal continuous positive airway pressure is a prevalent and effective treatment for patients with obstructive sleep apnea syndrome (OSAS) characterized by repetitive episodes of complete or partial upper airway obstruction that occurs during sleep [1–3]. CPAP devices delivered a positive trans-mural pressure during the throughout respiratory cycle to prevent the collapse of the upper airway. Actually, constant CPAP levels affect the impedance of airway circuit and gas leak, especially the tidal volume and breathing frequency. The key problem to be resolved in designing CPAP devices with good compliance is how to synchronize them with patient's spontaneous breathing, that is, CPAP devices should automatically increase pressure levels at the beginning of inspiration to maintain therapeutic pressure and decrease pressure at the beginning of expiration to facilitate patient's expiration. The present work aims to develop the CPAP ventilator with better pressure stability. The study also tries to come up with some parameters to objectively evaluate the performance of different CPAP devices in an attempt to make CPAP therapy more comfortable and acceptable.

According to British Standards/European Norm/International Organization for Standardization 17510-1:2009 Sleep apnoea breathing therapy-Sleep apnoea breathing therapy equipment, two basic design specifications are

  1. a.

    Pressure range: 4-20 hPa (4-20 cmH2O)

  2. b.

    Sound levels: ≤30 dB (at 10 hPa)

In order to meet the above design requirements, it is very important to select a sensitive pressure sensor and a motor and blower with good performances such as fast response time and low noise level. In this design, we use an integrated silicon pressure transducer (model MPXV5004GC7U by Freescale Semiconductor, Inc., USA) with pressure range from 0 to 40 hPa and an application-specific CPAP blower (ebm-papst, Germany) that is able to change its speed rapidly to respond to the requirement of the patient. The blower's maximum air flow is 530 ± 10% l/min, maximum back pressure 48 ± 20% cmH2O, life expectancy at nominal speed of 30000 r/min more than 20000 h, while the mass is only 0.262 kg. The low noise design offers CPAP patients peaceful and quiet sleep.

Methods

A. System Structure

The CPAP system consists of a microprocessor, a pressure sensor, a brushless DC motor integrated with a blower, motor controller, flexible tubing and a nasal mask (See Figure 1). Ambient air is drawn through the air filter by the energized blower and is then pressurized. Ultimately, therapeutic pressure is directed to the patient airway via the flexible tubing and a nasal mask. The pressure signal near the nasal mask is detected by the pressure sensor and then fed to the microprocessor. Based on the error between the therapeutic or desired pressure and the measured pressure, the microprocessor regulates the rotational speed by varying the input voltage for the motor driver, which in turn adjusts and controls blower output pressure to keep pressure variations within allowable errors.

Figure 1
figure 1

The block diagram of the experimental CPAP setup.

B. Controller Design

The control scheme of the experimental CPAP system is shown in Figure 2. The composite control system includes a feed forward compensator, G r (s), and a feedback controller, G c (s), which are designed to achieve the accurate control of therapeutic pressure [4, 5]. In Figure 2, G p (s) represents the transfer function of the motor-blower assembly. u 1 (s) and u 2 (s) are the output voltage of the feedback controller and that of the feed forward controller respectively. The disturbance caused by patient's breathing is designated as D(s). P s (s) is the desired (reference) pressure, and P v (s) signifies the actual pressure.

Figure 2
figure 2

Control System of the experimental CPAP setup.

The feed forward controller plays a role in quickly stabilizing the pressure in the nasal mask at the desired set point. In particular, if the user would like to switch over the therapeutic pressure from a high setting to a low one, the feed forward controller can respond with a step signal with large amplitude to the motor driver to achieve its fast acceleration in turn sharp pressure change. That is, the forward feed controller is used to track reference input. To design the forward feed controller, we experimentally determine the relationship between the motor input voltage (u 2 ) and the blower output pressure (P) in open-loop as shown in Figure 3. At this time, the blower outlet is connected to a standard resistance with 4 mm internal diameter. Visually, the relationship of motor input voltage and blower output pressure takes the form of a piecewise linear mapping. A breakpoint around 8 cmH2O and another around 12 cmH2O divide the graph into three pieces. So we fit the experimental data as the following piecewise linear function:

u 2 ( P ) = 0 . 1064 P + 1 . 3548  if 4 ≤ P < 8 0 . 1342 P + 1 . 1204 if 8 ≤ P < 12 0 . 0705 P + 1 . 8813 if 12 ≤ P ≤ 20 
(1)
Figure 3
figure 3

The relation between motor command voltage and blower output pressure.

where u 2 is motor input voltage (unit: volt), and p is blower output pressure (unit: cmH2O). It can be seen that the error between the model (in red) and the experimental data (in blue) is very small. Therefore we use the piecewise linear function u 2 (P) to design the feed forward controller.

On the other hand, the function of the feedback controller is to deal with model uncertainty (such as unmodeled nonlinear dynamics) of blower-motor assembly and to reduce pressure variations caused by patient breath disturbances. We implement a digital PID feedback controller given by [6–8] as follows:

G c ( z ) = u 1 ( z ) E ( z ) = K p + K I T ( z + 1 ) 2 ( z - 1 ) + K D z - 1 T z
(2)

where T is the sampling period, KP, KI and KD are the gains for proportional, integral and derivative controllers respectively. In practical implementation, the PID controller described by (2) is represented as the following incremental form

Δ u 1 ( k T ) = u 1 ( k T ) - u 1 [ ( k - 1 ) T ] = K P e ( k T ) + K I T 2 ∑ i = 1 k { e [ ( i - 1 ) T ] + e ( i T ) } + K D T { e ( k T ) - e [ ( k - 1 ) T ] } - K P e [ ( k - 1 ) T ] - K I T 2 ∑ i = 1 k - 1 { e [ ( i - 1 ) T ] + e ( i T ) } - K D T { e [ ( k - 1 ) T ] - e [ ( k - 2 ) T ] } = K P { e ( k T ) - e [ ( k - 1 ) T ] } + K I T 2 { e ( k T ) + e [ ( k - 1 ) T ] } + K D T { e ( k T ) - 2 e [ ( k - 1 ) T ] + e [ ( k - 2 ) T ] }
(3)

where k is the sample interval, K P , K 1 and K D , are the proportional, integral and differential gains controller, respectively. Ultimately, the command input voltage u(S) of the motor driver is equivalent to u 1 (S) plus u 2 (S).

In order to determine the transfer function of the above PID controller, one needs to compute system parameters via some estimation procedure. Reference [9] established a second-order linear system model for similar CPAP devices and estimated system parameters using a least-squares method. The estimated parameters, however, were not satisfactory due to model errors occurring in the linearization procedure and needed to be refined further. Instead, we heuristically estimate the values of K P , K J and K D by generating step response and applying the well-known Ziegler and Nichols method (REF). It makes a priori assumption on the system model but does not require that the model be specifically known. Ziegler-Nichols formulae for specifying the controllers are just based on plant step response. Note that the patient is disconnected and the open side of nasal mask is open to atmosphere when the evaluating step response of the system (See Figure 4). PID gains at different pressure levels from 4 cmH2O-20 cmH2O are listed in the Table 1. The gain KD is omitted in Table 1 as it is zero throughout the pressure settings range. The results show that only using the PI controller can obtain the desired performance specifications.

Figure 4
figure 4

The flow and pressure response of the experimental CPAP system to step command pressure.

Table 1 PI controller parameters at different pressure setting

Results

To validate the efficiency of the proposed control method, gas flow analyzer (VT PLUS HF, Fluke Corporation, USA) is used to test the experimental CPAP ventilator (include in the additional file 1) performance. The test setup (see Figure 5) includes CPAP ventilator, the analyzer, standard breathing hoses, the exhalation port, the nasal mask, the test lung (a volunteer patient) and a PC. First, we connected the gas output port of the ventilator to the flow inlet port of the analyzer using a breathing tube. Then, we connected the flow outlet port of the analyzer to the assembly of the exhalation port and nasal mask using a breathing tube. Finally we applied the nasal mask to the patient. Data calculated by the analyzer is recorded by running the VT for Windows PC software using a PC. The flow and airway pressure waveforms during a few breath cycles are shown in Figure 6. The pressure setting is 8 cmH2O. Output port pressure of the ventilator is shown as Low Pressure (middle panel). We can see that it swings within the range of ± 0.5 cmH2O, indicating stability. The bottom panel is airway pressure waveform. Peak inspiratory pressure and peak expiratory pressure are about 6.6 cmH2O and 9.1 cmH2O respectively. Both the most positive and the negative pressure difference from the set value fall within the scope of ± 1.5 cmH2O, which meets the U.S. Food and Drug Administration (FDA) and 17510 criteria (± 2 cmH2O) for CPAP ventilators [10, 11].

Figure 5
figure 5

Test setup for the experimental CPAP ventilator parameters.

Figure 6
figure 6

Original recordings of several breathing waveforms from the experimental CPAP ventilator with PI controller. a) Flow rate. b) Low pressure. c) Airway pressure. The pressure setting is at 8 cmH2O. The maximum inspiratory flow rate is about 50 L/min and the maximum expiratory flow rate about -10 L/min. The output port pressure fluctuation caused by patient's breath is kept within the range of ± 0.5 cmH2O.

Comparing Figure 6 and 7, for the experimental CPAP ventilator without PI controller operating in open-loop control mode the output port pressure rises approximately 1 cmH2O above the set pressure when the maximum expiratory flow rate reaches the same value, approximately -10 L/min. Likewise, with the same maximum inspiratory flow rate about 50 L/min, output port pressure drops about 0.5 cmH2O lower than set pressure. This shows that the PI controller improves the transient response and reduces the steady-state error.

Figure 7
figure 7

Original recordings of several breathing waveforms from the experimental CPAP ventilator without PI controller. a) Flow rate. b) Low pressure. c) Airway pressure. The pressure setting is at 8 cmH2O. The maximum inspiratory flow rate is about 50 L/min and the maximum expiratory flow rate about -10 L/min. The output port pressure fluctuation caused by patient's breath is within the range of ± 1 cmH2O.

It is also observed that in Figure 6 the airway pressure fluctuation is ± 1.5 cmH2O while the output port pressure fluctuation is only ± 0.5 cmH2O. First, we don't expect the motor speed makes an excessive large or small change to avoid pressure unable to go back to the setpoint before the beginning of the next breathing cycle. Hence, a pressure threshold of 3 cmH2O is set in the computer. When the offset between the setpoint and the actual pressure is greater than 3 cmH2O the PI controller doesn't work any more. In normal CPAP therapy, the patient is directly connected to the output port. However, in Figure 5 additional breathing tube and the analyzer are included in the patient circuits. In this scenario, resistance of additional breathing tube and the flow sensor (between inlet and outlet of the analyzer and with dynamic resistance < 2 cmH2O at 60 lpm) is a non-negligible factor that impedes gas flow and undermines the automatic pressure compensation function played by the CPAP ventilator. Besides, gas leak in the exhalation port also partly weakens the contribution from the PI controller. Taken together, these reasons result in the observed airway pressure fluctuation.

Quite often, massive flow rate fluctuations occur during apnea and subsequent hyperpnea. Figure 8 shows a few original recordings of the flow rate and pressure from the experimental CPAP device during hyperventilation and high frequency ventilation with the set pressure at 8.5 cmH2O. Obviously, the pressure swings are dependent on flow rates during breathing, with pressure drop by approximate 1 cmH2O when the max instantaneous inspiratory flow rate (including gas leak) increase from 50 L/min (normal and resting breathing) to 80 L/min (hyperventilation). The pressure is also stable when the max instantaneous expiratory flow rate rises from -10 L/min (normal and resting breathing) to -55 L/min (hyperventilation). In the subsequent high frequency ventilation, pressure variations are relatively small.

Figure 8
figure 8

Original recordings of several breathing waveforms from the experimental CPAP ventilator with PI controller during hyperventilation and high frequency ventilation.

Pressure-Volume loops [12, 13] from the experimental CPAP ventilator with pressure set at 8.5 cmH2O are indicated in Figure 9. The left P-V loops are for CPAP ventilator with PI controller and the right P-V loops for CPAP ventilator without PI controller. The entire area which the loop encompasses represents the patient's work of breathing. In the left panel, the pressure drop during the inspiratory phase is less than that in the right panel due to the pressure compensation from the PI controller. Consequently, the loop area in the left panel is smaller than that in the right panel meaning a patient makes a smaller effort to combat the ventilator's inspiratory resistance. In addition, from the inspiratory limb of P-V loops, it can also be observed that the total volume (including gas leak in the exhalation port) during inspiratory period is different when the pressure is set at the same level. The left panel is approximately 2.75 L and the right panel is 2.25 L during one breathing cycle. That is to say the PI controller can regulate the flow rate according to the patient inspiratory efforts to provide the adequate tidal volume.

Figure 9
figure 9

Pressure-Volume loops from the experimental CPAP ventilator with PI controller (left panel) and without PI controller (right panel). The pressure set is at 8.5 cmH2O.

Discussion

The aim of this part is to make a comparison of pressure stability between the experimental CPAP ventilator and commercially available CPAP devices. The test setup is completely similar to that in Figure 5. Flow, volume and pressure are continuously recorded and stored using the VT for Windows PC software.

Four devices including the experimental CPAP, floton™(CURATIVE Medical Technology Beijing Ltd, China), S8 AutoSet Spirit (ResMed Ltd, Australia) and REMstar Auto (Respironics, Inc., USA) were compared in the study. We first identified five feature points on the pressure wave during one breath cycle as shown in Figure 10. Pmin and Pmax are the minimum and maximum airway pressure value respectively. Point A is the inspiration onset point. Point B is a transitional point at which the airway pressure equals the pre-set pressure. Point C represents the end expiratory level with the airway pressure dropping down to the pre-set pressure. Kc, the ratio of pressure drop during inspiration to time interval ΔT1, reflects the dynamical pressure compensation performance of CPAP devices. The smaller Kc is, the better pressure compensation. ΔT2 is the time interval during which airway pressure is greater than the pre-set pressure. Obviously, a shorter time ΔT2 reflects more comfortable breathing. Therefore, we select four parameters Pmin, Pmax, Kc and ΔT2 to quantitatively compare comfort level across different CPAP devices as shown in Figure 11 and 12. These parameters for each device have been averaged over 10 breaths during visually confirmed steady state. From Figure 11 we can see that pressure swings of our experimental CPAP are smaller than floton™ and S8 AutoSet Spirit. In addition, Figure 12 indicates that the experimental CPAP is superior to floton™ in terms of shorter Δ T2 and smaller Kc value.

Figure 10
figure 10

Graphic measurement of minimum inspiratory pressure Pmin, maximum expiratory pressure Pmax, time interval from inspiration onset to Pmin(ΔT1) and time interval during which airway pressure is greater than the pre-set pressure(ΔT2)

Figure 11
figure 11

Minimum inspiratory pressure (left) and maximum expiratory pressure (right) in four CPAP devices. The dash line indicates the pre-set pressure 8 cmH 2 O

Figure 12
figure 12

Kc and ΔT2 in four CPAP devices. Kc is the ratio of pressure drop during inspiration to time interval ΔT1. ΔT2 is time interval during which airway pressure is greater than the pre-set pressure.

Another specification that needs to be taken into account is device's noise level. With the output pressure set at 10 cmH2O as specified by ISO 17510 we acoustically compare their A-weighted sound power levels and find no significant difference. Further, taking measurements using a sound level meter (TES 1350A, Taiwan), the A-weighted sound power level caused by the experimental CPAP is 44.5 dB and that is 5.8 dB above the A-weighted background level of extraneous noise, 38.7 dB. This device additional noise level is slightly smaller than 6 dB specified by ISO 17510.

After going through an aging test for over four weeks, we evaluated the clinical performance from 6 volunteers. Among them, 2 subjects were OSAS patients. Each subject was tested by standard procedures for 30 minutes. The demographic data and CPAP performance results are shown in Table 2. We can see that the pressure variations during half an hour's CPAP breathing are within the range of ± 2 cmH2O for subjects No.3-No.5. And for subject No.1, No.2 and No.6, occasional deep inspiration and expiration cause pressure fluctuation more than 2 cmH2O, but in the case of normal and even breathing the pressure fluctuation is still kept within the allowable range of ± 2 cmH2O.

Table 2 CPAP Clinical Performance Results for 6 Subjects

Conclusions

Using a fast-response blower, pressure transducer and microprocessor, an experimental CPAP ventilator has been built for the treatment for OSAS. A compensation that comprises feed forward control and feedback control integrating PI compensator is proposed to maintain the therapeutic pressure and minimize pressure variations during spontaneous breathing. Comparison of pressure-time curves and P-V loops indicates that a CPAP ventilator with PI pressure feedback control outperforms the ventilator without pressure feedback control.

Taking a close look at Figure 7, one finds when the CPAP pressure is set at 8 cmH2O even if the experimental CPAP ventilator operates in the open-loop mode, the output port pressure variations are still less than ± 2 cmH2O. Hence, the present study shows that a fast-response motor/blower is the dominant factor determining performance of a CPAP ventilator.

A future study is needed to further eliminate the uncomfortable feeling of exhaling against positive pressure. A feasible solution is to let the controller actively reduce the CPAP pressure during the expiration and then return the setting CPAP pressure before the onset of inspiration. In fact, several commercial CPAP ventilator companies such as Respironics and Resmed have introduced this new technology to their own products [14–16]. To implement this, besides using a pressure sensor, an additional flow sensor is needed to determine the transitional points between exhalation and inhalation. The flow sensor typically has fast response time of 1 to 3 ms, ranges from ± 200 to ± 1000 sccm and features bi-directional sensing capability. It senses the patient's breathing effort by monitoring airflow amount and direction. Then this flow signal is used to control a sleeve valve whose one of the ports is pneumatically connected to the blower pressure and the other is an exhaust outlet. Since the airflow direction is reversed from exhalation to inhalation it is technically easy to identify the breathing phase and to adjust the pressure correspondingly. Another advantage that the flow transducer offers is it makes it possible to compensate flow loss caused by air leaks, which in turn is helpful in maintaining constant CPAP [17, 18].

References

  1. Sullivan C, Issa F, Berthon-Jones M, et al.: Reversal of obstructive sleep apnea by continuous positive airway pressure applied through the nares. Lancet 1981, 1: 862–865.

    Article  Google Scholar 

  2. Freedman NeilS: Chapter 12/Positive Airway Pressure Therapy for Obstructive Sleep Apnea/Hypopnea Syndrome. In Primary Care Sleep Medicine: A Practical Guide (Current Clinical Practice). Edited by: J.F. Pagel,et al.. Humana Press, Totowa, NJ, USA;

  3. Katsuhisa Banno, Kryger MeirH: Sleep apnea:Clinical investigations in humans. Sleep Medicine 2007, 8: 400–426. 10.1016/j.sleep.2007.03.003

    Article  Google Scholar 

  4. Behbehani K, Yen F-C, Burk JR, Lucas EA, Axe JR: Automatic Control of Airway Pressure for Treatment of Obstructive Sleep Apnea. IEEE Transactions on Biomedical Engineering 1995, 42(10):1007–1016. 10.1109/10.464375

    Article  Google Scholar 

  5. Favre AS, Jandre FC, et al.: Closed-Loop Control of a Continuous Positive Airway Pressure Device. Proceedings of the 25" Annual lntemational Conference of the IEEE EMBS Cancun, Mexico 2003, 17–21.

    Google Scholar 

  6. Mei Xiao-rong, Zhuang Xiang-yi: Automatic control theory. 2nd edition. Science Press 2007, Beijing, China;

  7. Dorf RichardC, Bishop RobertH: Modern Control Systems (11th Edition). Prentice Hall, NY, USA; 2007.

    Google Scholar 

  8. Li Dao Gen: Automatic Control Principle(Chinese-English). Harbin Institute of Technology Press Harbin, China; 2007.

    Google Scholar 

  9. Tsai CC, Wang TY, Wang ZC, Lai CY: Two-Degree-of-Freedom Control for Constant Continuous Positive Airway Pressure of an Obstructive Sleep Apnea Treatment System. Journal of Chinese Institute of Engineers 2008, 31(6):943–953. 10.1080/02533839.2008.9671449

    Article  Google Scholar 

  10. BS EN ISO 17510–1: Sleep apnoea breathing therapy, Part 1: Sleep apnoea breathing therapy equipment. 2009.

    Google Scholar 

  11. American Thoracic Society: Indication and Standards for Use of Nasal Continuous Positive Airway Pressure (CPAP) in Sleep Apnea Syndromes. American Journal of Respiratory and Critical Care Medicine 1994, 150(6):1738–1745.

    Article  Google Scholar 

  12. Rajiv Dhand: Ventilator Graphics and Respiratory Mechanics in the Patient With Obstructive Lung Disease. Respir Care 2005, 50(2):246–259.

    Google Scholar 

  13. Umberto Lucangelo MD, Francesca Bernabé MD: Respiratory Mechanics Derived From Signals in the Ventilator Circuit. Respir Care 2005, 50(1):55–65.

    Google Scholar 

  14. Andreas Jerrentrup, et al.: Inspiratory Flow Limitation: Comparison of the C-Flex System versus Conventional Therapy-A Pilot Study. Somnologie 2006, 10: 61–66.

    Google Scholar 

  15. Marshall NathanielS, Neill AlisterM, Campbell AngelaJ: Randomised trial of compliance with flexible (C-Flex) and standard continuous positive airway pressure for severe obstructive sleep apnea. Sleep Breath 2008, 12(4):393–396. 10.1007/s11325-008-0189-3

    Article  Google Scholar 

  16. Thortsen Shafer, Heike Vogelsang: Pressure Stability of Nasal CPAP and Bilevel Devices. Somnologie 2002, 6: 79–84. 10.1046/j.1439-054X.2002.02182.x

    Article  Google Scholar 

  17. Bruno Louis, Karl Leroux, et al.: Pressure Stability with CPAP Devices: a Bench Evaluation. Sleep Medicine 2010, 11(1):96–9. 10.1016/j.sleep.2009.02.011

    Article  Google Scholar 

  18. Mike Borrello: Modeling and Control of Systems for Critical Care Ventilation. In 2005 American Control Conference June. Portland, OR, USA; 2005:8–10.

    Google Scholar 

Download references

Acknowledgements

The author would like to thank Dr. Khosrow Behbehani for valuable support and guidance, Prof. Hai-Ming Xie for providing the gas flow analyzer, and Dr. Hong-guang Xi contributed with helpful discussions and suggestions.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Zheng-Long Chen.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

ZLC conceived, designed and implemented the controller, acquired the data and drafted the manuscript. ZYH supervised the project and research group, and contributed to valuable discussions and suggestions. HDD designed the printed circuit board and carried out the circuit debugging. All authors read and approved the final manuscript.

Electronic supplementary material

Authors’ original submitted files for images

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Chen, ZL., Hu, ZY. & Dai, HD. Control system design for a continuous positive airway pressure ventilator. BioMed Eng OnLine 11, 5 (2012). https://doi.org/10.1186/1475-925X-11-5

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1475-925X-11-5

Keywords