Search found 169 matches

by Chris
Wed May 25, 2011 10:14 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: .NET DLL for the TC-08
Replies: 3
Views: 6874

Re: .NET DLL for the TC-08

A C# example will be included in the next SDK release ( > 10.1.0.17 )
by Chris
Tue May 24, 2011 7:57 am
Forum: C and C++
Topic: 64 bit PicoScope API
Replies: 18
Views: 34116

Re: 64 bit PicoScope API

You can use the 32 bit dll's with a 64 bit O/S.

Put the dll's into the windows\sysWOW64 directory
by Chris
Fri May 20, 2011 3:31 pm
Forum: General Software Discussions
Topic: Trigger troubles
Replies: 3
Views: 4979

Re: Trigger troubles

You say you're using vb.net, so you'll need to use the functions in the ps3000wrap.dll wrapper dll. Take a look at the ps3000wrap.c to see their parameters. email support@picotech.com if you have further questions about it. The triggertimeoffset(bulk) function is used to calculate the time between t...
by Chris
Fri May 20, 2011 10:16 am
Forum: USB PC Oscilloscopes
Topic: ps4227 error codes
Replies: 1
Views: 3249

Re: ps4227 error codes

This error code would indicate an FPGA failure, which seems strange.

Could you try running the device using PicoScope 6.

If this works ok, could you check that your application is using the same PS4000.dll as the Picoscope application uses.

C:\Program Files\Pico Technology\PicoScope6

-Chris
by Chris
Thu May 19, 2011 3:13 pm
Forum: General Software Discussions
Topic: Trigger troubles
Replies: 3
Views: 4979

Re: Trigger troubles

What type of trigger do you need?

Just a simple level trigger (using the ps3000aSetSimpleTrigger)

or a more advanced trigger, such as pulse width?


What conditions do you need to be met in order to trigger?
by Chris
Thu May 19, 2011 2:42 pm
Forum: VB and VBA (Excel, Access)
Topic: Picoscope 4227 and Voltage position
Replies: 7
Views: 11251

Re: Picoscope 4227 and Voltage position

There is no API function to do this. You will just need write your code to add the offset, or calculate a percentage offset for the ADC count values you get back from the scope.
by Chris
Thu May 19, 2011 10:42 am
Forum: General Software Discussions
Topic: Ps3204A and ps3000aGetTimebase(2)
Replies: 1
Views: 3426

Re: Ps3204A and ps3000aGetTimebase(2)

Try changing your parameters to something like this....


status = ps3000aGetTimebase2(unit.handle,timebase,4010,&timeint,128,&maxSamples,0);
by Chris
Thu May 19, 2011 10:05 am
Forum: VB and VBA (Excel, Access)
Topic: Picoscope 4227 and Voltage position
Replies: 7
Views: 11251

Re: Picoscope 4227 and Voltage position

So you will just need to add whatever offset voltage you want onto the mV value you calculate from the returned adc count, and the channel range.
by Chris
Wed May 18, 2011 2:40 pm
Forum: LabVIEW
Topic: PicoScope 5203 data acquisition system
Replies: 6
Views: 8544

Re: PicoScope 5203 data acquisition system

A bug pas been fixed which may solve this problem.
A new PS5000.dll will be in the next SDK release. > R10.1.0.17
by Chris
Wed May 18, 2011 1:25 pm
Forum: C and C++
Topic: time trigger
Replies: 1
Views: 4083

Re: time trigger

If using block mode, your application won't collect data until the device has triggered (If the trigger has been set) You will know what value you have set the trigger at, but won't know what voltage levels are being sampled. The application will be waiting for the callback to set the g_ready flag t...
by Chris
Fri May 13, 2011 8:59 am
Forum: VB and VBA (Excel, Access)
Topic: Picoscope 4227 and Voltage position
Replies: 7
Views: 11251

Re: Picoscope 4227 and Voltage position

Do you mean the voltage range? have a look in the programmers guide at the ps4000SetChannel function This is where you specify the voltage range you are using. http://www.picotech.com/document/pdf/ps4000pg-en-5.pdf Then to get the mv value back from the adc value returned from the scope, use the equ...
by Chris
Thu May 12, 2011 7:56 am
Forum: C and C++
Topic: ps5000 callback thread racecondition
Replies: 2
Views: 4911

Re: ps5000 callback thread racecondition

The Block mode callback is non-blocking, but the streaming mode callback is blocking, so the race condition won't occur. The callback is only called by the ps5000GetStreaminglatestValues call if there are values to collect, and will run to completion when called. The buffer size you set will depend ...
by Chris
Thu Apr 28, 2011 3:40 pm
Forum: USB PC Oscilloscopes
Topic: Trigger OK with B, but not EXT
Replies: 3
Views: 5068

Re: Trigger OK with B, but not EXT

We have found a problem with the external trigger on the 4226 / 4227.

Please email support@picotech.com for a modified driver.
by Chris
Thu Apr 28, 2011 9:25 am
Forum: General Software Discussions
Topic: Longterm streaming fails
Replies: 23
Views: 25706

Re: Longterm streaming fails

Could you send details of the ps4000.dll driver version you are using to

support@picotech.com
by Chris
Thu Apr 28, 2011 8:38 am
Forum: Pre-Sales Advice
Topic: PicoScope 3206 and Linux
Replies: 1
Views: 4740

Re: PicoScope 3206 and Linux

Our Linux drivers have not been updated for some time, but we are now working on Linux development for all of our new products.

There is no release date for these drivers at this time.