03-08-2007 06:33 AM
03-09-2007 11:38 AM - edited 03-09-2007 11:38 AM
Message Edited by Travis G. on 03-09-2007 11:39 AM
11-16-2007 05:47 AM
Dear Travis, hello once again after long time.
Reffering to point-2 of your reply, that is export of change detection signal to PFI line. I would like to know whether export of change detection signal to PFI occurs after a bunch of 26 Data lines are read or before ? This is because we can reset our ADC only after data are read on line D0-D25 otherwise data will be lost before they are read.
Any solution, if it is "before" ?
Regards
Pranav
11-16-2007 05:59 AM
Dear Travis,
My previous post is reffered to the message no 12, on page -2, which contains VI dia gram.
Pranav
11-16-2007
11:33 AM
- last edited on
02-16-2024
05:06 PM
by
migration-bot
Pranav,
Lets take look at the Appendix B: Timing Diagrams section of the M Series User Manual. These diagrams illustrate the timing delays as signals propagate from external pins on the DAQ device through the internal circuitry. Figure B-38: Digital Waveform Acquisition Timing Delays is the diagram your most interested in. Although this timing diagram is for a sample clock based digital input operation, the change detection circuitry will be generating the DI Sample Clock so the P0 to P0i and DI Sample Clock to PFI (output) delays still apply. From this diagram, after accounting for all input and output delays it looks like the change detection event will reach the external PFI line several nanoseconds after the digital input circuitry sees the data from the digital lines.
I hope this helps,
Travis G.
11-19-2007 12:00 AM
Thanks Travis, for the reply. From timing diagram, the time delay between DI sample clock rising edge (where data are read) and PFI output is t8. I hope this will be sufficient in our application. However, in the worst case if above scheme does not work, I have planned to put a D-type Latch on the data lines to hols the data even if ADC is reset 'early' by 6259.
Regards,
Pranav
12-04-2007 02:32 PM
Just stumbled back upon this thread and noticed fairly recent activity. Just thought I'd suggest a possible workaround if you need a delay that's bigger than the nanosec realm you get from the hardware. Rather than route the change detect signal to PFI for *direct* use by some other task, route it to a counter that's configured for retriggerable single pulses. (This assumes you bought an M-series board like the 6259). Then let the other task use the counter's output, whose delay and duration you can control.
There should be a shipping example for generating a retriggerable pulse. Be aware that you may need to set "low time" equal to "initial delay" to get consistent behavior for all triggers. See this KB article.
-Kevin P.
12-04-2007 10:42 PM