08-12-2005 02:06 AM
Is there a way using trigers or else to sinhronise digital line states with the sample clock?
08-12-2005 05:30 PM
08-13-2005 01:57 PM
Ryan, thank You for the reply.
I noticed that, I can make a multisample write operation if I do not declare timing with a sample clock.
I would like to know what is the write speed (number of signals writen to the DIO line per second) and which clock is managing multiple writ to DIO lines.
08-14-2005 04:34 PM
08-16-2005 04:21 AM
t1 = DateTime.Now.Ticks
For i = 1 To 100data(i) = aIReader.ReadSingleSample
Nextt2 = DateTime.Now.Ticks
08-16-2005 10:54 AM
08-18-2005 02:34 AM
Ryan,
About the timing: I am not using USB hub and DAQ-PAD6016 is the only device connected to the USB. No other software is running simultaneously. I have checked timing on other computer and it was similar.
The reason for choosing USB card was in building a portable luminometer. I use digital lines for the control of the shutters, illuminator and high voltage supply of the fotomultiplier - which is used for light detection. I am using one counter for sample clock generation and the other for photon pulse counting. So for my application I need a corelated DIO and Counter operation. I think I have achived it with a combination of software timing for DIO and hardware timing for counter.
I have to say, that I am a little disapointed about the speed of data reading from the counter in a buffered operation - the maximum read frequency of 33 Hz. This limitation of DAQ-PAD6016 was not presented in the product documentation.
Thank You for help.
Luka