This sounds like a software timing problem.
You are probably doing this on the 6009:
1. Read a sample
2. Sleep 5 seconds
3. Repeat
Reading the sample is taking time in your program that you need to account for. You need to do this. I imagine the code for the 9211 is doing things this way:
1. Read a sample
2. Check the system time
3. Sleep a calculated amount of time until the next sample time
4. Repeat
Message Edited by 280Z28 on 04-08-2006 05:48 PM
Message Edited by 280Z28 on 04-08-2006 05:50 PM