02-26-2020 10:15 PM - edited 02-26-2020 10:28 PM
Thank you for pointing it out. I removed the case structure. Now I am able to move the cursors and select the desired section in continuous mode.
One more problem I am having in this VI. Why the fitted curve using polynomial fitting is giving wrong Y axis values?
02-27-2020 10:26 AM - edited 02-27-2020 10:38 AM
@Ben121 wrote:
Why the fitted curve using polynomial fitting is giving wrong Y axis values?
"Wrong" is a useless word unless you tell us in what way it is wrong (not a good fit, missing, wrong size, wrong alignment, etc.)
I cannot test, because I don't have your data. To get the subset between datapoints of an array, use a locked to plot cursor, and the cursor index property as follows. Note that the min&max function ensures that the cursor order does not matter.
02-27-2020 01:04 PM
@Ben121 wrote:One more problem I am having in this VI. Why the fitted curve using polynomial fitting is giving wrong Y axis values?
This part of the discussion has been continued in a new thread. So follow the link.
02-27-2020 09:56 PM
Thank you for the replies. I think I am able to get it.