LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I assign data to a specific cell that can act as control when I run my VI?

can you please give a simple example?
Thank You
0 Kudos
Message 1 of 4
(2,818 Views)
I'm not sure to know the question.
If you would like to write a value of initializing string in the cell control(in the execution is possible to chenge the initial value) I suppose you can try with a local variable .see the example code
Bytelabs.it
0 Kudos
Message 2 of 4
(2,818 Views)
Your question is not clear. What do you mean by cell, and is your control in a SubVI?
If you want to change an element in an array, use Replace Array Subset function from the Array palette, or to set one element in a string use Replace Substring fuction from the string palette.
Zvezdana S.
0 Kudos
Message 3 of 4
(2,818 Views)
Your question is very unclear. If you could give more details about what you are trying to do you will be likely to receive more useful information. Are you talking about setting a default value for a control? If so, just use the Make Current Values Default under the Operate menu.
0 Kudos
Message 4 of 4
(2,818 Views)