LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using two monitors with LV

Hi NRP,

Yeah it did work fine with LV8.0.

But since it was not doing anything useful, I modified it so as to reflect a numeric value entered in Primary. The modified VIs are enclosed.

My problem now is how to do this for a LV7.1 version that does not have this configuration feature ?? I have a few codes running in LV7.1 and hence the query.

Thanks

Raghunathan
Raghunathan
LabVIEW to Automate Hydraulic Test rigs.
Download All
0 Kudos
Message 11 of 14
(755 Views)
Hey Raghunathan,
 
Have a look at the link;
 
This should help.
Aashish M
CEO
TransferFi
www.transferfi.com
0 Kudos
Message 12 of 14
(727 Views)
Hi Mehta,

Yeah I have seen and tried the VI that you had linked to.

But it has a problem :

- My application has a main timed loop of 50ms which acquries and process DACS. Thus  there will be numerous user interactions with the main running on the primary monitor. Only the AI values are grouped into a sub VI and that is sent to  the secondary monitor.
- When the secondary monitor is active, the focus  shifts completely to the  subVI and the user is unable to interact with the main VI in the primary monitor.  That  is the  problem I now have. How to keep the secondary monitor active and also gain back focus to the primary monitor ?

( However with LV8.0 onwards where we can configure the run location of the VI in the properties dialog and there is no problem. Both the primary and secondary VIs have focus )

Thanks



Message Edited by Raghunathan on 03-04-2008 10:27 PM
Raghunathan
LabVIEW to Automate Hydraulic Test rigs.
0 Kudos
Message 13 of 14
(719 Views)
Hey Raghunathan,
 
Have you tried using property nodes to set key focus to true on the the VI that needs to be focused on?
 
Please refer to the link below for more info;
 
Hopefully this helps out.
Aashish M
CEO
TransferFi
www.transferfi.com
0 Kudos
Message 14 of 14
(692 Views)