01-11-2016 06:37 AM
This has me stumped.
I have looked through examples, and the forum but cannot find a solution to my problem.
I am writing a program that has a table of values on the front screen and various sub vi's that update the values in the table. I also need to be able to read cell values from the table but I understand that this cannot be done. So I am trying to use arrays to keep the values that I want to read and just write to the table when I need to.
Anyway I need to create an array that can be accessed by all VIs. I have added an array control to the gobal.vi but when I select it in a sub vi I get a black array node and if I wire anything to it I get a broken wire.
I have attached the global and initializatio VIs
Solved! Go to Solution.
01-11-2016 06:45 AM
You have added an empty array to the Global Variable. Just add a numeric control to the array in the GV, and you will get array of numerics, which you'll be able to use.
Thanks,
Arev
CTO | RAFA Solutions
01-11-2016 07:14 AM
D'oh, thank you very much 🙂
01-11-2016 07:15 AM
You are welcome!