04-07-2008 09:55 AM
04-07-2008 10:01 AM
04-07-2008 10:02 AM
exo wrote:
I then have to change the array to a control to input into a sub vi.
exo wrote:
Can I have a sub vi, with at the moment, 57 and growing inputs?
04-07-2008 10:25 AM
If I understand you right, you have an array with 57 elements. Is this correct?
exo wrote:
I create an indictor array with a lot of items.
You don't need to! Chances are that there is a wire going to your indicator array. Branch the same wire and hook it up to your subVI connector.
exo wrote:
I then have to change the array to a control to input into a sub vi.
exo wrote:
However, most (all) veterans advise not to use local variables, so what's the best way to input the data in the array into the vi.
Can I have a sub vi, with at the moment, 57 and growing inputs?
04-07-2008 11:15 AM
04-07-2008 01:25 PM - edited 04-07-2008 01:27 PM
How are you planning to concatenate? Why that array has to be a control to concatenate? It would be better if you post a small code of what you are trying to achieve.
@exo wrote:
However this array needs to be a control so that I can get at the values and concatenate them with there respective names and comments before being written to the header.
04-07-2008 01:39 PM
04-07-2008 02:08 PM

04-07-2008 02:16 PM
04-07-2008 02:20 PM
Ok.. it was just an example, ... what do you mean by input into the array? Can you elaborate a bit more?
@exo wrote:
Because the middle array is not simply output from a camera; In fact, none of it comes from the camera; It all has to be input into the array.