LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calculate data fron csv

Hi all

 

Attach see file  , this application load data from csv file ,,, CSV filw was build as table matrix 6x16 ( 6 column and 16 row )  ,, I want to that all number at  column number 1 <|0.7| and the number at column 3 <|10^ -2|

 

If this ok then pass massage else fail

 

How can I do that

 

thanks

0 Kudos
Message 1 of 4
(3,221 Views)

Hi all

 

Attach see file  , this application load data from csv file ,,, CSV filw was build as table matrix 6x16 ( 6 column and 16 row )  ,, I want to that all number at  column number 1 <|0.7| and the number at column 3 <|10^ -2|

 

If this ok then pass massage else fail

 

How can I do that

 

thanks

Download All
0 Kudos
Message 2 of 4
(3,220 Views)
Your sequence frame is completely unnecessary. You can delete it. Also, the for-loop is not necessary. You are reading the same data 16 times. I think once is sufficient. Smiley Wink

I'm sorry, but I don't understand what you're trying to say in terms of what you want. Could you please clarify? What are you trying to compare to what, and what is this message that you want to pass? Pass to what? Is this supposed to be an output of the VI?
0 Kudos
Message 3 of 4
(3,212 Views)

That's pretty good Rube Goldberg code.Smiley Very Happy

Absolutely no reason to read the same file 16 times and absolutely no reason to create a cluster based on what you want to do. Just read it once, index the columns and use the less than function. AND the results and you are done.

0 Kudos
Message 4 of 4
(3,211 Views)