LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

case structure

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

0 Kudos
Message 1 of 3
(2,686 Views)

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".

 

 

Message 2 of 3
(2,680 Views)

Simple illustration...Let me know if you need any explanation

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
Message 3 of 3
(2,654 Views)