Jump to content

Control class/Remove DataSocket method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Category reorg
 
Line 48: Line 48:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:VI Server Method]]

Latest revision as of 14:08, 7 May 2020

VI Server Method Information
Method ID 6331C07
Scope Basic Development Environment
Data Name Remove DataSocket
Short Name* Remove DataSocket
Long Name* Remove DataSocket
* 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
Return Data Type No return value
Invoke Node Remove DataSocket
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Removes an opc, ftp, and http connection from a control on Windows, and a dstp and file connection from a control on all LabVIEW-supported platforms.

This method is similar to the Unbound option of the Data Binding Selection pull-down menu on the Data Binding page of the Properties dialog box.

Note If you use this method with a Boolean control in a radio buttons control, this method returns an error.

Use the Data Binding:Unbind method to remove psp connections.

Parameters

This method has no parameters.

Uses

History

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

See Also

External Links