Search found 169 matches

by Chris
Fri Jul 08, 2011 12:47 pm
Forum: USB PC Oscilloscopes
Topic: 4V to 30V oscilloscope
Replies: 1
Views: 3681

Re: 4V to 30V oscilloscope

Please see our website, to compare specifications and prices

http://www.picotech.com/oscilloscope-sp ... tions.html
by Chris
Thu Jul 07, 2011 4:05 pm
Forum: USB PC Oscilloscopes
Topic: GetTimeBase and 4227 Scopes (timebase = 4 ns)
Replies: 5
Views: 9043

Re: GetTimeBase and 4227 Scopes (timebase = 4 ns)

If it works ok using Picoscope6, check that the C# application is using the same ps4000.dll. If it is, and it still doesn't work, please email support@picotech.com to arrange checking of the device. MaxValue = 32764 for the 4000 series scopes. The C# code has been modified, and ps4000.c has fp is in...
by Chris
Thu Jun 30, 2011 2:06 pm
Forum: USB PC Oscilloscopes
Topic: GetTimeBase and 4227 Scopes (timebase = 4 ns)
Replies: 5
Views: 9043

Re: GetTimeBase and 4227 Scopes (timebase = 4 ns)

Yes, you can trigger on the external signal. To amend the C# example in the SDK... Imports.TriggerConditions[] conditions = new Imports.TriggerConditions[] { new Imports.TriggerConditions(Imports.TriggerState.DontCare, Imports.TriggerState.DontCare, Imports.TriggerState.DontCare, Imports.TriggerStat...
by Chris
Tue Jun 28, 2011 7:46 am
Forum: USB PC Oscilloscopes
Topic: GetTimeBase and 4227 Scopes (timebase = 4 ns)
Replies: 5
Views: 9043

Re: GetTimeBase and 4227 Scopes (timebase = 4 ns)

The scope will work on timebase 0 if only 1 channel is enabled.

Channels are enabled by default, so you need to turn off the channel you're not using.

-Chris.
by Chris
Thu Jun 16, 2011 7:52 am
Forum: MATLAB
Topic: Matlab
Replies: 17
Views: 33779

Re: Matlab

I'm afraid we don't have any matlab examples for this scope.
by Chris
Mon Jun 13, 2011 9:18 am
Forum: General Software Discussions
Topic: Ps3204A and streaming
Replies: 5
Views: 8627

Re: Ps3204A and streaming

If you implement the code above, samples will be collected indefinatey without stopping.
by Chris
Fri Jun 10, 2011 1:21 pm
Forum: General Software Discussions
Topic: Ps3204A and streaming
Replies: 5
Views: 8627

Re: Ps3204A and streaming

You need to use the AutoStopped function in the ps3000aWrap.dll (Note, in vb.net a long is a 64 bit number, whereas when the documentation refers to a long, it is a 32 bit number, therefore, use interger in place of long, UInteger in place of unsigned long) Declare Function IsReady Lib "ps3000awrap....
by Chris
Thu Jun 09, 2011 2:23 pm
Forum: LabVIEW
Topic: Timebase in Picoscope 4424
Replies: 2
Views: 6122

Re: Timebase in Picoscope 4424

Channels are enabled by default, so you need to explicitly turn them off.

In the settings.vi, make sure the four channel device is enabled, and Channel B, Channel C & Channel D settings are not enabled.

The timebase value in the ExampleBlock.vi can then be set to 0.
by Chris
Tue Jun 07, 2011 7:38 am
Forum: LabVIEW
Topic: PS4000sdk_r10_1_0_17 has only LabView version 10 examples?
Replies: 5
Views: 7930

Re: PS4000sdk_r10_1_0_17 has only LabView version 10 example

We are not able to save the examples in a format copatible with v7.1.

You can download a free 30 day trial of the latest labview version

http://www.ni.com/trylabview/

and use it to see how the example code works, then port this back to your 7.1 version.
by Chris
Tue Jun 07, 2011 7:38 am
Forum: LabVIEW
Topic: NEW LabVIEW Drivers and Examples for 4000, 5000 and 6000.
Replies: 18
Views: 34797

Re: NEW LabVIEW Drivers and Examples for 4000, 5000 and 6000

We are not able to save the examples in a format copatible with v7.1.

You can download a free 30 day trial of the latest labview version

http://www.ni.com/trylabview/

and use it to see how the example code works, then port this back to your 7.1 version.
by Chris
Tue Jun 07, 2011 7:37 am
Forum: LabVIEW
Topic: USBPT104 drivers for Labview 7.1
Replies: 1
Views: 4340

Re: USBPT104 drivers for Labview 7.1

We are not able to save the examples in a format copatible with v7.1.

You can download a free 30 day trial of the latest labview version

http://www.ni.com/trylabview/

and use it to see how the example code works, then port this back to your 7.1 version.
by Chris
Mon Jun 06, 2011 9:45 am
Forum: General Software Discussions
Topic: Picolog1216 - how to link pl1000.lib in borland c++ builder
Replies: 1
Views: 4066

Re: Picolog1216 - how to link pl1000.lib in borland c++ buil

pl1000bc.lib will be included in the next sdk release. > sdk_r10_1_0_17
by Chris
Thu Jun 02, 2011 9:06 am
Forum: C and C++
Topic: 64 bit PicoScope API
Replies: 18
Views: 33671

Re: 64 bit PicoScope API

We have no plans to release 64 bit drivers at this time.
by Chris
Wed May 25, 2011 10:43 am
Forum: General Software Discussions
Topic: Can a setup file be loaded through the SDK?
Replies: 2
Views: 4749

Re: Can a setup file be loaded through the SDK?

PSData files are only used for the PicoScope6 application.

If you need an initialisation file, you will have to create this yourself in your application.
by Chris
Wed May 25, 2011 10:14 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: usbtc08.dll .Net Wrapper
Replies: 1
Views: 4985

Re: usbtc08.dll .Net Wrapper

A C# example will be included in the next SDK release ( > 10.1.0.17 )