如何编程启动和停止共享变量引擎?
主要软件:
主要软件版本: 8.2
主要软件修正版本: 8.2
次要软件: LabVIEW Modules>>LabVIEW Real-Time Module
问题: 在我的VI开始运行的时候,我想编程启动共享变量引擎。在Windows XP中如何实现?
解答:
共享变量引擎(SVE)是Windows的一个服务,没有特定的LabVIEW VI来控制它。为了启动或停止SVE,使用执行系统命令.vi和正确的命令行调用。把所需的命令行连到执行系统命令.vi的命令行输入端,如下图所示。
启动SVE,键入下列的命令行: net start "national instruments variable engine"
停止SVE,键入下列的命令行: net stop "national instruments variable engine"
相关链接:
附件: <a href="attachments/625FD323973316044825737E00363412_SVE.JPG" target="_top"><img height="11" src="http://ae.natinst.com/icons/vwicn005.gif" width="13" border="0" alt="" />SVE.JPG</a>
报告日期: 10/24/2007
最近更新: 11/04/2007
文档编号: 4A8IT78H
Other Support Options
Ask the NI Community
Collaborate with other users in our discussion forums
Request Support from an Engineer
A valid service agreement may be required, and support options vary by country.