08-24-2007 05:09 PM
08-24-2007 05:35 PM - edited 08-24-2007 05:35 PM
Message Edited by Gabi1 on 08-25-2007 12:36 AM
08-25-2007 10:56 AM
08-25-2007 01:44 PM
sorry about the link
http://forums.ni.com/ni/board/message?board.id=170&message.id=251473#M251473
using DAQmx you can set the clock for the device, as well as the clock source. for testing purposes i suggest you dont work at 2MHz.
if you have an external reference, to which every edge some data is sent to the card, then simply define it to be your clock. you input it to the card, (i remember PF2 but check it on the manual). then define the clock source to be external - pf2. automatically, at every clock cycle the card will read the data on its input lines.
unrelated to that you might want to have a trigger to start aquisition.
in general, this is a simple thing to do, and DAQmx is as good as traditional, just with a bit more functionnality. you might want to look at online examples aquisition using DAQmx, and the tread above.
08-27-2007 02:05 PM