Control class/DataSocket.URL property

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

String

Property Node DataSocket:URL
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
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 URL to which the control is connected. Valid URLs for using the DataSocket properties to connect controls are the opc, ftp, and http protocols on Windows, and the dstp and file protocols on all LabVIEW-supported platforms.

To set the URL, use the Attach DataSocket and Remove DataSocket methods when the VI is not running. Use front panel data bindings to bind controls to shared variables or to NI Publish-Subscribe Protocol (NI-PSP) data items.


Uses

History

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

See Also

External Links