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

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

Can I call .vit without using call by reference method?

 
From the examples given by NI and the previous discussing here, I know we can achieve multiple instances with using .vit format calling by "call by reference" method.  But since the .exe will not include the .vi called by "call by reference", so is there any other method to .vit? Anyone could please give an example?
 
How to multiple access global variables? It seems that global variable don't have "reentrant in the execution" options.
 
Thanks!
0 项奖励
1 条消息(共 3 条)
3,612 次查看
anyone can help?
0 项奖励
2 条消息(共 3 条)
3,602 次查看
You mean exe will not include vit?
When you use vit, all you really need is the path.  Inside or outside exe doesn't matter.


global variable can not and should not have "reentrant in the execution"!  Otherwise, it
will be a big mess.
George Zou
0 项奖励
3 条消息(共 3 条)
3,584 次查看