Jump to content

Loosing memory


Recommended Posts

Hi,

I have a program which is supposed to measure with a daq during 20 seconds every 30 seconds, and then perform an ftt, and then save the data. The problem is, I get performance leaks, and this app. is supposed to run for a couple of days. The number of cycles it manages to measure decays almost exponentially. I first tried a version with queues, where after each 20 seconds, data was stored in the queue, and then obtained for further analysis. And, I did release the queue every cycle, thought that might be good just in case. But, now I tried using global variables instead, and that also gets clogged down; I guess there must be something else slowing down my VI, but I can't figure it out. I have a couple of shift registers, perhaps that is what is causing the bad performance? I will attach som pictures of the VI:

Regards

Oscar

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.