05-23-2023 03:26 PM
Just a general conceptual question:
is there a way I can initialize the graphs- perhaps cycling them efficiently in a for loop?
Cycle through the label?
05-23-2023 03:39 PM
Label.Text or ClassName will work.
05-23-2023 03:45 PM
thank you!
05-24-2023 11:08 AM
05-24-2023 11:53 AM
I can't seem to find that input VI on my palette anywhere?
05-24-2023 12:42 PM
That's the Traverse for GObjects .vi which is only available with scripting enabled. Tools>Options>VI Server to find how to enable scripting. What he replied with is a snippet which you can download to somewhere on your computer and then drag it to block diagram and it should create the code for you.