06-25-2017 06:32 AM
I get voltage waveform by using DAQ assistant. But waveform will be move. So, how to fix waveform like the picture?
06-25-2017 07:28 AM - edited 06-25-2017 07:29 AM
A couple of questions, with different possible courses of action:
If you tell us why you want the waveform to be fixed, we can perhaps give more specific guidance as to how to best achieve it.
06-25-2017 08:25 AM
I will use write to measurement file to auto save waveform data. Then, using this data subtract other waveform data. But there is a phase shift problem when using write to measurement file. So, subtraction result is different.
06-25-2017 10:40 AM - edited 06-25-2017 10:41 AM
So you're acquiring data from two separate sources, and you want to keep them in phase with each other? Or at least, to have some starting point where they are in phase?
How are you acquiring these data - by which I mean, from what sources and with what sort of hardware?
I expect there are several solutions to your problem, but I'm not certain trying to "fix the graph" is going to directly help you.
Perhaps you could instead record a mean crossing time as T0? (edit - I mean the time at which the waveform crosses the mean value of the same waveform)
06-25-2017 11:19 AM
I use CT and VT to get voltage and current. My situation is :
Using read to measurement file read two data and using add function add two data. If phase shift correct, it become A + B current waveform. However waveform will be move and cannot keep same starting point. So, I cannot get correct waveform.
06-25-2017 07:24 PM
I still have no real information about your hardware, but it sounds like you just need to set up a trigger for a known point on the curve (i.e. 0 volts crossing time, or mean voltage crossing time) and then trigger the waveforms at that point.
If you give some more information it might be possible to give more specific thoughts.
06-26-2017 08:37 AM
or after acquisition, you can read the data, get to the point from where you want to start to display it, discard the previous values and plot the waveform from there.