07-28-2005 08:43 AM
08-01-2005 06:06 AM
I see the error on my NI6220 and NI6143 boards, but on my NI6070E it seems to work?
-cpede
08-10-2005
04:40 PM
- last edited on
04-29-2024
02:32 PM
by
Content Cleaner
Hi cpede,
I found a KnowledgeBase about Error -200019:
What causes Error -200019 when increasing the sampling rate and an external trigger?
It sounds like the problem is that the sample rate is causing problems. I would also be really suspicious of a noisy clock or a clock that hovers near the 2.2 V range so that it could quickly toggle between positive and negative.
One reason that it could be working with the PCI-6070E and not the PCI-6220 is because the PCI-6070E runs at 1.25 MS/s compared to 0.25 MS/s for the PCI-6220.
I like the idea of triggering if you know that the first change of your clock may not come for over about 10 seconds. You may want to make the start trigger and the clock signal be on different PFI lines. You should be able to simply make a hardware connection between the two lines.
Regards,
07-20-2007 03:44 AM
07-23-2007
05:12 PM
- last edited on
04-29-2024
02:33 PM
by
Content Cleaner
Hi Matthias,
Do LabVIEW shipping examples exhibit the same problem? What happens with different sampling rates? We may be able to help further if we can see your code.
07-24-2007 04:09 AM
07-24-2007 08:26 PM
Hi Matt,
Please try a shipping example which uses an internal clock. Although you have checked your signal, I am curious if your card errors while using the internal clock (Cont Acq&Graph Voltage-Int Clk.vi). Also, does this error occur if you use your external clock, but acquire a very small number of samples. This way, if your signal did happen to have a small glitch which was causing this error, it would not be seen. (I want to eliminate that there may be a very small glitch which could be overlooked).Lastly, what is the result of using another sample clock source? Please try the example ‘Multi-Function-Ctr Pulse Train Generation for AI Sample Clock.vi’ (Help >> Find Examples… >> Hardware Input and Output >> DAQmx >> Synchronization >> Multi-Function). The example creates a counter pulse train, and uses this as the sample clock. The example originally uses the CtrxInternalOutput, but you can also play with manually connecting the counter to a PFI line, and using that PFI line as your AI clock.
07-25-2007 03:27 AM