http://www.vihome.com.cn/bbs/viewthread.php?tid=3222&extra=page%3D1
A: 拷到别的机子上或者干边盘符,那些路径要全部重设,很不方便,而且有时是不能实现的。所以现在的要求就是,不管那些声音文件放哪儿,程序运行就很自如的播放,或者说把vi文件和声音文件捆绑一起,只能看到vi文件,运行程序一次后,自然把声音文件记录都vi文件中了
首先引用路径通过snd read waveform 把声音文件读出,然后把读出的indicator 改成constant,这个constant就保存了原来的声音文件,如果要播放这个文件就用snd write waveform 写出这个constant。
B: Firstly, use waveform as a indicator, write your sound data for it.
secondary, make that waveform as a control,wire it to sound play, and make its value as default.
no matter which C uses your program, the expectation which your needing is matching!
程序如下:
在程序开始想检查文件是否存在:不存在的话给各个变量赋初值.
存在的话读取该文件,把文件中数据作为初始变量给各个变量赋初值.
这样的话文件是否存在怎么判断?用case吗?
Check the file size, if 0, not exist.
Code Interface Node function has FExist
Window has athFileExist API.
use "list directory.vi"
保存文件时候的提示对话框
怎么样把保存文件时候的提示对话框去掉?
想保存文件,
如果文件存在就open后追加进去
不存在就creat一个
但是总是提示对话框,把advisory dialog?设定成flase还是有对话框提示
怎么搞定呢
As my custom, that I will use 'list directory.vi" to find whether the file exist of not.
if not, I will create a new one, if yes, I will add the data to the existing file.
特定文件格式的问题
想把采集到的数据保存到一个特定的表格中,
1,而这个表格中包含特定的用户信息,数据只能往规定的位置里填写,填好后整张表格是不能改写的
2,可以对以前的数据进行检索
Many handles, example Excel, Database,I suggest you can use Excel, it is simply to control. they can be added
password and limit to readonly
在excel中,我怎么一改pos offset的值程序就不能运行了呢?而且在labview8中 就没有seek,write等vi是不是在labview8中有其它的代替了?
如果我在一张空白的表格中第三行第三列中写一个数,用excel怎么实现呢
For LV7.1, write data to a solid location, that is easy, you can define cells' column and row or define a cell's name.
20066119325942.rar
文章评论(0条评论)
登录后参与讨论