07-29-2005 11:43 AM
07-29-2005 11:57 AM
It would help if you would also explain what kind of problems you're having. Your description is too generic.
If your lock-in data goes to a chart, could it be that it is only a scalar instead of an array? In this case, you would need to accumulate it into an array (e.g. using a shift register and a built array node) to be plotted with the field values in an xy graph. Could you attach an simplified version of your VI containing some sample data? Once you are more specific, we can give more specific answers. 😉
If your chart gets cleared at the beginning of the run, you might also be able to simply get the chart history data (property node) and graph it against the field array. Have you tried that?
07-29-2005 12:10 PM
Hi Altenbach,
Thanks you for your reply. Attached is the vi i am trying to run. I have not wired the last xy graph, it will give ar error because the two different types of input data. I need a continuous plot with x being the magnetic field and y being the intensity of the lock-in. As you can see, I have a chart of Intensity vs time for the lock-in, and an xy graph of intensity vs magnetic field, but it only shows a single point and not a continuous line. Thanks again.
wcup2.
07-29-2005 03:47 PM
07-29-2005 09:30 PM