03-27-2011 10:49 PM
Hello,
I'm creating a program that controls an environmental chamber for. Right now I am doing the piece that creates and edits profiles (ProfileEditor.vi), and somehow I seem to be getting 9 columns out of an 8 column listbox. I suspect that it is somewhere in my StepEditor.vi, but I don't see it in the logic. Can anyone see what I am missing?
Thanks,
Simon
Solved! Go to Solution.
03-27-2011 10:58 PM
03-27-2011 11:00 PM
The default output of the Array to Cluster is 9 elements. It does not autosize. Just right click on it to set the size.
03-27-2011 11:04 PM
You guys rock, than you so much. I thought I had it screwed up somewhere else!
Simon