Jump to content

McKman

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by McKman

  1. Techie,

    I believe the benefit of the "property node value" is that it does not require a copy of the data to be made in memory like a "local variable" would. From what I understand LabVIEW keeps a copy of the data for each local variable in the code. So if my code occasionally updating a front panel graph that has a lot of data, I use a property node since speed is not an issue and I don't want to eat up memory with multiple copies of data. But if I wanted to quickly update a front panel graph with small amounts of data, I would use a local variable. Where is the break even point? I don't know. You can always test it out if you want to find the optimum choice.

    Mark

  2. Hello Martin

    I read about your problem on Info-LabView.

    I had similar problems analyzing data in the lab here. I was having problems consistently finding peaks when the data peaks may be sharp or rounded.

    I decided to build my own tool to look for peaks and came up with the attached Peak Search solution wired into your example. It has worked very well for me. See if it offers the functionality you want (or what you actually need as opposed to what you want ;-).

    Mark

×
×
  • Create New...

Important Information

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