06-16-2009 08:10 AM
How do I take in all 3 analog input together at 40ms interval.
Example: programme will run and programme will take in input, stop and take in input again at 40ms interval.
06-16-2009 08:38 AM
You can set the sample clock to do this or put your acquisition code inside a while loop.
If you want some example code, you'd better provide the programming language you are using.
06-16-2009 08:55 AM
This is a print screen of my programme
06-16-2009 09:20 AM - edited 06-16-2009 09:26 AM
You could instead post your actual VI. It's hard to see how you have the timing function wired, etc. It looks like you are sampling at 60000 samples/sec. I'm not sure, but I think you have it set up to acquire all of these so you will take 1 sec for each acquisition.
06-16-2009 09:39 AM