Search found 10 matches

by stefanwiesner
Mon Nov 21, 2011 3:13 pm
Forum: C and C++
Topic: usb connection
Replies: 13
Views: 19172

Re: usb connection

Unfortunately I cant see where and when the program gets stuck and it is hard to reproduce. What basically happens, is that I lose the usb connection to the picoscope and the call to get_streaming_last_values_ns gets stuck. When I then restart the PC I sometimes get the windows message, that the pic...
by stefanwiesner
Wed Nov 16, 2011 8:52 am
Forum: C and C++
Topic: usb connection
Replies: 13
Views: 19172

Re: usb connection

I have the same problem with my picoscope 2203. It sometimes (it is hard to reproduce and find a pattern, sometimes after 10 minutes, sometimes after 2 days) looses the connection to the PC, meaning the picoscope is not found by any application (picoscope 6 software, or my own little app) anymore. I...
by stefanwiesner
Wed Nov 16, 2011 8:31 am
Forum: C and C++
Topic: 64 bit PicoScope API
Replies: 18
Views: 33667

Re: 64 bit PicoScope API

one vote more for 64 bit. I am looking already for alternatives for the picoscope.
by stefanwiesner
Thu Sep 23, 2010 7:58 am
Forum: General Software Discussions
Topic: Longterm streaming fails
Replies: 23
Views: 25447

Re: Longterm streaming fails

Hi Robin,

after a long time a got a chance to test your new dll. (version 2.0.8.32). unfortunately it has the same problem as the old one, so it hangs after 70 minutes. can you check if you posted the right dll?

thanks,
Stefan
by stefanwiesner
Tue May 25, 2010 7:16 am
Forum: General Software Discussions
Topic: Longterm streaming fails
Replies: 23
Views: 25447

Re: Longterm streaming fails

Hi Robin,

I am glad to hear that you could find the problem. I am looking forward to getting the new driver.

regards,
Stefan
by stefanwiesner
Tue Mar 23, 2010 11:01 am
Forum: General Software Discussions
Topic: Longterm streaming fails
Replies: 23
Views: 25447

Re: Longterm streaming fails

are there any news regarding that problem?
by stefanwiesner
Wed Mar 03, 2010 9:33 am
Forum: General Software Discussions
Topic: Longterm streaming fails
Replies: 23
Views: 25447

Re: Longterm streaming fails

I have the same behavior using the new driver. the application stalls after 70 minutes.
by stefanwiesner
Tue Mar 02, 2010 3:37 pm
Forum: General Software Discussions
Topic: Longterm streaming fails
Replies: 23
Views: 25447

Re: Longterm streaming fails

I tried it again with a sampling interval of 2 micro seconds and the application stopped working after 140 minutes.
by stefanwiesner
Tue Mar 02, 2010 9:39 am
Forum: General Software Discussions
Topic: Longterm streaming fails
Replies: 23
Views: 25447

Re: Longterm streaming fails

Hi Robin, thanks for your quick answer. I tried the example today with one modification. I changed the parameters. ps2000_run_streaming_ns ( unitOpened.handle, 1, PS2000_US, BUFFER_SIZE_STREAMING, 0, 1, 50000 ) I set the sampling interval to 1 micro second and i don't aggregate the samples. The exam...
by stefanwiesner
Sat Feb 27, 2010 2:06 pm
Forum: General Software Discussions
Topic: Longterm streaming fails
Replies: 23
Views: 25447

Re: Longterm streaming fails

I am seeing a similar problem using the picoscope 2203. After grabbing data for about 70 minutes, the callback function is not called anymore and ps2000_get_streaming_last_values returns always zero. I start streaming using ps2000_run_streaming_ns (handle, 1, PS2000_US, 1024 * 1024, 0, 1, 512*512) a...