LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read second last and last row of csv file


@Asif138 wrote:

Thanks for your replay

 

please send me snippit.

 

asif


Posting by phone, no snippet. It should take less than a minute to modify your earlier code accordingly. Try it!

0 Kudos
Message 11 of 19
(1,084 Views)

i get broken wire when connect from buldle to end input.

see attached file.

 

thanks

asif

0 Kudos
Message 12 of 19
(1,074 Views)

Because you did not wire the template to the middle of the bundle node, thus the element names are not defined. Use a regular "bundle" instead of "bundle by name" and things should fall in place.

 

(You can also right-click the bundle input to the function...create constant..and wire that constant to the top middle of "bundle by name" as in my code.)

0 Kudos
Message 13 of 19
(1,057 Views)

still having problem,

i dont know whats problem

 

asif

0 Kudos
Message 14 of 19
(1,041 Views)

The same problem or a new problem?

0 Kudos
Message 15 of 19
(1,035 Views)

same problem

 

create constant is disable at the input of bundle.

 

 

0 Kudos
Message 16 of 19
(1,029 Views)

i want to do calculation using your last code, 

each cell actually counter values of different parameter.

 

now i want to take difference of last two row as (423512-423197) and save in other excel file.

this should be done with all cell.

 

any help please

 

asif

 

0 Kudos
Message 17 of 19
(1,015 Views)

Once you have the last two rows, taking the difference seems trivial. Did you finally solve the other problem? (If this is still giving you difficulties, you should go back to the tutorials and read the help for the various functions).

 

Personally, I still think you should do all this with plain delimited text files. Dragging excel into all this really complicates this and will also give you a huge performance hit..

0 Kudos
Message 18 of 19
(989 Views)

i manage it to saving last row using delimited and reading it, minus with current values and saved in other file.

this is how i solved my problem

 

thanks for your valuable infomation

 

thanks

asif

0 Kudos
Message 19 of 19
(971 Views)