NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

运行子VI的问题

已解决!
转到解答

请教工程师一个问题,当我调用一个子VI 时。主VI中其他的控件都不响应。是什么问题呢? 程序在附件中。

下载全部
1 条消息(共 6 条)
5,889 次查看
解答
已被主题作者 haojialong 接受

That is because when the main VI called the sub-VI, the control is being passed over to the sub-VI until it is closed and returned to the main VI.

 

In order to, still, having control (on the main VI) upon calling sub-VI(s), you need to use VI Server method to perform the calls. Please read this previous discussion about labview中多个子窗口的实现

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
2 条消息(共 6 条)
5,884 次查看

thx,you are awesome.O(∩_∩)O~

0 项奖励
3 条消息(共 6 条)
5,878 次查看
尽管助人乃快乐之本; 如答案对您的问题有帮助... 请[奖励]! :smileywink:
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
4 条消息(共 6 条)
5,871 次查看
你好,还有个问题。就是通过vi server怎么实现 sub vi 程序停止,自动关掉FP ,怎么没找到那个属性呢~
0 项奖励
5 条消息(共 6 条)
5,864 次查看

Hi,

 

For that, please look for VS_Pass_Data.zip in my previous post here

 

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
6 条消息(共 6 条)
5,762 次查看