1.
ASK:如何使编译的EXE程序能多个运行?
Answer:方法很简单,把这句话加到EXE对应的INI文件中去
[YourEXEFileName]
allowmultipleinstances=True
2.
ASK:为什么编译后有的属性不能用或者生效?
Answer:Check the help window (or right click on the node and click on help for....)
For every method property the help will tell you if the method/property is available in the run time engine.
Example for the Make Current Values Default Method
"Make Current Values Default Method
Inherits from VI Methods.
Changes the defaults of all controls on the front panel to be the current values.
The following table lists the flags for this method.
Is settable when the VI is running No
Requires the block diagram to be loaded No
Is available on local LabVIEW only No
Requires the front panel to be loaded Yes
Must wait until user interface is idle Yes
Is available with control VIs No
Is available with global VIs Yes
Is available with strict type definitions No
Is available with polymorphic VIs No
Available in Run-Time Engine No <------------- here
3.
ASK:为什么我的程序编译好后,移植到其他机器上不能用了?
Answer:因为其他机器上没有安装Run-time Engine,LabVIEW的程序的运行需要Run-Time Engine的支持,所以最好的办法就是在需要运行LabVIEW程序的机器上安装LabVIEW Run-Time Engine,没有?去NI下载,不大的,下面是下载链接:
http://digital.ni.com/softlib.nsf/webcategories/85256410006C055586256BBB002C130D?opendocument&node=132070_US
4.
ASK:
Answer:
转载于:https://www.cnblogs.com/Qia_sky/articles/158132.html