Search found 3 matches

by rgramann
Thu Apr 11, 2019 8:47 am
Forum: PicoLog
Topic: PicoLog 1000 and channel sync
Replies: 3
Views: 2985

Re: PicoLog 1000 and channel sync

FYI, _pico is a wrapper around the Pico API
by rgramann
Wed Apr 10, 2019 4:27 pm
Forum: PicoLog
Topic: PicoLog 1000 and channel sync
Replies: 3
Views: 2985

Re: PicoLog 1000 and channel sync

Thanks Martyn, Note: _readReceived is defined as Action public async void Start(uint numberOfReadingsPerSecond) { try { var usForBlock = (uint) 1000000 ; short[] channels = {1, 2, 3, 4, 5, 6}; var status = _pico.SetInterval(ref usForBlock, numberOfReadingsPerSecond, channels, 6); status = _...
by rgramann
Fri Apr 05, 2019 4:01 pm
Forum: PicoLog
Topic: PicoLog 1000 and channel sync
Replies: 3
Views: 2985

PicoLog 1000 and channel sync

Hi, We're using your Pico SDK to monitor (6) pressure sensors as a continuous stream, with a sampling rate of 1 reading/sec. I am able to pull these readings using pl1000GetValues(). During testing, I attach a plunger to the sensor to simulate an increase in pressure. The pressure values are display...