LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

table and listbox problem

hello, i'm a student and i'm approching labview since few months,,,,

 

i have this problem:

 

i need to write some data in a table or in a multicolum listbox, but i see only a part of my data. sometimes some box are empty.

 

searching the mistake i saw that the same data flow linked to an array results correct, all boxes are full of my data...

 

In what way can i resolve this problem?

 

PS: my data are long string

 

thanks

Using LabVIEW 7.1
0 Kudos
Message 1 of 10
(3,167 Views)

It would be better if you can post the actual vi.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 10
(3,153 Views)

i send you this...it's difficult send you all....are many subvi 🙂

Using LabVIEW 7.1
0 Kudos
Message 3 of 10
(3,147 Views)

That doesn't really do us any good since there is no front panel to show the problem. I'm going to assume your string is too long for the current column width. You can hover over the column separator to get the "move" cursor and drag the column as wide as you need:

 

String too long for column width:

mclb1.png

 

string now shown after moving column separator:

mclb2.png

Message 4 of 10
(3,138 Views)

no 😞 my problem is different...you can see it from my image in first attachment 😞

 

the 4° column sometimes is empty (for example at time 23.075230)...instead i should have something in it as you can see from array 😞

 

when in the 3° colums is written FC is normal that the 4° one is empty 😛

Using LabVIEW 7.1
0 Kudos
Message 5 of 10
(3,130 Views)

All you need is attach the toplevel VI you are showing in the picture. Make sure all controls and indicators contain the data shown, then make current values the default. Save the VI under a new name and attach it here.

 

Pictures are pretty useless!

0 Kudos
Message 6 of 10
(3,121 Views)

I can't make out enough detail in the PDF to be of any help. Sorry.

0 Kudos
Message 7 of 10
(3,120 Views)

It is possible that your fields have long trailing blanks and the tables are right-aligned while the array is left-aligned. Check the text justification settings.

 

What happens if you click in one of the seemingly empty fields?

0 Kudos
Message 8 of 10
(3,111 Views)

solved....my data was too long for listboxes and tables

 

thanks anyway

Using LabVIEW 7.1
0 Kudos
Message 9 of 10
(3,104 Views)

@gigi85 wrote:

solved....my data was too long for listboxes and tables


Sooo... how long was your data? Is thre a documented maximum field size?

0 Kudos
Message 10 of 10
(3,090 Views)