Search found 19 matches

by cpc333
Tue Jul 23, 2013 8:27 pm
Forum: PicoScope 6 for Windows
Topic: Library for linux
Replies: 3
Views: 3688

Re: Library for linux

Would it be possible to just get the source code?
by cpc333
Mon Jul 22, 2013 9:37 pm
Forum: PicoScope 6 for Windows
Topic: Library for linux
Replies: 3
Views: 3688

Library for linux

Is there a Linux version of ps4000.dll ? Any way I could use those dll functions in Linux?

Thanks!
by cpc333
Fri Apr 19, 2013 8:26 pm
Forum: General Software Discussions
Topic: RunStreaming invalid sample interval
Replies: 4
Views: 7065

Re: RunStreaming invalid sample interval

Ya, I guess it could be block mode. It just seemed so fast I figured it was something special like streaming. Thanks!
by cpc333
Wed Apr 17, 2013 4:02 pm
Forum: General Software Discussions
Topic: RunStreaming invalid sample interval
Replies: 4
Views: 7065

Re: RunStreaming invalid sample interval

So it's not possible to stream at 31.25MHz? How does picoscope 6 do it? I seem to be able to stream at up to 125MHz with two channels.

Thanks!
by cpc333
Wed Apr 17, 2013 7:44 am
Forum: General Software Discussions
Topic: RunStreaming invalid sample interval
Replies: 4
Views: 7065

RunStreaming invalid sample interval

Hello, I am trying to stream data from both channels of a Picoscope 4227 with version 1.1.0.288 of the dll and using Python. I try to run sampleInterval = ctypes.c_ulong() sampleInterval.value = 32 PS4000_NS = 2 ps4000RunStreaming( handle, ctypes.byref(sampleInterval), PS4000_NS, 0, 101372, 0, 1, 10...
by cpc333
Thu Mar 21, 2013 12:07 am
Forum: USB PC Oscilloscopes
Topic: 4227 triggering a single pulse with EXT on pulse-width mode
Replies: 6
Views: 11479

Re: 4227 triggering a single pulse with EXT on pulse-width m

Great, thanks! Good luck fixing it!
by cpc333
Tue Mar 19, 2013 2:33 pm
Forum: USB PC Oscilloscopes
Topic: 4227 triggering a single pulse with EXT on pulse-width mode
Replies: 6
Views: 11479

Re: 4227 triggering a single pulse with EXT on pulse-width m

I've decided I can manage with just a normal rising trigger. But it would be a nice feature for this advanced trigger to work with EXT . Thanks!
by cpc333
Fri Mar 15, 2013 8:46 pm
Forum: USB PC Oscilloscopes
Topic: 4227 triggering a single pulse with EXT on pulse-width mode
Replies: 6
Views: 11479

Re: 4227 triggering a single pulse with EXT on pulse-width m

Yes, it was definitely repeatable. I'll look at it again today and see if I can provide any more hints.
by cpc333
Tue Mar 12, 2013 10:36 pm
Forum: USB PC Oscilloscopes
Topic: 4227 triggering a single pulse with EXT on pulse-width mode
Replies: 6
Views: 11479

4227 triggering a single pulse with EXT on pulse-width mode

Hello, This post is related to a previous one, where I managed to get pulse-width mode working with EXT but I was using a 10kHz square wave as the trigger signal: http://www.picotech.com/support/topic11977.html Now I'd like to trigger off of a single ~40us long pulse. It works fine with channel A or...
by cpc333
Tue Mar 12, 2013 8:25 pm
Forum: USB PC Oscilloscopes
Topic: 4227 advanced triggering on external input
Replies: 4
Views: 6162

Re: 4227 advanced triggering on external input

Figured out the problem... I should have been using c_int instead of c_short. I guess it was trying to read the wrong memory segment or something. Everything works as expected now! :D
by cpc333
Tue Mar 12, 2013 6:40 pm
Forum: USB PC Oscilloscopes
Topic: 4227 advanced triggering on external input
Replies: 4
Views: 6162

Re: 4227 advanced triggering on external input

Played with the code a bit... I think it's a problem there. I'm using Python 3.3. I think the issue is with passing the structure to the C function. Here's some pieces of code that work (ie no error) when I set trigConditions.channelA=CONDITION_TRUE, but gives a 0x22 error (PICO_CONDITIONS. One or m...
by cpc333
Sun Mar 10, 2013 4:16 am
Forum: USB PC Oscilloscopes
Topic: 4227 advanced triggering on external input
Replies: 4
Views: 6162

Re: 4227 advanced triggering on external input

Actually, I've figured out how to do it with the Picoscope6 software and it works fine, but I can't seem to program a pulse width trigger using the EXT input. I have a Picoscope4227. I've managed to program it using channel A as the trigger input... The programmer's guide also says that EXT input is...
by cpc333
Sat Mar 09, 2013 6:59 pm
Forum: USB PC Oscilloscopes
Topic: 4227 advanced triggering on external input
Replies: 4
Views: 6162

4227 advanced triggering on external input

Is it possible to setup an advanced trigger using the external trigger input... like a pulse width trigger?

Thanks!
by cpc333
Fri Mar 08, 2013 8:09 pm
Forum: USB PC Oscilloscopes
Topic: Late Trigger
Replies: 8
Views: 7895

Re: Late Trigger

Here's another strange one (with the latest Picoscope6 download). Not sure how it managed to trigger. It was set to 300mV rising edge on Channel B, but doesn't look like Channel B ever made it to 300mV.
by cpc333
Tue Feb 26, 2013 7:11 pm
Forum: USB PC Oscilloscopes
Topic: Late Trigger
Replies: 8
Views: 7895

Re: Late Trigger

Thanks I'll give it a try. Why isn't that dll included in the latest Picoscope6 installation? Just curious...