表明VI的执行状态

注释

下表列出了该属性的特性

短名称 Exec.State
数据类型 cenum.png
权限 只读
可用于运行引擎 是(只读)
可用于实时操作系统
可在VI运行时设置
加载前面板至内存
使用前必须授权
加载程序框图至内存
允许远程访问
必须等待直到用户界面空闲
可用于控件VI
可用于全局VI
可用于严格自定义类型
可用于多态VI
Bad 0
VI has errors and cannot execute.
Idle 1
VI is not running but is in memory.
Run top level 2
VI is the top-level VI in an active hierarchy.
Running 3
VI is reserved for execution by one or more active top-level VIs.

范例

请参考LabVIEW附带的下列范例文件。

  • labview\examples\Application Control\VI Server\VI Properties\VI Properties - Front Panel States.vi