LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use spreadsheet ?

Hii all. Newbie here. I am doing my essay for passing my degree. So, pls correct me if there is somethink wrong with my job. My question are :

1. I have a math calculate, and i want to show result in tabel form or spreadsheet. how to show it in tabel / spreadsheet form in LV 7.1 ?
2. I attached my LV...is there any suggest to make it simple ? or any corection ?

Torsion = torque
rotation = rpm

[URL=http://img215.imageshack.us/my.php?image=ssmyprojecttu7.png][IMG]http://img215.imageshack.us/img215/3306/ssmyprojecttu7.th.png[/IMG][/URL]
0 Kudos
Message 1 of 3
(3,129 Views)
 here this screen shoot....sory

how to edit postage

Message Edited by bangbit on 07-31-2007 11:10 PM

Message Edited by bangbit on 07-31-2007 11:13 PM

0 Kudos
Message 2 of 3
(3,133 Views)

The way to attach an image or VI is to click the Browse button next to the Attachment box below this message body.

The image that you did post, only calclates one value. The for loop does nothing. If you have an array of values you would like to calculate, place the arrays outside the for loop. Then, wire the results out of the for loop. When you wire an array through a for loop, the for loop automatically indexes the array. The opposite is also true. When you wire a result out of a for loop, an array is automatically created. Outside the for loop, create a 2D array from the two separate results with the Build Array function. The output of this can be wired to the Write to Spreadsheet File. There's no real need for the while loop.

 

0 Kudos
Message 3 of 3
(3,120 Views)