05-04-2012 11:35 AM
Hello,
I got a problem with inserting an array I acquired from another vi into the existing array of cluster. My big array contains a cluster of 5 elements (name, value, save, active and position. I want to connect my sub vi ,whose output is an array of number, to the main vi by replacing only the values in the main array. So all values in the main array are acquired from the sub vi but the remaining data stays the same. I also want my main array to look the same too, except the values have changed. I know it sounds quite simple but I don't really know it.
Thanks in advance
Solved! Go to Solution.
05-04-2012 12:09 PM
I guess you need something like this. This will replace the values present in the main array with the values obtained from the sub vi.
Good luck
05-05-2012 04:05 AM
Thank you so much 🙂