05-27-2008 04:10 AM
05-27-2008 05:38 AM
Hi,
you cannot connect an array directly to the Write to LabVIEW Measurement file.vi. If you try to connect it, LabVIEW will automatically use the Convert to Dynamic Data VI which is the datatype all the Express VI's use.
The dynamic data type will include the original array data plus timing information. If you want to ignore the timing information, double-click on the Write to LabVIEW Measurement file.vi and choose 'Empty Time Column'.
Then you can ignore this Empty Time Column whn you open the file in Excel. You don't need to worry about the microsoft exel format, you can open the file generated by LabVIEW straight into Excel.
Double click on the Write to LabVIEW Measurement file.vi and select the path where you want to save the file.
KostasB
NIUK Applications Engineering
05-27-2008 08:47 PM
05-27-2008 08:53 PM
|
|
Hi,
Thanks for your reply .
But in my school computer ,when i use the Wirte to measure file , there got the auto directory that C:/Documents and settings/ r55user31/mydocument/labviewdata/test.lvm .
when i run it , there got the error7 like the file can't be found .......
for my case, i like to change own directory .But i can't change it .when i change , there got the error also ....
how can i do for that case ?
thanks a lot .
i am looking forword your reply
Best Regards,
Su | ||
05-28-2008 03:27 AM