05-18-2007 07:39 AM
05-21-2007 11:03 AM
Hi John,
DAQmx base does not have property nodes, therefore we cannot programmatically determine information about the cards. We typically refer to our high-speed scopes (51xx series) as digitzers, in which case, there are no drivers for MAC. Our other DAQ cards, E-Series (60xx) and M-Series (62xx) work with DAQmx base according to the readme.
If you are using a DAQ card, I would like a bit more clarification about question 2. When you say start at the same sample point, do you mean start simultaneously so that the input and output start at the exact same point in time? If so, I may suggest triggering them both off of the same digital line.05-21-2007 11:40 AM
05-22-2007 01:55 PM
John,
If you would like to start them simultaneously, you will need a single digital value change (high or low), as you can set the digital trigger to look for a rising or falling edge. DAQmx base does not support software triggering. (Found in the DAQmx Base C Reference Help). Also, in order to keep this issue as one forum, let’s continue in your other forum here.