mjb3030 Posted February 10, 2004 Posted February 10, 2004 I am creating an application that will be collecting data from a data acquisition device. The device will be supplying the data at a much faster rate than I need to collect it, which is fine. I need to collect exactly 360 pieces of data in exactly 3 seconds, 120 points per second. My question is... how? Should I use a Timer? My guess is that won't be accurate enough to give me exactly 360 data points each time. If I use a For...Next loop, I will get exactly 360 points, but it won't happen over 3 seconds. Where should I turn? Thanks. Quote
Moderators Robby Posted February 10, 2004 Moderators Posted February 10, 2004 How is the data being dispatched, remoting, service, etc... ? Quote Visit...Bassic Software
mjb3030 Posted February 10, 2004 Author Posted February 10, 2004 I am connecting to a USB data acquisition device which is converting an analog signal to a digital one. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.