Hello there,I am currently working on a Data Acquisition Card (it's PCI1710 from Advantech) and trying to use Streaming Buffer Analog Input with a signal of 60 Hz to measure values at a sampling rate of 720 Hz. I am using a C++ program to store measured values into a file. While printing, the graph shows the samples at nearly 1 kHz, but not 720 Hz. I am expecting 12 samples (=720/60) per cycle but the result is about 17 samples (=1000/60) per cycle.I even tried to change the sampling rate from 720 Hz to 1500 Hz and 50 kHz too, but the result in every case shows 17 samples per cycle. I have configured the device to a "convert clock rate" of 720 Hz (which I believe is the sampling rate) from the "Navigator Software" available from the company, but I have not written down the configuration code in my program. Does anyone have an idea how I can get the 'sampling rate' running? The device can handle sampling rate upto 100 kHz. Thank you.Regards,