06-19-2007 04:27 PM
06-20-2007
11:58 AM
- last edited on
05-09-2024
04:43 PM
by
Content Cleaner
Hi Victor,
It sounds like you are trying to perform a start and stop trigger.
Hope this helps!
06-20-2007 02:24 PM
Hi Abhinav,
Thanks for the response. I loked into the example, and it does not load completely because it's missing "DAQmx Start Trigger (Digital Pattern).vi" and "DAQmx Reference Trigger (Digital Pattern).vi" . I looked at the options the Start Trigger and Refeence Trigger VIs have, and they are: NONE, DIGITAL EDGE, ANALOG EDGE, ANALOG WINDOW.
It seems like it is missing the DIGITAL PATTERN option.
Additionally, it uses the sample clock to read the samples, I want to use the Strobe Input (Handshaking). I'll modify this vi and try to see if it works. Do you think it will?
Thanks,
Victor
06-20-2007 03:09 PM
06-21-2007 09:23 AM - edited 06-21-2007 09:23 AM
Victor,
You just need to change the DAQmx Timing VI's poly-morphic instance to Handshaking:
You can do this by click on the drop-down box below the Timing VI.
Message Edited by Abhinav T on 06-21-2007 09:24 AM
06-21-2007 10:15 AM
06-23-2007 03:08 PM
Hi Victor,
Abhinav may have overlooked the fact that you’re using an E Series device. These devices do not support correlated digital I/O. This means that you can only perform software timed digital I/O triggering. You can read off of the triggering lines and setup logic within LabVIEW to stop the digital task, but the triggering will not be hardware timed. Post back if you have further questions.
Regards,
Ed W.
Applications Engineer
National Instruments
07-05-2007 09:55 AM
Hi Ed W.,
Thanks for your help.
I was able to sort of achieve what I needed with the sequence structure, triggering a dummy analog sample in the first frame.
Regards,
Victor