03-13-2009 04:54 AM
Hi ALL.
I have a bunch of values in my excel data.
However, I need to read the value for every next 10 values.
Example,
1 ----- First reading
2
3
4
5
6
7
8
9
10
11 ---- second reading
.
.
.
20
I try to use LLB Manager before. However, it doesnt work as wanted.
Anyone can help me.
Thank you.
Solved! Go to Solution.
03-13-2009 05:06 AM
03-13-2009 05:15 AM
Kindly find the attachement below.
I need to read data from -360, -350,-340,...,340,350,360
Thanks
03-13-2009 09:40 AM - edited 03-13-2009 09:41 AM
The first thing you should do is rename the library. "LLB Manager" is a built-in LabVIEW tool for managing libraries. This can cause confusion.
What exactly doesn't work? What have you tried? You specify the start/stop range, and run the "Get Excel Values" VI. Example:
You have 2 options:
03-13-2009 09:52 AM
Dear ALL,
I manage to solve the problem. What I did was taking out all the value needed and stored in another Excel file.
It is much more easier eventhough it is not preferrable method.
Merci.
03-13-2009 10:11 AM
03-13-2009 10:29 AM
Yeah.
Thanks a lot!