VI Server Method Information
|
Method ID
|
634A801
|
Scope
|
VI Scripting
|
Data Name
|
Update Typedef
|
Short Name*
|
Update Typedef
|
Long Name*
|
Update From Typedef
|
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
|
Owning Class ID
|
16386
|
Owning Class Name
|
Constant Class
|
Return Data Type
|
Boolean data type
|
Invoke Node
|
|
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | No |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Remote access allowed | Yes |
Settable when the VI is running | No |
Updates the constant from the type definition and returns TRUE. If the constant is not connected to a type definition, LabVIEW returns FALSE.
In most cases, LabVIEW correctly preserves the default values of each instance when updating from the type definition. However, if LabVIEW is unable to map the previous default values to the updated controls or constants when updating instances, LabVIEW may lose or incorrectly preserve the default values of instances LabVIEW updates programmatically. Avoid updating type definition instances programmatically if the instances have custom default values and you plan to make extensive changes to the type definition.
Parameters
Data type
|
Name
|
Required
|
Description
|
|
Update From Typedef
|
Yes. Return value.
|
|
Uses
History
Version
|
Change(s)
|
|
More info to come.
|
See Also
External Links