Search Results

by eeot
Wed Jan 27, 2021 12:38 pm
Forum: C/C++
Topic: Setting Data Interval
Replies: 1
Views: 13697

Setting Data Interval

I need to change the data interval, but this code does not change the interval and it is still at the default interval. I need to save the voltage ratio for further calculations. How do I change the interval? #include <phidget22.h> #include <stdio.h> #include <time.h> #include <conio.h> //Declare an...
by eeot
Wed Jan 27, 2021 12:33 pm
Forum: C/C++
Topic: Setting Data Interval
Replies: 1
Views: 17429

Setting Data Interval

I am trying to change the data interval in my code, but when I run my code, it does not change and keeps the default sample rate. I need to save the voltage ratio for each channel to use for other calculations. How do I change the data interval? #include <phidget22.h> #include <stdio.h> #include <ti...