CallLibrary class/Dynamic Library? property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 636D40A
Scope VI Scripting
Data Name DynamicLib
Short Name* DynamicLib
Long Name* Dynamic Library?
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16417
Owning Class Name CallLibrary Class
Data Type Boolean data type

Boolean

Property Node Dynamic Library?
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 runningNo

Sets the Call Library Function Node, in write mode, to execute with the library path you specify. In read mode, this property returns whether LabVIEW configures the Call Library Function Node to load the library dynamically.

With the dynamic library property set in write mode, the library loads when LabVIEW executes the node. When you wire a different path, the Call Library Function Node unloads the previous library and loads the new library. When you wire a NULL path, the Call Library Function Node unloads the previous library and loads the NULL path in the same way.


Uses

History

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

See Also

External Links