Search found 6 matches

by SteveHageman
Sat Oct 04, 2014 1:56 am
Forum: General Software Discussions
Topic: Force hardware update
Replies: 2
Views: 4689

Re: Force hardware update

Hello Hitesh - Thanks for the information. That makes sense and works out better for my triggering. I am using Block Captures, since my application is a stimulus - response sort of ATE design. I set some source conditions and trigger a reading, then analyze the block of data in my PC, then I repeat ...
by SteveHageman
Tue Sep 30, 2014 2:18 am
Forum: General Software Discussions
Topic: Force hardware update
Replies: 2
Views: 4689

Force hardware update

Hi: I am using the ps5000a.dll with C# and a PS5244B - that all works fine. I have noticed that if I change a channel setting - like AC to DC I don't hear the relay click until I actually trigger the scope. I wonder - is there sufficient delay built into the scope firmware to insure that the channel...
by SteveHageman
Sun Sep 28, 2014 2:50 pm
Forum: Getting Started
Topic: Samples from SDK will not run
Replies: 4
Views: 5815

Re: Samples from SDK will not run

[Edit] - I removed a duplicate post.....
by SteveHageman
Sun Sep 28, 2014 2:17 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: c# Built-In Waveform in AWG functions
Replies: 2
Views: 5654

Re: c# Built-In Waveform in AWG functions

andurimees - Thanks for sharing - this worked for my 5000 series also (with a few tweaks).
by SteveHageman
Sat Sep 27, 2014 5:24 am
Forum: Getting Started
Topic: Samples from SDK will not run
Replies: 4
Views: 5815

Re: Samples from SDK will not run

Hi - Thanks to your very good manual I was able to get my 5244B to run with USB only Power with this BlockCapture example. I had to make a new DLL Import for the PowerSource function, then call it like below after calling the OpenDevice, [DllImport(_DRIVER_FILENAME, EntryPoint = "ps5000aChangePowerS...
by SteveHageman
Sat Sep 27, 2014 3:17 am
Forum: USB PC Oscilloscopes
Topic: Missing SDK for flexible resolution 5000 series
Replies: 2
Views: 4035

Re: Missing SDK for flexible resolution 5000 series

Hello All - Thanks for the updated C# BlockCapture Example. I can get it to run with my PS5244B. There is one problem however. When I call the open unit function line, short status = Imports.OpenUnit(out handle, null, resolution); I get a return status of: 0x11a when I try to run the Scope on USB po...