Network Page (Shared Variable Properties Dialog Box)
- Updated2025-03-14
- 2 minute(s) read
Right-click a project library or folder within a library and select New»Variable from the shortcut menu, or right-click an existing shared variable and select Properties from the shortcut menu to display the Shared Variable Properties dialog box and this page.
Use this page to set the basic network options for a shared variable. You also can use the Variable Reference property with the Variable properties to configure shared variables programmatically.
This page includes the following components:
Option | Description |
---|---|
Use Buffering | Enables you to store data from the variable in a first-in-first-out (FIFO) buffer. The shared variable overwrites the first value in the FIFO if the FIFO reaches capacity.
|
Single Writer | Sets the shared variable to accept changes in value from only one target at a time. This component is available only for network-published shared variables. Selecting this option ensures that the shared variable write operation is not affected by another instance of LabVIEW.exe. The Shared Variable Engine restricts writing to a single VI on a single computer. The first instance of LabVIEW that connects to the shared variable can write values, and any subsequent instances cannot. When the first instance disconnects, the next instance in the queue can write values to the shared variable. LabVIEW notifies writers that are not allowed to write to the shared variable. |