Search code examples
arraysstringlabview

LabVIEW initialize array of strings


I am quite new to LabVIEW and struggling with some topics: I have create an array and dragged a string constant into the array. The result is I have a 1 dimensional array for string constants. Now I want to fill this array with some string I use in different locations of my VI.

How can I initialize the values in the string array?


Solution

    1. You can type your values into the string constant.
    2. You can write a program to output an array into an indicator, run the VI and then convert the indicator to a constant.