Continuously collect data from the 212/3

Post general discussions on using our drivers to write your own software here
Post Reply
ntalbott
User
User
Posts: 5
Joined: Mon Jul 19, 2004 9:25 pm
Location: Cary, NC

Continuously collect data from the 212/3

Post by ntalbott »

I need to continuously collect voltage data just like the Picoscope software does when set to a timebase of 1 s/div, but I haven't been able to figure out how to mimic its behavior. Slow mode looks interesting, but appears to not be implemented. What driver settings and calls does Picoscope use?

Thanks,


Nathaniel

User avatar
markspencer
Site Admin
Site Admin
Posts: 598
Joined: Wed May 07, 2003 9:45 am

Post by markspencer »

Hi,

Thank you for your post. When Picoscope is set to the 1s/div timebase it will be using the using the get_time_and_value routine, and using the Windows clock for its timing.

Unfortunately we do not have an example in C that shows timers being used, but the adc200 Visual Basic example incorporates this feature of windows programming.

Best regards,
Regards,

Mark Spencer

Post Reply