LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simulation of lcd in pc using labview

hi
Can a LCD be simulated in pc using labview???..if so plz do help me how to proceed..??
in detail:
A microcontroller  is connected to an LCD and due to certain issues am disconnecting the lcd connection and connecting it to a PC...(i.e.) i must get the output screen in PC as that got in lcd..
can anyone help me out in this issue..??
0 Kudos
Message 1 of 7
(6,336 Views)
Hello maheswari...,

if you just need numerical output you will find some fonts here on the NI webpage addressing that issue. Just search the developer zone.

If you also need to display special icons form your LCD you can use picture rings containing an 'on' and 'off' state. Or you customize some boolean controls to show your icons...
Or you use a boolean array to simulate the LCD:


(So many possibilities!)

Message Edited by GerdW on 05-05-2006 09:20 AM

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(6,334 Views)
Try this thread, here

http://forums.ni.com/ni/board/message?board.id=170&message.id=133610&query.id=134382#M133610

There are links to using the NI fonts and other examples as well that might fit your requirements.
0 Kudos
Message 3 of 7
(6,313 Views)
conseils
the links were really useful.....i couldn open the block diagram of alphanumeric.vi.....in this only 20 characters are possible...but i need to create 30(as i am using 240x128)..but that vi has size 20 by default..so if i see the block diagram i could get some idea.....
and also,
i would like to know how they have used the clusters for the lcd screen...because the screen in the front panel is divided in to many clusters...
kindly clear my doubts....
 
0 Kudos
Message 4 of 7
(6,298 Views)
If I understand correctly, the VI's only sorts out which elements in a cluster to switch on.

Potentially you can drill down the hierachy and extract the single character VI and then build your own displays. You can explore the cluster structure by changing it to a control and 'unbundling' the control.

To do this browse the hierachy and drag and drop one of the VI's (the bottom most) on to a clean VI diagram, then right click the output of the VI but tell it to create a control rather than an indicator. now you can unbundle it and see how it's built up.....


0 Kudos
Message 5 of 7
(6,293 Views)

hi

i have checked out the screens..but can u help me how to create that lcd screen..

and how to make each pixel glow..?

ragards

maheswari s

0 Kudos
Message 6 of 7
(6,238 Views)
FYI....
 
This thread is continued here:
 
 
Thanks!
Charlie S.

Visit ni.com/gettingstarted for step-by-step help in setting up your system
0 Kudos
Message 7 of 7
(6,210 Views)