LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to write one row of data at a time to "Write to File"

I am trying to write 10 parameters to the LV "Write to File". This is for just one row at a time. This happens evertime I get a failure in my test routine. I am not quite sure how to accomplish this task. If I get another failure I write one row again. I testing 4 DUTS at a time so I write this row of data to each file. I am sure it is very simple.

 

Thanks

 

Philip

0 Kudos
Message 1 of 3
(2,089 Views)

Assuming your 10 parameters are an numeric array with 10 elements,  use "write to spreadsheet" file with append set to true. (... and if they are scalars, built the array first ;)).

0 Kudos
Message 2 of 3
(2,083 Views)

The production department wants a LVM file format. I am unclear how to solve this proble. I have (4) write to file case statements in a loop. If the case is true I write to that file. At times I fail a unit then that case becomes fales. At one time during development I was able to write one row. We can close this case and I will need to do some more work.

 

Thanks

 

Philip Nielsen 

0 Kudos
Message 3 of 3
(2,077 Views)