07-04-2008 01:17 AM
07-04-2008 01:28 AM
Hi Suneel,
i think it is not very effective. You can read the data of the entire sheet with one ActiveX function, just define the relevant range.
If you really need it, define the range for every row to read your data row by row and move your LED indicator.
Hope it helps.
Mike
07-04-2008 01:32 AM
Hi Mike,
Thanks for your prompt response.
Attached are the VI's.
The main VI is Excel_Tablecontrol.vi and the sub vi is excel_read.vi
In the main VI select any excel sheet from your PC and it will extract the first sheet data in it.
But in my real project i will be reading line by line.
Could you please make me clear how should i put an indicator whcih would go line by line.
07-04-2008 01:33 AM
Hi Mike,
Thanks for your prompt response.
Attached are the VI's.
The main VI is Excel_Tablecontrol.vi and the sub vi is excel_read.vi
In the main VI select any excel sheet from your PC and it will extract the first sheet data in it.
But in my real project i will be reading line by line.
Could you please make me clear how should i put an indicator whcih would go line by line.
Cheers,
Suneel.V
07-04-2008 01:56 AM
Hi Suneel,
see the attached example.
Mike
07-04-2008 02:01 AM
Mike,
Yes, this is the example i'm looking for, i'll try to use the same login for my VI and will keep update you.
Thank you.
-Suneel.V
07-04-2008 02:01 AM
read login as logic...
SOrry
07-04-2008 02:04 AM - edited 07-04-2008 02:04 AM
07-04-2008 05:31 AM
Hi Mike,
THis VI is having some bug ...
THe LED is going out of table control if the Table control size is minimized
And also onemore thing....
SInce the data is less its ok
what if data is some 100 lines....
will the sroll bar automatically moves down and also the LED should move down parallely....
Run this VI
Cheers,
Suneel.V
07-04-2008 05:47 AM