LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array displays grows with array size

Hi all,
I have a program that builds an array of data and displays it on the front panel... simple question: is it possible for the display to resize itself automatically when the arrays grows? If have tried Advanced-->Synchronous Display but that doesnt seem to do much.
Thanks for the help

NahoY
0 Kudos
Message 1 of 3
(2,448 Views)
You can do this with a property node. Right click on the array and select Create Property. Right click on the property node and select Properties>Number of Rows. Right click on it again and select Change to Write. Connect the input of the Array Size function to your array and the output to the property node.
0 Kudos
Message 2 of 3
(2,444 Views)
Thank you very much Dennis

Message Edited by NahoY on 05-13-2005 09:57 AM

0 Kudos
Message 3 of 3
(2,439 Views)