08-12-2005 11:39 PM
08-12-2005 11:54 PM
Hi Master,
If I understand correctly, you probably want to "Disable Indexing". The place where the Array enters the For Loop is called a "tunnel". Right-Click on the tunnel and choose "Disable Indexing". Bmp shows both kinds of tunnel.
Is it morning where you are?
Cheers.
08-12-2005 11:56 PM
08-13-2005 12:52 AM
I am also not sure if I correctly understood what your goal is, but as 'Dynamik' answered already, you can disable autoindexing.
@labmaster wrote:Dear allI am trying to make a sub VI of a complicated main VI.Please see my attachment, a data array is extracted in the "4>C.vi".Here, 2/6/10/14(with constant width, 4i+2) are the index of the data array.I used a "For" routine but the array is converted to a scalar inside "For" routine automatically.(I want to control only the index number binding to iteration number.)Please give your idea to make this example to a single sub VI.Thank you in advance.