09-04-2008 04:22 PM
Ok, I'm sure this is very simple, but i cant seem to find any reference to it or figure it out myself. I'm fresh to labview and am working on using arrays.
Problem: When i place an array the direction arrow, dataflow, of the array is always set to an output. I want to be able to input values to the array, i.e. write to array from a for loop or other means It seems that there should be a parameter that initializes the array to an input or output, but i cannot find any reference to it.
Thanks for helping the newb out.
09-04-2008 04:26 PM
You have a control. You need an indicator. Right-click on it and select "Change to Indicator".
To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.
09-04-2008 04:31 PM