Search found 4484 matches

by Martyn
Wed Aug 15, 2012 9:21 am
Forum: LabVIEW
Topic: Problem with ps6000ExternalClock
Replies: 1
Views: 3557

Re: Problem with ps6000ExternalClock

What value do you have set for the threshold and what are the characteristics of your clock signal ?
by Martyn
Wed Aug 15, 2012 6:27 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: No Entry Point for ps4000OpenUnitEx
Replies: 11
Views: 15785

Re: No Entry Point for ps4000OpenUnitEx

Yes that is what my declaration statement is, I had missed it from the code above but have added it in. Strings are passed as ByVal in VB even if used for a return value, they need to be populated before passing with a string of sufficient size to take the return hence serialstring = " "
by Martyn
Tue Aug 14, 2012 2:49 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: No Entry Point for ps4000OpenUnitEx
Replies: 11
Views: 15785

Re: No Entry Point for ps4000OpenUnitEx

With one unit connected the following should work Declare Function ps4000EnumerateUnits Lib "ps4000.dll" (ByRef count As Short, ByVal serials As String, ByRef SerialLen As Short) As Integer Declare Function ps4000OpenUnitEx Lib "ps4000.dll" (ByRef handle As Short, ByVal serialno As String) As Intege...
by Martyn
Tue Aug 14, 2012 10:18 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: No Entry Point for ps4000OpenUnitEx
Replies: 11
Views: 15785

Re: No Entry Point for ps4000OpenUnitEx

Can you check this out
by Martyn
Mon Aug 13, 2012 2:05 pm
Forum: General Software Discussions
Topic: ps6000GetValuesBulk makes (throws) an access violation
Replies: 33
Views: 35609

Re: ps6000GetValuesBulk makes (throws) an access violation

I have seen the crash with your code as supplied, although if you select V and set one channel on and the rest off the crash disappears for me. I will add an update when I have more information.
by Martyn
Fri Aug 10, 2012 12:08 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Creating a deployment setup w/o installing all the software
Replies: 1
Views: 4201

Re: Creating a deployment setup w/o installing all the softw

Take a look in the system folder of the SDK for instructions on the additional files required
by Martyn
Fri Aug 10, 2012 8:16 am
Forum: USB PC Oscilloscopes
Topic: SDK Errors
Replies: 5
Views: 7486

Re: SDK Errors

Try the following ps2000_set_sig_gen_built_in (unitOpened.handle, offset, 1000000, // 1 volt (PS2000_WAVE_TYPE) waveform, (float)frequency, (float)frequency, 0, 0, PS2000_UPDOWN, 0);
by Martyn
Thu Aug 09, 2012 12:30 pm
Forum: Linux
Topic: Linux drvier for PicoScope 3206A/B ?
Replies: 18
Views: 52411

Re: Linux drvier for PicoScope 3206A/B ?

I am not sure why the drivers don't work with VirtualBox, I have successfully used them with VMware, which would suggest that they are not happy with the VirtualBox USB implementation. 64bit drivers are not on the current development plan but I am continuing to raise it as something that will need d...
by Martyn
Thu Aug 09, 2012 12:01 pm
Forum: General Software Discussions
Topic: ps6000GetValuesBulk makes (throws) an access violation
Replies: 33
Views: 35609

Re: ps6000GetValuesBulk makes (throws) an access violation

Can you post a copy of the unit info that is printed when your code runs, including the driver version.
by Martyn
Wed Aug 08, 2012 2:24 pm
Forum: USB PC Oscilloscopes
Topic: SDK Errors
Replies: 5
Views: 7486

Re: SDK Errors

Yes, please attach your code and we can fire it up and see what is happening.
by Martyn
Wed Aug 08, 2012 12:24 pm
Forum: General Software Discussions
Topic: overflow flag not being raised
Replies: 1
Views: 4975

Re: overflow flag not being raised

Would it be possible to post your code here, or send it to support@picotech.com, so that we can take a look.
by Martyn
Wed Aug 08, 2012 7:56 am
Forum: General Software Discussions
Topic: ps6000GetValuesBulk makes (throws) an access violation
Replies: 33
Views: 35609

Re: ps6000GetValuesBulk makes (throws) an access violation

Can you try putting the new dll in the Debug or Release directory where your exe is created
by Martyn
Tue Aug 07, 2012 2:22 pm
Forum: PicoScope 6 for Windows
Topic: Saving Window Layout
Replies: 1
Views: 2800

Re: Saving Window Layout

File->StartupSettings->SaveStartupSettings should do the trick.
by Martyn
Tue Aug 07, 2012 12:40 pm
Forum: PicoScope 6 for Windows
Topic: Math Channel Display
Replies: 3
Views: 3921

Re: Math Channel Display

I will pass your comments on to the development team for consideration for a future release, it is not currently possible to fix this when zooming or scaling small signals at present
by Martyn
Tue Aug 07, 2012 10:34 am
Forum: General Software Discussions
Topic: ps6000GetValuesBulk makes (throws) an access violation
Replies: 33
Views: 35609

Re: ps6000GetValuesBulk makes (throws) an access violation

Take the current sdk and just drop in the dll from my previous post. If you are still getting errors after this let us know what they are.