12-10-2009 12:32 PM
Hi all,
Is there a simple way to create/define an array constant of large values? Say i want a 1D array constantof 1000 rows, with the row values are from 1 to1000. This array will never change while the program is running but will be used many times. Is creating an empty array constant and entering the 1000 values manually the only way?
Thanks in advance
Rishe.
Solved! Go to Solution.
12-10-2009 12:36 PM
12-10-2009 12:38 PM
Easy... populate an array with the values you want -- just run a for loop in a throw away VI to populate -- then right-click on the array terminal on the diagram and select create constant.
Randy
12-10-2009 12:41 PM