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

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

生成.exe之后,如何在运行时先设置参数,在开始采集?

我遇到地情况是一双击立即开始采集,而不是等待我输入采样率等参数以后再开始
 
请教如何才能改进呢?
 
 
0 项奖励
1 条消息(共 11 条)
6,801 次查看
 
---------------------------
Lady And Basketball Vividly In my Exciting World !!!
Daniel.Tang E-mail: tangye@friendess.com
0 项奖励
2 条消息(共 11 条)
6,798 次查看
雷锋:俺的版本是7.0。。。。。。。打不开哦:(
 
 
0 项奖励
3 条消息(共 11 条)
6,795 次查看
You can't change your program after you build it to .exe file if you don't backup the original vi. 

帖子被篮球之鬼在09-14-2005 03:43 AM时编辑过了

---------------------------
Lady And Basketball Vividly In my Exciting World !!!
Daniel.Tang E-mail: tangye@friendess.com
0 项奖励
4 条消息(共 11 条)
6,791 次查看
我没改动源文件,也不是执行错误。呵呵
 
就是我想让exe执行的时候,别自动采集。
0 项奖励
5 条消息(共 11 条)
6,787 次查看

If you want to change the function of your program, you have to change the block diagram of your vi. That means the .exe files can't be modified to fit your requirement. If you want to realize that purpose please work as the following steps.

1. delete your exe file(not necessary)

2.modify your block diagram of your original vi to realize the certain purpose , see the vi I enclosed previously as reference.

3.rebuild the vi to exe file.

---------------------------
Lady And Basketball Vividly In my Exciting World !!!
Daniel.Tang E-mail: tangye@friendess.com
0 项奖励
6 条消息(共 11 条)
6,781 次查看
在 vi的属性里设置成不自动运行,再打包成.exe,就行了!
¤╭⌒╮ ╭⌒⌒╮
╱-◥██◣ ╭ ╭
︱田︱田田|
Mail:shouwangzhezz@163.com
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬
0 项奖励
7 条消息(共 11 条)
6,776 次查看

Not exactly. Once you build your vi to exe file, it will run automatically after you double click the exe file.

So you must modify your vi as I told you.

---------------------------
Lady And Basketball Vividly In my Exciting World !!!
Daniel.Tang E-mail: tangye@friendess.com
0 项奖励
8 条消息(共 11 条)
6,773 次查看
See the sample attachment.
________________________________________________________


Try to make everything Automatic
0 项奖励
9 条消息(共 11 条)
6,766 次查看
vi程序里用顺序结构,第一个frame用event,等待按start运行后面的程序
0 项奖励
10 条消息(共 11 条)
6,749 次查看