Using streaming mode with multiple 4824 scope

Post your .Net discussions here
Post Reply
Yeoh
Newbie
Posts: 0
Joined: Fri Oct 09, 2020 10:01 am

Using streaming mode with multiple 4824 scope

Post by Yeoh »

Hi, I'm writing a VB.NET program with SDK library to perform streaming mode with 2 units of 4824 scope. My program can handle single scope streaming and successfully retrieved the data. However, I'm stuck in getting the data with 2 scopes.

In single scope, I'm using ps4000aStreamingReady callback and a do while loop to convert the dac data to milivolt and it's working fine. However, when using 2 scopes, I don't know how to run 2 loops independently since the do while loop is blocking call. Also, should I use two instances of the ps4000aStreamingReady callback?

Please advise. Thanks.

bennog
Advanced User
Advanced User
Posts: 208
Joined: Mon Nov 26, 2012 9:16 am
Location: Netherlands

Re: Using streaming mode with multiple 4824 scope

Post by bennog »

you need to use 2 separate threads.
Benno

Post Reply