Search found 5 matches

by MarBrunero
Tue May 18, 2021 4:25 pm
Forum: LabVIEW
Topic: Error 268440457 in ps5000OpenUnit
Replies: 12
Views: 13354

Re: Error 268440457 in ps5000OpenUnit

Hi Martyn, I'm trying to package up all dlls required to run my picoscope 5444d so I can deploy an application without the need to install the SDK. So far I've got ps5000a.dll and ps5000aWrap.dll but I'm getting error 268435457 at OpenUnit. I tried adding some of the other dlls from the SDK/lib fol...
by MarBrunero
Thu Apr 15, 2021 8:00 am
Forum: LabVIEW
Topic: PicoScope 5000 - LabVIEW and GetValuesAsync
Replies: 0
Views: 10039

PicoScope 5000 - LabVIEW and GetValuesAsync

Hi!

I'm looking for examples on how to implement in LabVIEW a RapidBlock acquisition using the async version of the GetValues method in the provided dll. Does anyone here knows if there is any available?

The device is one of the PicoScope 5000 line. LabVIEW 2020 32-bit.

Thank you,
Marco
by MarBrunero
Thu Jul 11, 2019 3:09 pm
Forum: LabVIEW
Topic: Pico 5243D - Sync scope acquisition with AWG signal output
Replies: 5
Views: 16918

Re: Pico 5243D - Sync scope acquisition with AWG signal output

Thank you Andrew. The provided code works and I was able to use the same settings in my application. Unfortunately, I have to acquire up to 200k different acquisitions (2ch, up to 10kS per channel) and, if Rapid Block Bulk cannot be used, the required time is too long. My understanding is that Rapid...
by MarBrunero
Tue Apr 23, 2019 9:35 am
Forum: LabVIEW
Topic: Pico 5243D - Sync scope acquisition with AWG signal output
Replies: 5
Views: 16918

Re: Pico 5243D - Sync scope acquisition with AWG signal output

Thank you for your reply Andrew. Finally I had time to try to implement your solution for the software trigger, unfortunately without success. Here I attach my LabView diagram and front panel. The AWG output of the picoscope is directly connected to the CHA input. I can acquire a waveform but consec...
by MarBrunero
Tue Jan 29, 2019 4:55 pm
Forum: LabVIEW
Topic: Pico 5243D - Sync scope acquisition with AWG signal output
Replies: 5
Views: 16918

Pico 5243D - Sync scope acquisition with AWG signal output

Hi, I would like to start a single acquisition of a finite number of samples at the same time of the generation of a single short pulse, using the arbitrary AWG, and repeat these two steps (pulse and acquisition) at the end of the previous acquisition, with the shortest delay possibile. Ideally I wo...