Search found 4484 matches

by Martyn
Tue Jul 17, 2012 8:01 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Triggering difference for sine and square waves
Replies: 5
Views: 9627

Re: Triggering difference for sine and square waves

The point at which the signal will pass through the trigger value you have set will not necessarily match an exact sample taken by the scope. With sine and ramp waves the rate of change of the signal is not as great as with a square wave and so the value will be close to the threshold you set, with ...
by Martyn
Mon Jul 16, 2012 11:54 am
Forum: C and C++
Topic: C program from the SDK
Replies: 7
Views: 9555

Re: C program from the SDK

You have commented out the line that sets the scope channel

Code: Select all

channel = USB_DRDAQ_CHANNEL_SCOPE;
which needs to be before you call

Code: Select all

collect_block_immediate ();
by Martyn
Mon Jul 16, 2012 7:09 am
Forum: PicoScope 6 for Windows
Topic: copy as text error
Replies: 5
Views: 5614

Re: copy as text error

Good to hear it is working :)
by Martyn
Fri Jul 13, 2012 9:52 am
Forum: PicoScope 6 for Windows
Topic: copy as text error
Replies: 5
Views: 5614

Re: copy as text error

Can I ask you to try with the latest version of PicoScope6 which you can download from http://www.picotech.com/picoscope-oscil ... tware.html
by Martyn
Thu Jul 12, 2012 10:23 am
Forum: PicoScope 6 for Windows
Topic: copy as text error
Replies: 5
Views: 5614

Re: copy as text error

I think something has been lost in translation, I am not sure what you are asking. Can you post your question in your own language.

Thanks
by Martyn
Thu Jul 12, 2012 7:44 am
Forum: General Software Discussions
Topic: POSITIVE_RUNT and NEGATIVE_RUNT
Replies: 2
Views: 4344

Re: POSITIVE_RUNT and NEGATIVE_RUNT

Advanced Runt Trigger: Detects a pulse that crosses one threshold and then falls below, or rises above, the same threshold, without crossing the second threshold. This is typically used for finding pulses that fail to reach a valid logic level. A positive runt is a pulse going in the positive direct...
by Martyn
Fri Jul 06, 2012 7:30 am
Forum: C and C++
Topic: Why normal block mode?
Replies: 4
Views: 6059

Re: Why normal block mode?

Fundamentally those two modes are the same
by Martyn
Thu Jul 05, 2012 1:23 pm
Forum: C and C++
Topic: Why normal block mode?
Replies: 4
Views: 6059

Re: Why normal block mode?

Block Mode will capture one block of data to the scopes memory before transferring it to the PC. The available memory is used for the single block and gives a higher horizontal resolution. Rapid Block Mode captures a number of blocks of data to the scopes memory before downloading these to the PC. T...
by Martyn
Thu Jul 05, 2012 8:54 am
Forum: USB PC Oscilloscopes
Topic: 3204 hs ?
Replies: 7
Views: 7368

Re: 3204 hs ?

On one of the Win7 machines, and when you have no traces on the display, can you go to the following folder C:\Users\{your user name}\AppData\Local\Pico Technology\64358d19-ef91-48bb-9ae0-3b4689d44d99 (note: long number may be different) zip up the contents, send them by email to support@picotech.co...
by Martyn
Thu Jul 05, 2012 7:44 am
Forum: USB PC Oscilloscopes
Topic: 3204 hs ?
Replies: 7
Views: 7368

Re: 3204 hs ?

Can you let me know

Operating system ?
32bit/64bit ?
Memory ?
Laptop/Desktop (Make/Model) ?
by Martyn
Thu Jul 05, 2012 6:52 am
Forum: PicoScope 6 for Windows
Topic: Problem with Installing,Custom Setup
Replies: 2
Views: 3754

Re: Problem with Installing,Custom Setup

If you browse the CD you should find a zipped sdk file with the example software in. Just extract this to a suitable location on your PC.
by Martyn
Thu Jul 05, 2012 6:33 am
Forum: C and C++
Topic: C program from the SDK
Replies: 7
Views: 9555

Re: C program from the SDK

Either install Picoscope 6 software which will put the UsbDrDaq.dll in a directory that is on the system path, or copy UsbDrDaq.dll to the bin directory under release or debug for your project.
by Martyn
Thu Jul 05, 2012 6:00 am
Forum: PicoScope 6 for Windows
Topic: PicoScope 6.7 Beta released!
Replies: 5
Views: 11834

Re: PicoScope 6.7 Beta released!

The link gives downloads to both the Automotive and non Automotive versions

You need the underlined link Download PicoScope R6.7.2 from here http://labs.picotech.com/#psw6
by Martyn
Wed Jul 04, 2012 8:13 am
Forum: Linux
Topic: Linux 3000 series drivers
Replies: 5
Views: 13187

Linux 3000 series drivers

Linux drivers for the new 3000 series scopes
by Martyn
Tue Jul 03, 2012 1:16 pm
Forum: PicoLog
Topic: C++ runtime error R6025
Replies: 1
Views: 4013

Re: C++ runtime error R6025

Can you post the actual code that causes the error.