Search found 33 matches

by BDR
Thu Sep 21, 2017 11:18 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: ps6000SetSigGenArbitrary
Replies: 1
Views: 4038

ps6000SetSigGenArbitrary

Good day,

Is the ps6000SetSigGenArbitrary and ps6000SigGenSoftwareControl available in vb.net?

BDR
by BDR
Wed Feb 22, 2017 4:30 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Average Function
Replies: 17
Views: 18197

Re: Average Function

I cannot post code because I am on a defence network. If you are using the averaging on the scope, the total number of samples you should receive should decrease by the ratio you entre into the streaming call or block call AND setdatabuffer. There are a few ways of getting your total number of sampl...
by BDR
Wed Feb 15, 2017 4:21 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Average Function
Replies: 17
Views: 18197

Re: Average Function

Are the math channels done on the scope, or post process on the PC?
by BDR
Tue Feb 14, 2017 6:32 pm
Forum: USB PC Oscilloscopes
Topic: DC Calibration
Replies: 3
Views: 4405

Re: DC Calibration

No, it does not.

It seems to be slightly better than yesterday, but I may have been using a different scope.

It has been running for about 30minutes with all channels on.
by BDR
Tue Feb 14, 2017 11:49 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Average Function
Replies: 17
Views: 18197

Re: Average Function

Never mind, I have figured out a better way of doing business :O)
by BDR
Mon Feb 13, 2017 1:26 pm
Forum: USB PC Oscilloscopes
Topic: DC Calibration
Replies: 3
Views: 4405

DC Calibration

Good day, I have 5 PS6404D scopes. I have noticed that some of the channels, not all, are sitting up at around 1.8mV DC on more than one of the scopes. I have tried the zero off set button. I am not sure if this is like a "signal path" function, but in some instances it makes it worse. From most of ...
by BDR
Fri Feb 10, 2017 5:27 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Average Function
Replies: 17
Views: 18197

Re: Average Function

I have figured out what the problem is now. The average function is now working. I did not realise that I also had to set the data buffer to average mode as well. At least it seems that way. Everything runs now. When the scope uses hardware to average points, I am assuming it is doing (p1 + p2 + p3)...
by BDR
Wed Feb 08, 2017 11:52 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Average Function
Replies: 17
Views: 18197

Average Function

Is it possible to have the average function take the rms instead of the arithmetic mean? Eg. PS6000_RATIO_MODE_AVERAGE *Update. I have tried this average mode, and the buffers are always empty. I have searched the forum and found other people having the same trouble. *2nd Update I have unravelled th...
by BDR
Thu Feb 02, 2017 2:07 pm
Forum: USB PC Oscilloscopes
Topic: pico 5204 not recognized using Silex SX-DS-4000U2 extender
Replies: 6
Views: 7882

Re: pico 5204 not recognized using Silex SX-DS-4000U2 extend

I have solved all the issues. I now have a high speed wireless set up working. It streams the data no problem. I know there are several people out there looking to solve this issue. So for the record, a DS-600 will close your USB3 pipe down to 800MBits per second, but you can still get some decent s...
by BDR
Wed Feb 01, 2017 2:57 pm
Forum: USB PC Oscilloscopes
Topic: pico 5204 not recognized using Silex SX-DS-4000U2 extender
Replies: 6
Views: 7882

Re: pico 5204 not recognized using Silex SX-DS-4000U2 extend

I have noticed that the location in the device function summary is different when plugged in through the DS-600 server.

It looks like the Picoscope drivers are looking only at a specific port.
by BDR
Wed Feb 01, 2017 2:01 pm
Forum: USB PC Oscilloscopes
Topic: pico 5204 not recognized using Silex SX-DS-4000U2 extender
Replies: 6
Views: 7882

Re: pico 5204 not recognized using Silex SX-DS-4000U2 extend

I have the Silex DS-600. I am trying to connect it and I am having similar trouble to the issue above. I see the device while connected through the server. It first pops up as WestBridge. When I run the DS-600 software and connect the USB device, the picoscope software does not seem to see the devic...
by BDR
Tue Sep 20, 2016 6:05 pm
Forum: USB PC Oscilloscopes
Topic: Battery Power
Replies: 2
Views: 3902

Re: Battery Power

Thanks, I didn't see that.
by BDR
Mon Sep 19, 2016 11:19 am
Forum: USB PC Oscilloscopes
Topic: Battery Power
Replies: 2
Views: 3902

Battery Power

Good day,

I have noticed that there is a battery setting in the software. 6404D

Do you sell battery packs for this oscilloscope? If so, how long do they last for?
by BDR
Mon Apr 25, 2016 2:11 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Get latest streaming values
Replies: 6
Views: 8289

Re: Get latest streaming values

Everything seems to have worked out.

I will have to simply play with the buffer size to optimize the performance depending on the sample rate chosen.
by BDR
Mon Apr 25, 2016 12:53 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Get latest streaming values
Replies: 6
Views: 8289

Re: Get latest streaming values

I will try reducing the size of the buffers. Is there any optimum efficiency table ever created? If not, that is okay, I will figure it out. I am using the ps6000Wrap.dll to grab the data from the buffers. I do use the buffer to do some processing with. (I figured it was fast enough). I copy the buf...