LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write to spreadsheet file

All,
  i have written a 2D array to a file using "write to spreadsheet file".
  Now i wanted to add a condition before write happens to file.
 
let me give small example ,
     suppose i get 1st array element as 10, i should have a condition which checks if it is greater than 11
     then only write to file,otherwise skip the write to file.
 
 
Thanks in advance
Praveen
 
 
 
0 Kudos
Message 1 of 3
(2,601 Views)
Case structure.

I would recommend going through the tutorial that ships with LabVIEW as well as checking the resources in the NI Developer Learning Center.
0 Kudos
Message 2 of 3
(2,590 Views)
The previous advice is right: read the tutorial and examples!

However, in attachment is an example that does what you need.

Nicolas

Message Edited by titi_nicolas on 05-01-2007 07:15 PM

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