Re: How to display two indicators on two seperate front panels?

2004-06-10 Thread Robert M
Hello Johnny-o,

One way to do this would be to create and insert a simple subvi into
your main program.  Pass the same data into the subvi that you are
passing into the indicator.  Place the same indicator on the front
panel of the subvi.  Change the settings of the subvi to =93Show front
panel when called=94 (File >> VI Properties . . . >> Window Appearance
>> Customize).

If none of these suggestions help, or if I=92m not correctly
understanding your issue, please post the software and versions you
are using, the applicable portions of your code, and any other
information that may help, and I=92ll be happy to look further into it.

Have a nice day!

Robert M
Applications Engineer
National Instruments



How to display two indicators on two seperate front panels?

2004-06-09 Thread johnny-o
I want to display two of the same indicators, but on seperate front
panels.  I want to do this so I can bring one of the panels over to
another monitor (dual-monitor set-up) and keep the other front panel
in the main display.  Thanks!