Hi caunchman
Thanks for posting your questions. The sequence of the data
being handled will depend somewhat on how you have programmed your
application. For example, if you are
doing software time digital I/O and an analog input in the same while, the
while loop will run as slow as the slowest independent sequence of events in
the loop.
- Are the digital input and analog input task in the same
while loop?
- How many samples you are reading in your analog input task
at a time?
- What kind of digital read are you doing?
- Can you post your VI or a screenshot of the VI?
- Can you post more about the 5V signal that you are trying to
measure? Is it analog (sine wave, etc..)? Is it digital? How fast does the
signal change value?
To answer one of your questions: the speed of the A/D is
defined by the sampling rate. At 6000 Hz it will take .16 ms to collect a single
sample.
Jared T.