LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Feedbacking data from excel to labview

Good morning everyone,
 
I have a program that acquires data in a excel format, and I need to feedback the last time value in this file to the labVIEW program. I made a subVI for that, it works correctly, but it's quite heavy, and my program runs 32 of these subVIs at the same time, compromising the acquisition speed. Anyone knows a better way for that to be done? thanks!
 
 
 
0 Kudos
Message 1 of 2
(2,334 Views)
Hello,

Try this vi, if the row length is constant in your excel file, then it should do the job.
otherwise, you'll have to draw something a litle bit more dificult.

Hope this help you..

We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 2
(2,327 Views)