Search found 15 matches

by ishoro13
Thu May 09, 2019 11:07 am
Forum: PicoScope 6 for Windows
Topic: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10
Replies: 12
Views: 10820

Re: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10

Applications running: spyder (python 2.7). Devices using the USB bus: PicoScope (6000) only. Currently, I plotting it to see the real-time output from the waveform generator. Even if I would disable the graph plotting (as in the script below) the scope still freezes: # # Copyright (C) 2018 Pico Tech...
by ishoro13
Thu May 09, 2019 9:01 am
Forum: PicoScope 6 for Windows
Topic: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10
Replies: 12
Views: 10820

Re: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10

Good morning @NeilH, I have tried to move the "ready = ctypes.c_int16(0)" as following, the problem still remains the same: ready = ctypes.c_int16(0) status["runBlock"] = ps.ps6000RunBlock(chandle, preTriggerSamples, postTriggerSamples, timebase, 0, None, 0, None, None) The input signal is produced ...
by ishoro13
Wed May 08, 2019 12:38 pm
Forum: PicoScope 6 for Windows
Topic: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10
Replies: 12
Views: 10820

Re: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10

The code stuck in the ps6000IsReady loop. It ordered to see the error I have to interrupt the code File "C:/Users/..../Windows/PicoScope/picosdk-python-wrappers-master/picosdk-python-wrappers-master/ps6000Examples/ps6000Block2.py", line 99, in status["isReady"] = ps.ps6000IsReady(chandle, c...
by ishoro13
Wed May 08, 2019 11:11 am
Forum: PicoScope 6 for Windows
Topic: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10
Replies: 12
Views: 10820

Re: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10

@NeilH, The issue still remains the same even when using the suggested wrapper: # # Copyright (C) 2018 Pico Technology Ltd. See LICENSE file for terms. # # PS6000 BLOCK MODE EXAMPLE # This example opens a 6000 driver device, sets up two channels and a trigger then collects a block of data. # This da...
by ishoro13
Wed May 08, 2019 9:22 am
Forum: PicoScope 6 for Windows
Topic: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10
Replies: 12
Views: 10820

Re: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10

Hi NeilH,

Thank you.
I'll be using the suggested wrapper.
by ishoro13
Wed May 08, 2019 9:11 am
Forum: PicoScope 6 for Windows
Topic: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10
Replies: 12
Views: 10820

Re: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10

Hi NeilH,

Just realized I was using the wrapper made by: "Colin O'Flynn and Mark Harfouche".
Link to the wrapper is: https://github.com/colinoflynn/pico-python
by ishoro13
Wed May 08, 2019 8:29 am
Forum: PicoScope 6 for Windows
Topic: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10
Replies: 12
Views: 10820

Re: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10

Dear @Martyn or @Pico Stuart,

It is been almost a week since I asked the question, moreover, I sent an e-mail to support@picotech.com but haven't received any feedback.

Would you mind to give any feedback regarding my issue?

Best Regards,
Ivan
by ishoro13
Fri May 03, 2019 2:14 pm
Forum: General Software Discussions
Topic: Python with Picoscope 6402C - Freeze when using GetValuesTriggerTimeOffsetBulk64
Replies: 2
Views: 4110

Re: Python with Picoscope 6402C - Freeze when using GetValuesTriggerTimeOffsetBulk64

Dear @Hitesh ,

I have the same problem but with PicoScope 6403A / Python 2.7 and Python 3.7.
I'm wondering if have managed to find the solution for Pierre?

Please my full question in the following link: topic39820.html

Best Regards,
Ivan
by ishoro13
Thu May 02, 2019 11:29 am
Forum: PicoScope 6 for Windows
Topic: Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10
Replies: 12
Views: 10820

Data Collection issue in / PicoScope 6403A / Python 2.7 / Windows 10

Dear Support, Genral info: Hardware: PicoScope 6403A Software: Spyder Python 2.7 OS: Windows 10 PicoSDK: 10.6.12 (64-bit) https://www.picotech.com/downloads/_lightbox/pico-software-development-kit-64bit Picosd python wrappers: https://github.com/picotech/picosdk-python-wrappers Inputs: I wrote a ver...
by ishoro13
Fri Sep 28, 2018 12:45 pm
Forum: General Software Discussions
Topic: [Error 193] %1 is not a valid Win32 application
Replies: 6
Views: 8833

[Error 193] %1 is not a valid Win32 application

Dear Technical Support, I'm want to grab a signal from picoscope6403A using a python script. I've tried to run following code: https://github.com/picotech/picosdk-python-wrappers/blob/master/ps6000Examples/ps6000BlockExample.py And receiving the following error: raise CannotOpenPicoSDKError("PicoSDK...
by ishoro13
Tue Feb 21, 2017 11:37 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Average Function
Replies: 17
Views: 18200

Re: Average Function

Hello BDR, Could you please attache the code for AVERAGE FUNCTION, just now I'm using following code in python: self.raw_data = self.scope.getDataV('A', self.nSamples,startIndex=0, downSampleRatio=8, downSampleMode=2, returnOverflow=False); But it is arithmetic mean, what I need is sum of the levels...
by ishoro13
Tue Feb 21, 2017 11:17 am
Forum: PicoScope 6 for Linux
Topic: PicoScope 6403A, averaging/Increase resolution in Python
Replies: 2
Views: 5044

Re: PicoScope 6403A, averaging/Increase resolution in Python

To clarify my question, please read defintion of Average I'm looking for.
Average is the sum of the levels of the waveform samples divided by the
number of samples.
by ishoro13
Mon Feb 20, 2017 5:31 pm
Forum: PicoScope 6 for Linux
Topic: PicoScope 6403A, averaging/Increase resolution in Python
Replies: 2
Views: 5044

PicoScope 6403A, averaging/Increase resolution in Python

I'm using python to set up the PicoScope 6403A. The code I'm using just now is: (actualSamplingInterval, nSamples, maxSamples) = scope.setSamplingInterval(sampleRate, obLen) I'm wondering, if can set-up the averaging as well? By averaging I also mean resolution enhancement, the same as in the follow...
by ishoro13
Fri Feb 03, 2017 2:11 pm
Forum: Linux
Topic: Problem with Pithon PicoScope 6403A Interface for Ubuntu
Replies: 2
Views: 12236

Re: Problem with Pithon PicoScope 6403A Interface for Ubuntu

Hello Martyn,
Thank you for your response and deleting the other messages.
Everything is working now.

Note for new users, once you installed the PicoScope don't forget to restart your PC.
by ishoro13
Thu Feb 02, 2017 6:28 pm
Forum: Linux
Topic: Problem with Pithon PicoScope 6403A Interface for Ubuntu
Replies: 2
Views: 12236

Problem with Pithon PicoScope 6403A Interface for Ubuntu

OS : Ubuntu 16.10 PicoScope: 6403A PicoScope Interface: Python Currently done: 1. Insalteded Linux Drivers for Your USB Pico Products from https://www.picotech.com/downloads/linux 2. Downloaded PicoScope Python Interface from https://github.com/colinoflynn/pico-python I have read the following sent...