08-26-2013 08:14 PM
Hi I'm designing a numerical simulation of the right heart and pulmonary system in Labview. For the valves i want to compare the right atrium pressure to the pressure in the right ventricle. if RAP>RVP is TRUE I want to direct to an equation which determines the flow and if FALSE, the valve would be closed and therefore flow equals zero. Can I do this using a case structure and if not how would I go about this.
Cheers
08-26-2013 08:53 PM
This seems like a very basic quesion. Maybe you should start with a few tutorials first.
Anyway, put the equation in the true case and leave the false case empty. Place the indicator after the case structure and set the output tunnel to "use default if unwired".
08-26-2013 11:54 PM
Simple illustration...Let me know if you need any explanation