LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Selecting XNET Frame or XNET signal without selecting Database for each one

I would like to use the XNET Frame IO in order to allow the user to select a frame or the XNET Signal IO to select a signal, but I plan to have many of these so I do not want them to have to select the database each time.

Is there a way I can use the XNET Database IO to select the database and use that one database as the default for all XNET Frame and Signal IOs?

0 Kudos
Message 1 of 2
(3,061 Views)

There are multiple ways to do this.  Here is one where the Database selected is set to be the default by right clicking it.  Now when you open the VI and run it the frames from that database are displayed but the user can choose to change it.

 

Example_VI.png

Here I also am setting a string combo box to have the item selection from the list.

0 Kudos
Message 2 of 2
(3,031 Views)