LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Increment Value On button Click

Solved!
Go to solution

@altenbach wrote:

To incrementally build the table, put it in a shift register and append a new row. remove the FOR loop.

Here's a quick example for that ....

Message 11 of 14
(1,074 Views)

I am thinking at that ID as an unique number specific for each table.I want another set of random numbers at each button click.I want to store these tables in Cloud probably, but i must have an  unique number for each table , to dfiferentiate from another table.

Thanks!

0 Kudos
Message 12 of 14
(1,071 Views)

Thank a lot.It's all i want.Now i will store that value from indicator on the last  column.Nice solution for generating randoms.

0 Kudos
Message 13 of 14
(1,067 Views)

If you want uncorrelated random values for each row, you need to place a very small autoindexing FOR loop around just the dice and multiply part.

0 Kudos
Message 14 of 14
(1,062 Views)