04-21-2010 04:43 AM
04-22-2010 03:15 PM
Good afternoon Enest,
I have created a community example for you to reference that will bring in the analog output signal on an analog input channel. I this example, they are both synchronized and the signal start points will line up.
Best,
04-22-2010 03:41 PM - edited 04-22-2010 03:42 PM
Hello Ernest,
I apologize for my first post, I did not realize you were using a DSA card. With our DSA cards there will be a given delay for each card depending on the ADC filtering. You can reference the USB-4431 manual for this information; it is listed at 38 samples (nominal) of delay. With that said, you can choose to throw away the first 38 samples of the data array to accomplish this by splitting the array after the 38th element, and only graphing the samples thereafter. It might need to be fine tuned a bit, so 38 samples is a nominal value.
Best,
04-23-2010 09:57 AM
04-23-2010 01:55 PM
Hi Ernest,
I have tried to disable the filtering on the USB device using a channel property node in LabVIEW, but it is not possible. It is available on the 447x DSA devices which are PCI or PXI form factor.
You can change a digital trigger to an analog trigger by clicking on the trigger box below the VI Icon specifying Start»Analog Edge. However, you can use this on an analog input task, and not on a digital input task.
You might be getting more delay due to the sample rate of your acquisition, which can affect this amount of unusable data points.
Best,