LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using local display on PC RT targets

I would like to use the local display LCD on my PC RT Target to display my front panel. Is this possible?
0 Kudos
Message 1 of 3
(2,878 Views)

Hello donericb,

You cannot display the front panel on a monitor of a real time target. You can create a Remote Front Panel and view that on any computer. You can find details of how to do that here.

Regards,

Hillary E
National Instruments
0 Kudos
Message 2 of 3
(2,846 Views)
Hi Donericb,

Hillary is right, typically you don't want to user interface with a real-time target.  This includes a monitor (with a desktop like windows/mac) or a mouse.  In the case of an LCD, how do you plan to talk to the LCD.  If it is thru serial that is very possible.  Same goes for a parallel digital protocol.  The key is to rememeber that LVRT is made for headless execution of real-time (in-time) processes.  In other words, the LCD should be used to report back to the user very simple commands that do not require quick user interface.

Also if it turns out that the LCD is serial, I would look into using VISA commands on the the RT target.  I have had good success with those.
"If you want to succeed... Architect" - The Specialist
Message 3 of 3
(2,820 Views)