LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use Write to LavView measurement file

Hi,
      Can you tell me details about the Write to LabView Measurement file ? How to use it ? Can i make the direction for the file myself or auto directory? In which application can i use? and how to change the microsoft excel format to labview measurement(.lvm) ? Can i need to use something like array for using write to labview measurement file? Thanks a lot.
 
Best Regards,
 
Su
 
Smiley Tongue
 
0 Kudos
Message 1 of 5
(2,926 Views)

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

Message 2 of 5
(2,917 Views)
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
0 Kudos
Message 3 of 5
(2,886 Views)

 


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
0 Kudos
Message 4 of 5
(2,881 Views)
Hi,
 
perhaps the systems administrator has not given you the rights to save files on that directory. Try to choose a valid directory by double-clicking on the Express VI and selecting a valid directory.
 
KostasB
 
NIUK Applications Engineering
Message 5 of 5
(2,869 Views)