11-07-2013 11:54 AM
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 ?
11-07-2013 12:02 PM
@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.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
11-07-2013 08:51 PM
Thanks for all the help, i checked out the study materials
but still unable to figure out how to show the text in lcd ?
11-07-2013 09:21 PM
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.