Pardon me, but your sentence structure was hard to decipher.  I think
you are asking a very basic question.  If you want to know how to
simply create the array, you have many options.  All are found in the
array tools sub-pallette.

You can use the "initialize array.vi".  First, put a numeric constant
on your diagram.  Right click the constant and select the
Representation menu item.  Select from one of the offered data types.
Then put the "initialize array.vi" on the diagram.  Wire your constant
to the element terminal.  Then right-click on the dimension size
terminal and select add dimension.  Wire a constant to each of the
dimensions to determine the size of each dimension of your two
dimensional matrix.  The output is a two dimensional array of the size
you have specified, filled with the constant you specified at the
element terminal.

You can also put a two dimensional array constant on the block
diagram.  Again it is accessed through the array tools sub-palette.

Reply via email to