08-28-2008 02:09 PM
Dear Folks
I need to get the signals from two separate instruments in the same VI . I can get the signals of these instruments in thier respective VI.
After going through tutorial I tried for Global Variable option. But the problem is the same as every global variable has its own front panel.
The solution in which I am interested is to have signals in the same front panel. How to get this?
I am quite new to Labview and programming and my be missing somthing really silly. Please help me out.
Regards
Dawood
08-29-2008 12:55 AM
Hi,
You need to re- post to the LabVIEW forum.
Also I would suggest you post an example either as a VI or picture of what you are trying to achieve.
You can have a top level VI call the individual instrument VI without having to use a Global and you can link the outputs terminals direct to the indicators on the top level VI front panel. By the way you can have as many control / indicators on a Globals Variable VI as you like. When you place the Global Variable on a diagram you then select the control to which you want to read from or write too.
Regards
Ray Farmer