Jump to content

Application class/Application.Kind property: Difference between revisions

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


[[Category:Property]]
[[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 13:13, 7 May 2020

VI Server Property Information
Property ID 3
Scope Basic Development Environment
Data Name App.Kind
Short Name* App.Kind
Long Name* Application:Kind
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Data Type Enum U32 data type

Enum U32

Property Node Application:Kind
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
PermissionsRead Only
Remote access allowedYes

Indicates the LabVIEW instance the VI is running in, including invalid application types.

Values
0 invalid app kind
1 Development System—Includes the Base Development System, Full Development System, and Professional Development System
2 Run Time System
3 Student Edition
4 Embedded LabVIEW—Includes LabVIEW Real-Time
5 Evaluation
6 Custom

Uses

History

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

See Also

External Links