LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Popup dialog data viewing

I'm reading Hex data off a serial port with VISA including some GPS LAT/LON and Altittude data.
The data is extracted and sent to my GUI, updating indicators with the information.
 
I'd like to provide a button that causes a dialog window to open on top of the GUI and view the incoming raw data if desired by the user.
 
Is this possible?
 
 
0 Kudos
Message 1 of 2
(2,460 Views)
Sure. Just create a new VI and set it to Dialog in the VI properties under "Window Appearance". Now you only have to transfer the incoming data to some kind of indicator on that new VI. There are multiple options available. One would be a notifier to send the new incoming data from the receiver to the dialog.
Message 2 of 2
(2,454 Views)