LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get text output based on logical input

I am doing a project on flow control

so I want to display tank empty / tank full display on a LCD display

now how do i show empty / full text based on the % of tank water ?

like when <10% LCD will show empty and when >90% LCD will show full ?

 

0 Kudos
Message 1 of 4
(2,547 Views)

@arghya139 wrote:

I am doing a project on flow control

so I want to display tank empty / tank full display on a LCD display

now how do i show empty / full text based on the % of tank water ?

like when <10% LCD will show empty and when >90% LCD will show full ?

 


I recommend going through these:

 

http://www.ni.com/gettingstarted/labviewbasics/

 

http://www.ni.com/academic/students/learn/

 

http://labviewwiki.org/LabVIEW_tutorial#External_Links

 

http://sine.ni.com/myni/self-paced-training/app/main.xhtml (SSP required)

 

That being said what you are looking for is a comparision function under the...Comparision palette.  Then if the condition is TRUE do something, or if it is FALSE do something else.  For this you can use a Case Structure, or in some cases a Select Function.

Message 2 of 4
(2,542 Views)

Thanks for all the help, i checked out the study materials

but still unable to figure out how to show the text in lcd ?

 

0 Kudos
Message 3 of 4
(2,515 Views)

What is your LCD?  Is this an external device?  You'll have to look at the manual for it.  It is probably a matter of sending it some string data through the serial port.

0 Kudos
Message 4 of 4
(2,512 Views)