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
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