Search found 412 matches

by AndrewA
Wed Apr 19, 2023 8:46 am
Forum: LabVIEW
Topic: Looking for windows 64 bit build of ps3000awrap.dll
Replies: 1
Views: 1167

Re: Looking for windows 64 bit build of ps3000awrap.dll

Hi, The wrapper dll's have been removed from the Windows SDK installer, but binaries are here- https://github.com/picotech/picosdk-c-wrappers-binaries/archive/refs/heads/master.zip This is all detailed in the LabVIEW repository readme- https://github.com/picotech/picosdk-ni-labview-examples#readme Y...
by AndrewA
Thu Apr 13, 2023 10:30 am
Forum: PicoScope 5
Topic: How to install Picoscope using an unattended installation
Replies: 8
Views: 77796

Re: How to install Picoscope using an unattended installation

See the latest post related to silent/unattended installation here-
topic42108.html
by AndrewA
Wed Mar 01, 2023 3:31 pm
Forum: LabVIEW
Topic: Trying to Measure Pulse Width and Send a Trigger if Pulse Width is Out of Range
Replies: 4
Views: 8797

Re: Trying to Measure Pulse Width and Send a Trigger if Pulse Width is Out of Range

Yes you can do this with the Pulse Width Qualifier using the advance trigger functions. Here is the Advance trigger example for the ps5000a setup to trigger on a positive pulse between 3.9-4.1ms Note the Pulse Width Qualifier triggers at the end of the pulse not the start. Also I have AND this a fal...
by AndrewA
Wed Feb 15, 2023 3:18 pm
Forum: LabVIEW
Topic: ps500aWrap.dll Documentation
Replies: 3
Views: 9409

Re: ps500aWrap.dll Documentation

Please follow the updated readme - https://github.com/picotech/picosdk-ni- ... les#readme
Wrapper files have been removed from the Windows SDK installer and are now here- https://github.com/picotech/picosdk-c-w ... master.zip
by AndrewA
Wed Feb 15, 2023 3:14 pm
Forum: LabVIEW
Topic: Streaming example code and LV memory management
Replies: 6
Views: 11027

Re: Streaming example code and LV memory management

Some block and streaming examples have or are being updated to use these unmanaged memory functions. Please email support@picotech.com if you any questions.
by AndrewA
Tue Feb 14, 2023 2:13 pm
Forum: LabVIEW
Topic: Labview to load psdata for picoscope
Replies: 1
Views: 1183

Re: Labview to load psdata for picoscope

The psdata/pssetting file format is proprietary.
Unfortunately there is no functions or method using the SDK/API to create/open, psdata/pssettings files.
by AndrewA
Tue Feb 14, 2023 1:30 pm
Forum: LabVIEW
Topic: PicoScope 5443D on LabView
Replies: 1
Views: 1291

Re: PicoScope 5443D on LabView

Please read-
https://github.com/picotech/picosdk-ni- ... les#readme
For running the LAbVIEW examples

Examples for the 5443D are here-
https://github.com/picotech/picosdk-ni- ... er/ps5000a

Do you wish to have a graph for each channel? Or something else?
by AndrewA
Tue Feb 14, 2023 1:20 pm
Forum: LabVIEW
Topic: Trying to Measure Pulse Width and Send a Trigger if Pulse Width is Out of Range
Replies: 4
Views: 8797

Re: Trying to Measure Pulse Width and Send a Trigger if Pulse Width is Out of Range

Do you have a screenshot of the examples front panel controls?
by AndrewA
Fri Jan 27, 2023 10:14 am
Forum: PicoScope 6 for Linux
Topic: ARM64 Driver Raspberry Pi OS 64/Debian
Replies: 7
Views: 37550

Re: ARM64 Driver Raspberry Pi OS 64/Debian

Yes, we have a lot of requests for arm64 drivers for using with raspberry pi 4 and other boards. Adding arm64 drivers is a feature Pico would like to add, but there is time line on when this will happen. The driver code is proprietary code. You could try the 64-bit version of Raspbian as I think it ...
by AndrewA
Mon Jan 09, 2023 2:35 pm
Forum: PicoLog
Topic: Picolog doesn't show graphs (or tables)
Replies: 1
Views: 1268

Re: Picolog doesn't show graphs (or tables)

I would delete the PicoLog 6 Appdata folder, this contains current recorder data and app settings.
Steps
1. Save any data or configuration if needed to picolog file and close Picolog 6
2. Delete this folder, on linux its here-

Code: Select all

~/.config/PicoLog
by AndrewA
Fri Jan 06, 2023 12:53 pm
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: Unable to zoom with mouse scroll wheel on Ubuntu
Replies: 5
Views: 2764

Re: Unable to zoom with mouse scroll wheel on Ubuntu

Thanks for the reporting the issue. I have created a ticket in our bug tracking system.
I have tested this on Ubuntu 22.10 PC and have the same issue.
by AndrewA
Thu Jan 05, 2023 12:21 pm
Forum: PicoLog
Topic: Picolog 6 not generating a good graph. missing data?
Replies: 1
Views: 1207

Re: Picolog 6 not generating a good graph. missing data?

Hi,
Are you able to email a sample picolog file to support@picotech.com
The "takes ages to reset, save and clear data" could from having upgraded from a very old version of Picolog 6 on the PC.
by AndrewA
Thu Jan 05, 2023 12:14 pm
Forum: Pre-Sales Advice
Topic: PicoAuto 4425A for the Lab
Replies: 4
Views: 2679

Re: PicoAuto 4425A for the Lab

The automotive models are the best option for you as you can buy kits and get the auto probe/lead accessories, and case. You also you get diagnostic software and access to the auto waveform library with the auto scopes. The 2/4 channel auto scopes inputs are a floating differential type with common ...
by AndrewA
Wed Dec 21, 2022 2:06 pm
Forum: PicoLog
Topic: Picolog 6.2.6: Can't display graphs of data captured with 6.2.5
Replies: 1
Views: 1227

Re: Picolog 6.2.6: Can't display graphs of data captured with 6.2.5

Hi,
Could you email some files that have this issue to support@picotech.com
I have tried opening some older files with PicoLog 6.2.6 having the same issue but not with 6.2.5 files only ones created with version 6.2.4.
by AndrewA
Tue Dec 20, 2022 7:37 pm
Forum: General Software Discussions
Topic: ps3000aSetSimpleTrigger() outputs a status of PICO_AUTO_TRIGGER_TIME_TOO_LONG
Replies: 1
Views: 1008

Re: ps3000aSetSimpleTrigger() outputs a status of PICO_AUTO_TRIGGER_TIME_TOO_LONG

Hi, I ran our block example for the 3000a API - https://github.com/picotech/picosdk-ni-labview-examples/blob/master/ps3000a/PicoScope3000aExampleBlock.vi I get a different error code to you- PICO_INVALID_PARAMETER - code 13 Dec - 0x0D Hex I only get this error when setting the "Trigger Direction" to...