Browsing Network Variables
- Updated2023-02-21
- 1 minute(s) read
Browsing Network Variables
The LabWindows/CVI Programmer's Toolbox instrument driver (toolbox.fp) contains the NetworkVariablePopup function that you can use to browse for network variables. The Network Variable Library also contains advanced functions that you can use to create your own network variable browser. National Instruments recommends using the NetworkVariablePopup function because it is easier to use from LabWindows/CVI. You should use the library browser functions only if you need to create your own browser. In this case, you can use the code for the NetworkVariablePopup function in toolbox.c as a guide to using the browser functions in the library.