LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multicolumn listbox circular buffer

I have data being entered into a multicolumn list, and I want it to throw away data after a few minutes and replace it with new data. Right now it just continues to collect data forever.

 

Also, another thing I am trying to do is set the precision of the collumns differently. I want all the data to have 5 decimal points so I am using the number to fractional string to set the precision to 5, but I also have in the array columns for the hour and minute for a time stamp. For the hours and minutes I do not really want to have precision 5 since it is just a bunch of zeros. Is there a better way to do this?

 

Thanks

0 Kudos
Message 1 of 4
(2,714 Views)

hi,

friend.

you must convert your data into 5 precision than you concatinate time stemp. Then that column you add to the multicolumn list box.

 

CLAD
Labiew programmer
0 Kudos
Message 2 of 4
(2,687 Views)

Ok thanks! I figured out the other problem. Just used the delete from the array, lot easier.

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

Sorry to double post, but it wont let me edit it now. I thought I understood what you said. I think you are telling me how to put the timestamp and data in the same column, but I want to get the time stamp in it's own column and not have the precision for it.

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