10-02-2013 10:37 AM
I have a problem to trigger an analog acquire with NI9205 (C module in Compact DAQ)
i use the PFI0 line, but the acquire don't start when i send a trigger gignal (5 to 0V)
the error:
could you help me?
Thanks a lot!
10-02-2013 11:11 AM - edited 10-02-2013 11:11 AM
You set your task up to run at a rate of 2400 samples per second, and request 64 samples to be read. This means that it will take at least 37.5ms to take the data.
Your DAQmx Read function has a timeout of 10ms set. This means that the read will always timeout before the required samples are read as the error is indicating.
For this configuration you should not need to wire the timeout setting of the DAQmx read at all, I recommend removing that input!
10-03-2013 05:21 AM
I set the timeout of the analog read, at 10S,
i try to link the PFI0 to GND ,and the program work correctly!
but if i link the PFI0 line with a signal (serial 422 converted with receiver ADM488) the program don't trigger!!!
10-03-2013 09:26 AM
the Ain is link with PFI0, i hope don't is this the problem
10-07-2013 12:43 PM
The task is set to trigger on a falling digital edge. Does your signal fit these requirements?
10-14-2013 04:57 AM
yes, ,i have a TTL signal