LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can i refresh buffer allocation programmatically

Hi all
 
i am having some problem regarding buffer allocation because i am using the large number of array in my loop.
 
so plz can anybody tell me how can i refresh buffer allocation programmatically?
 
thnaking you
keyur makadia
optimized solutions pvt ltd
M 919879307825
0 Kudos
Message 1 of 4
(2,736 Views)
I dont understand your question.
maybe you would like to share your application for us to look at it?
as a general note, you might want to prepare the array size in advance (preallocate memory), using the "initialize array" function. this should help in speeding up your application.
-----------------------------------------------------------------------------------------------------
... And here's where I keep assorted lengths of wires...
0 Kudos
Message 2 of 4
(2,731 Views)
hi there
 
  i would like to referesh the buffer allocation programmatically.
is it possible ?
 
thanking you
keyur makadia
 
0 Kudos
Message 3 of 4
(2,729 Views)
Well, asking the same question without providing additional information is not of much help. LabVIEW does its own memory management. It's not like a text-based language. Perhaps you should start with this article: Managing Large Data Sets in LabVIEW.
0 Kudos
Message 4 of 4
(2,718 Views)