Search found 4 matches

by vincenzo.vitale
Wed Nov 03, 2021 11:19 am
Forum: C and C++
Topic: Avoid recording of IEPE sensor charging
Replies: 1
Views: 20243

Avoid recording of IEPE sensor charging

Good day everyone, I'm writing a custom program to record streaming data from a Picoscope 4224 IEPE with a Bruel & Kjaer 1D Accelerometer Sensor. I've found that the first 5 sec of the recording is unuseful due to a characteristic event of the IEPE channel opening. I want to try to avoid the recordi...
by vincenzo.vitale
Fri Oct 01, 2021 12:46 pm
Forum: C and C++
Topic: Problem in returning callback values in the Streaming handler
Replies: 0
Views: 14074

Problem in returning callback values in the Streaming handler

Good day, I'm programming a Visual C++17 code that use a Picoscope 4224 IEPE to obtain a stream of values for a range of time with minimum latency possible. My case limit is doing a stream of 60s at 1MS/s of sampling (60MS) I've adapted your example of StreamingHandler and CallbackStreaming seen no ...
by vincenzo.vitale
Wed Sep 29, 2021 1:25 pm
Forum: C and C++
Topic: Setting IEPE mode in Streaming Handler in my C++ program
Replies: 2
Views: 6572

Setting IEPE mode in Streaming Handler in my C++ program

Good day everyone, I'm writing for my thesis a program that permits to interface with a Picoscope 4224 IEPE. I need to operate in IEPE mode with the requested accelerometer, but I see that in DC/AC Coupling I can only set: - TRUE if I need DC Coupling - FALSE if I need AC Coupling How I can set up t...