Search found 3 matches

by JackyJay
Mon Mar 04, 2019 12:17 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Immediate Streaming using C#
Replies: 5
Views: 12647

Re: Immediate Streaming using C#

Now I got it. Thank you very much. I was a little confused, because in the Console example an _autstop variable is defined as false, but the application stops after a while. The reason is, that the _autostop variable is not used for the RunStreaming-function: _autoStop = false; status = Imports.RunS...
by JackyJay
Fri Mar 01, 2019 3:09 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Immediate Streaming using C#
Replies: 5
Views: 12647

Re: Immediate Streaming using C#

Hi Martyn,

thank you for your replay.
In principle that was the function I was looking at. But I am not quite sure, if I use it properly.
Is there a way to get a time-stamp? And as far as I see this function stops at some time. Is there a way to last it until forever?

Greetings
Jake
by JackyJay
Fri Mar 01, 2019 12:18 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Immediate Streaming using C#
Replies: 5
Views: 12647

Immediate Streaming using C#

Hi everybody, I try to get some data from my picoscope 6000 in C#. I am able to use the burst mode and to read out the data. What I would like to get is something like a "live mode". I would like to choose a sampling rate and then get all the data over time until forever (or until I click a stop but...