08-26-2016 06:03 PM
08-26-2016 06:15 PM
If youve set the x-axis range for 12 seconds it should show a new time stamp because the first time stamp is more than 12 seconds prior to the second.
08-26-2016 06:36 PM
08-26-2016 06:40 PM
It would help a lot if you posted code, but if youre getting the time stamp 1 minute later and the x-axis is time then yes the time samp will be 1 minute post your first data point. If youre x-axis is only 12 seconds it cant plot both points. It will update with the latest point.
08-27-2016 03:42 AM
08-27-2016 03:53 AM
Hi Hamed,
it's quite easy:
- When you use the current time for building a waveform the vhart will use/display this time regardless of any "pause" feature you might use.
- When you want to keep your own "measurement time" for display you need to "keep it on your own"! Keep the "measurement time" in a shift register and update it depending on samplerate and run/pause mode…
- When you want to display arbitrary XY data you should look for a XY graph instead of a waveform chart…
Again: Post your VI to have us check your options!
08-27-2016 04:41 AM
08-27-2016 04:44 AM