VI class/Remote Panel.Unlock Control method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 42F
Scope Basic Development Environment
Data Name RP.Unlock Control
Short Name* RP.Unlock Control
Long Name* Remote Panel:Unlock Control
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Return Data Type No return value
Invoke Node Remote Panel:Unlock Control
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Available with control VIsNo
Available with global VIsNo
Available with polymorphic VIsNo
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Must wait until user interface is idleNo
Need to authenticate before useNo
Remote access allowedNo
Settable when the VI is runningYes

If the front panel is locked, this method grants control to the next client in the queue. If no clients are in the queue, the method unlocks the front panel. LabVIEW ignores this method if the front panel is already unlocked.

This method is similar to the Unlock Control shortcut menu item on the front panel of a running VI.

Parameters

This method has no parameters.

Uses

History

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

See Also

External Links