Modernizing the Bird Mark 7 ventilator (MARK-19)

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
saso
Veteran
Posts: 1924
Joined: Fri May 16, 2014 1:14 pm
Contact:

Modernizing the Bird Mark 7 ventilator (MARK-19)

Post by saso »

https://www.mark-19.com/
https://github.com/cleveriza/Mark-19-Ventilator
https://www.youtube.com/watch?v=SG3zlpRSfWE
https://en.wikipedia.org/wiki/Forrest_Bird
The Bird Mark 7 ventilator (Mark 7) was introduced in 1958 and was widely used in the United States into the 1990s and is still in use by the British National Health Service. The classic design requires no electricity. Older clinicians are already familiar with it. It is effective at saving lives but the original design lacks some key features that make it applicable to the COVID-19 crisis.

The National Strategic Research Institute (NSRI), UC Davis and Livermore Instruments Inc. are partnering to rapidly redesign the Mark 7 to include simplified supply chain components and to mass produce a modern version that adds critical features. We call our new model the MARK-19.
mark7.png
mark7.png (878.22 KiB) Viewed 2063 times
EUmSKtXXsAEduKY.jpg
EUmSKtXXsAEduKY.jpg (56.81 KiB) Viewed 2058 times
freecad-heini-1 wrote: ping
sliptonic wrote: ping
Should be no problem for FreeCAD to open the step file and do the molds for the plastic parts and g-code for the milling of the center metal peace right... ? :)
Last edited by saso on Sat Apr 04, 2020 7:36 pm, edited 1 time in total.
User avatar
Cpl_Detritus
Posts: 22
Joined: Mon Apr 29, 2019 7:32 am

Re: Modernizing the Bird Mark 7 ventilator (MARK-19)

Post by Cpl_Detritus »

I can only see it as one single part. We need to chop this up into separate parts.
chrisb
Veteran
Posts: 54293
Joined: Tue Mar 17, 2015 9:14 am

Re: Modernizing the Bird Mark 7 ventilator (MARK-19)

Post by chrisb »

Using these import settings splits it on import:
Attachments
Bildschirmfoto 2020-04-04 um 19.43.19.png
Bildschirmfoto 2020-04-04 um 19.43.19.png (34.81 KiB) Viewed 2001 times
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
chrisb
Veteran
Posts: 54293
Joined: Tue Mar 17, 2015 9:14 am

Re: Modernizing the Bird Mark 7 ventilator (MARK-19)

Post by chrisb »

It's not clear to me whereof you need GCode paths. Can anyone get these things sorted, e.g. by coloring different materials or by processing need or whatever.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Cpl_Detritus
Posts: 22
Joined: Mon Apr 29, 2019 7:32 am

Re: Modernizing the Bird Mark 7 ventilator (MARK-19)

Post by Cpl_Detritus »

Here are some links to service manuals of the device

https://www.scribd.com/doc/90822579/Bir ... ice-Manual

http://frankshospitalworkshop.com/equip ... manual.pdf

https://www.academia.edu/12032637/Bird_ ... ice_manual


They provide nice exploded view of the internal parts.
User avatar
Cpl_Detritus
Posts: 22
Joined: Mon Apr 29, 2019 7:32 am

Re: Modernizing the Bird Mark 7 ventilator (MARK-19)

Post by Cpl_Detritus »

chrisb wrote: Sat Apr 04, 2020 5:48 pm It's not clear to me whereof you need GCode paths. Can anyone get these things sorted, e.g. by coloring different materials or by processing need or whatever.
I think we need to separate this into several groups

* Off the shelf parts - Things like screws, washers, o-rings, pieces of hose etc.

* Plastic parts - injection molded stuff that would need molds made.

* Metal parts - Things that need to be machined

* Elastomeric parts - Things like membranes, special shape seals etc.

We also need to do this coordianted with the Mark-19 team so we don't have any unnecessary duplication of effort.
User avatar
saso
Veteran
Posts: 1924
Joined: Fri May 16, 2014 1:14 pm
Contact:

Re: Modernizing the Bird Mark 7 ventilator (MARK-19)

Post by saso »

I don't know what are the modifications that they want to do on it with the MARK-19 project, but just for an example I was guessing that creating a mold for "X76_Pressure housing v1" and "X48_Ambient housing v1" and the gcode for "X1_Manifold v1" should probably not be that hard, but mostly just as a proof-of-concept that FreeCAD is able to do such things and to start somewhere... :)
Mark7 main parts.png
Mark7 main parts.png (294.86 KiB) Viewed 1970 times
Cpl_Detritus wrote: Sat Apr 04, 2020 5:53 pm Here are some links to service manuals of the device

They provide nice exploded view of the internal parts.
Nice find! :)
User avatar
saso
Veteran
Posts: 1924
Joined: Fri May 16, 2014 1:14 pm
Contact:

Re: Modernizing the Bird Mark 7 ventilator (MARK-19)

Post by saso »

List (tree) of components with our nice new TreeToAscii Macro (https://wiki.freecadweb.org/Macro_TreeToAscii) ;)
Mark7_TreeToAscii.txt
(13.38 KiB) Downloaded 40 times
User avatar
saso
Veteran
Posts: 1924
Joined: Fri May 16, 2014 1:14 pm
Contact:

Re: Modernizing the Bird Mark 7 ventilator (MARK-19)

Post by saso »

Some additional info on IPPB (intermittent positive pressure breathing) vs CPAP (continuous positive airway pressure)... Don't yet know the relation of it to covid-19 treatment.

http://www.gicu.sgul.ac.uk/resources-fo ... .docx/view
http://www.scielo.br/scielo.php?pid=S18 ... xt&tlng=en
User avatar
saso
Veteran
Posts: 1924
Joined: Fri May 16, 2014 1:14 pm
Contact:

Re: Modernizing the Bird Mark 7 ventilator (MARK-19)

Post by saso »

Here is also the list of components created with the Reporting WB (https://github.com/furti/FreeCAD-Reporting) with the statement:

Code: Select all

Select Label
From document
Where TypeId = 'Part::Feature'
Mark7_report.txt
(2.72 KiB) Downloaded 47 times
Post Reply