LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

getting data from excel dynamically or row by row

hello,
      i am doing a project in labview, in which i have to get or retrieve data from excel row by row(dynamically). in my task, the LABVIEW acts as server and C++ acts as client. what i have to do is, the server (LABVIEW) has to get data from excel dynamically ie., row by row, and send those values to the client (C++). i have done my client part. since i am new to this labview i feel hard to understand about that and finish it. so if any one knows how to do this or having an example code of this please help me. if any one knows clearly about this please give me a step by step instruction so that i feel easy to finish it. and since i have to show this task tomorrow morning (7.11.2005), please give me a solution as soon as possible (within today ).
 
-sarguru
0 Kudos
Message 1 of 5
(3,220 Views)
I have the subVI to write on a cell, hope it helps to find out how to read
0 Kudos
Message 2 of 5
(3,211 Views)
Here are some vi's that will help you with the excel part. I'm Not any good with c so I cannot help you there. I would do a search and find some examples for communicating with other languages there are a few out there.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 3 of 5
(3,203 Views)

hello frnds,

 thanks for your example VIs. but you have given VIs for writing in excel row by row. here i want to get the values row by row and make those values to be displayed in labview. when i run the program, i have to specify which row to be displayed and the values of that row should be displayed. what can i do for that?. what is the function palatte should i use for getting the values from excel

 

-sarguru

0 Kudos
Message 4 of 5
(3,186 Views)
hello frnds,
  i have explained my task little bit wrongly. what i have to do is, my excel file will have some values stored in it. i have to make those values to be displayed in labview row by row in certain period of time. that is first i has to display values of first row in labview after 3 or 5 seconds it has to display second row and it continues till all the values are got displayed. any one help me in this issue.
 
-sarguru
0 Kudos
Message 5 of 5
(3,184 Views)