LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

¿Can I create a variable array?

Hi everyody,

What I want to do is to create a variable array, because it depends on my
application the number of inputs will change, but the array will be the same
and LABVIEW when checks the array and see inputs with no wire this program
won't run right. I think is imposible to do with only one array.
If the inputs of the array were strings, can I generate a single input string
with no incidences to the array? I don't mean an empty string, because that
generate me an empty line and I don't want an empty line in my 'Multiple
Selection Box' (Ítem Names)

I don't know if my explication is well enough for you.

Thank you for your helpful answers.

Bye!
0 Kudos
Message 1 of 3
(2,370 Views)
Carlos Jorge wrote:

> Hi everyody,
>
> What I want to do is to create a variable array, because it depends on my
> application the number of inputs will change, but the array will be the same
> and LABVIEW when checks the array and see inputs with no wire this program
> won't run right. I think is imposible to do with only one array.
> If the inputs of the array were strings, can I generate a single input string
> with no incidences to the array? I don't mean an empty string, because that
> generate me an empty line and I don't want an empty line in my 'Multiple
> Selection Box' (Ítem Names)
>
> I don't know if my explication is well enough for you.
>
> Thank you for your helpful answers.
>
> Bye!

Not sure if I understand the question. If you have an array
and add
to it the array will expand to accept the new values.
That is :
I can define and array with only one value. I can then use the
"Build Array" function to add more values to the array.

Is this the question ?
Kevin Kent
0 Kudos
Message 2 of 3
(2,370 Views)
"Kevin B. Kent" wrote:
>Carlos Jorge wrote:>>> Hi everyody,>>>> What I want to do is to create a
variable array, because it depends on my>> application the number of inputs
will change, but the array will be the same>> and LABVIEW when checks the
array and see inputs with no wire this program>> won't run right. I think
is imposible to do with only one array.>> If the inputs of the array were
strings, can I generate a single input string>> with no incidences to the
array? I don't mean an empty string, because that>> generate me an empty
line and I don't want an empty line in my 'Multiple>> Selection Box' (Ítem
Names)>>>> I don't know if my explication is well enough for you.>>>> Thank
you for your helpful answers.>>>> By
e!>>Not sure if I understand the question.
If you have an array>and add to it the array will expand to accept the new
values.>That is :>I can define and array with only one value. I can then
use the>"Build Array" function to add more values to the array.>>Is this
the question ?> Kevin Kent>

Thanks too much When I tried I'll tell you something!
0 Kudos
Message 3 of 3
(2,370 Views)