From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help! Getting 9 columns from an 8 column listbox.

Solved!
Go to solution

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

 

Problem.JPG

0 Kudos
Message 1 of 4
(2,200 Views)
Solution
Accepted by topic author SimonGoodson
You need to tell Array to Cluster how many elements you want, the default is nine as you have discovered. Just right-click on it and set it to 8.
0 Kudos
Message 2 of 4
(2,198 Views)

The default output of the Array to Cluster is 9 elements. It does not autosize. Just right click on it to set the size.

0 Kudos
Message 3 of 4
(2,197 Views)

You guys rock, than you so much. I thought I had it screwed up somewhere else!

 

Simon

0 Kudos
Message 4 of 4
(2,191 Views)