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

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

动态调用中为什么子vi无法打开

已解决!
转到解答

我用open vi referrence动态调用子程序,在type specifier  vi refrum变成严格类型后,接入call by reference node 再接入close reference及simple error handler。运行没有出错,但是子vi就是不弹出来。 还有一个现象,call by reference node的连接器模块就变成一个空白的框,也没有输入输出,就是说并没有生成适当的连接器模式。

 

有人遇到过这种情况吗? 请求帮助。

0 项奖励
1 条消息(共 3 条)
3,954 次查看

If you want the dynamic VI (sub-VI) to show up during execution, set TRUE to property FP.Open before calling by reference node.

As for why you do not see the I/O connector (in the Call By Refrence Node), it is most likely that you did not assign the I/O to the connector pane.

 

Attached example fyr 😉

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
2 条消息(共 3 条)
3,908 次查看
解答
已被主题作者 sanchuaner 接受
谢谢!我知道了。
0 项奖励
3 条消息(共 3 条)
3,892 次查看