Search found 3 matches

by tonbo
Mon Apr 03, 2017 12:09 am
Forum: PicoLog
Topic: PicoLog1216, PICO_INVALID_SAMPLE_INTERVAL
Replies: 4
Views: 4445

Re: PicoLog1216, PICO_INVALID_SAMPLE_INTERVAL

Hello, Martyn

Thank you.

I want to operate correctly under the following conditions:

int16_t channels[] = { 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 };
int16_t nChannels = 16;
uint32_t usForBlock = 35840;

and
sampling rate : 10μs

tonbo
by tonbo
Fri Mar 24, 2017 5:20 am
Forum: PicoLog
Topic: PicoLog1216, PICO_INVALID_SAMPLE_INTERVAL
Replies: 4
Views: 4445

Re: PicoLog1216, PICO_INVALID_SAMPLE_INTERVAL

Hellow, Martyn Thank you for your answer. I tried it like you pointed out. int16_t channels[] = { 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 }; int16_t nChannels = 16; uint32_t usForBlock = 35840; //Block time, 35840μs uint32_t nSamples = 224; //Block size, 224 uint32_t nSamplesPerChannel = 224/16; // T...
by tonbo
Thu Mar 16, 2017 2:30 am
Forum: PicoLog
Topic: PicoLog1216, PICO_INVALID_SAMPLE_INTERVAL
Replies: 4
Views: 4445

PicoLog1216, PICO_INVALID_SAMPLE_INTERVAL

Hellow, Martyn Technical Specialist I am a new PicoLog1216 user. I am trying to obtain stream data with a short block time. Hardware Version : 1 Serial Number : CU981/227 Calibration Date : 17Feb16 Kernel Version : PICOPP.SYS V1.0 pl1000.dll Version : 1.0.9.2 Original Sample Program pl1000con.c : 08...