Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

How to program the CR-850 to record 4 data per second (4 Hz)?


Unilab Nov 2, 2022 04:05 PM
Dear friends,

how do i program the CR-850 using CRBasic to collect 4 data per second (4Hz).

When I tried changing the collection time and put the instructions:

BeginProg

'Main Scan
Scan(400,mSec,1,0)

It didn't work. On the PC-400 screen, the readings were still slow and when downloading the data, it was every second.

Can you help me

Best Regards

Wilson

smile Nov 2, 2022 05:17 PM

Hi

first 4Hz is 250 mSec not 400 mSec.
In that line you decide the reading time, the storage time is in the "datatable" instrunction

Furthermore, the reading time is still subordinate to everything the logger has to do, in some cases it can be little and go into skipped scan error.

Smile

Log in or register to post/reply in the forum.