Search found 2 matches

by jbrenem
Wed May 15, 2013 5:33 pm
Forum: LabVIEW
Topic: Streaming Multiple PicoScope4424's into LabVIEW?
Replies: 3
Views: 6295

Re: Streaming Multiple PicoScope4424's into LabVIEW?

Hi Hitesh, Thank you for your reply. Unfortunately I have not solved the problem yet: 1) Moving the ps4000GetStreamingLatestValues() function outside of the polling loop in the PS4000GetStreamingValues.vi caused the LabVIEW code to hang (IsReady() never returns true). 2) Duplicating the block struct...
by jbrenem
Sat May 04, 2013 1:16 am
Forum: LabVIEW
Topic: Streaming Multiple PicoScope4424's into LabVIEW?
Replies: 3
Views: 6295

Streaming Multiple PicoScope4424's into LabVIEW?

I’ve been able to successfully stream data at 1Ms/s into LabVIEW from a PicoScope4424 using the 10.5.0.11 version of the SDK, along with the additional ps4000wrap.dll from the support forums. However, I’m unable to stream from two PicoScopes simultaneously. I’ve created a duplicate of the PicoScope4...