Variable class/Network.URL property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 4F483C09
Scope Basic Development Environment
Data Name Network.URL
Short Name* Network.URL
Long Name* Network:URL
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 81
Owning Class Name Variable Class
Data Type String data type

String

Property Node Network:URL
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

Gets or sets the path to a shared variable inside another project or to the data item to which you want to bind the shared variable you are configuring.

The network path to shared variables in other projects consists of the computer name, the name of the library in which the shared variable resides, and the shared variable name: \\computer\library\project_variable. The network path to an NI Publish-Subscribe Protocol (NI-PSP) data item consists of the computer name, the name of the process in which the data item resides, and the data item name: \\computer\process\data_item.

This property is similar to the Network Path option on the Variable page of the Shared Variable Properties dialog box.


Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links