LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Transparent" soft panels to monitor instruments remotely

Is it possilbe for me to monitor my instrument(s) with a softpanel at the same time I run a test profile on a DUT using Teststand/Labview?  This would be somewhat similar to running Portmon to look at COM traffic without disturbing currently running applications.
 
Many thanks!
0 Kudos
Message 1 of 2
(2,559 Views)
Well there are two things you can do:

First, if you can get to the block diagram, you can probe any wire while the code is running.

Second, you can create a VI that does nothing but display the data that you want to see. To view the monitor panel use VI server calls to open the monitor VI's front panel.

One thing to remember is that no monitor function is ever totally "transparent". For example, the update time for an indicator can, under certain circumstances, adversely effect the execution time of a VI.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,536 Views)