LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Increment cluster

Solved!
Go to solution

I am trying to increment  my cluster. now it reads row = 12 column = 1

i would like for it to increment

example

 

row 12 column 1

row 27 column 1

row 33 column 1

0 Kudos
Message 1 of 7
(2,771 Views)

Could you clartify what you are trying to so, do you want the user to be able it incment the row or column or the program to step through various elements?

 

TD 

Please remember to accept any solutions and give kudos, Thanks


LV 8.6.1, LV2010,LV2011SP1, FPGA, Win7
0 Kudos
Message 2 of 7
(2,769 Views)

Oh IM sorry. I'm using Labview 2009. i sent a new program that would make it a little easier to understand. I am writing data to an excel file.  I pre labeled the excel file and saved it. I would like insert my array in to the correct cells of my  table which it does for the first loop. but the second time it does not append down in the  the correct cells it just re writes over the first insertion.

0 Kudos
Message 3 of 7
(2,759 Views)

Here is the excel file it goes into.

0 Kudos
Message 4 of 7
(2,757 Views)
Solution
Accepted by topic author *E*

Hi E,

 

as long as you give a constant "start" cluster it will overwrite again.

 

Put the "start" cluster in a shift register and increment the cluster values as needed after writing data to Excel...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 5 of 7
(2,737 Views)

Hi GerdW,

Thanks for the reply. I figured my problem was that I needed a loop but I wasn't and still aren't really sure how to implement it.

0 Kudos
Message 6 of 7
(2,732 Views)

I got it to work thanks!

0 Kudos
Message 7 of 7
(2,707 Views)