Search found 397 matches

by AndrewA
Wed Mar 06, 2024 4:09 pm
Forum: LabVIEW
Topic: Picoscope 6404E data acuisition and visualization
Replies: 1
Views: 113

Re: Picoscope 6404E data acuisition and visualization

I assume you are using a FFT function in LabVIEW to generate a FFT plot?
To get a stable waveform you would need to enable the trigger with a block or rapid block capture.
by AndrewA
Fri Feb 23, 2024 2:09 pm
Forum: LabVIEW
Topic: 4248a Issues
Replies: 1
Views: 1600

Re: 4248a Issues

Hi, Please email us directly at support@picotech.com and we help resolve these issues.
by AndrewA
Fri Jan 19, 2024 11:09 am
Forum: Linux
Topic: Linux device support
Replies: 2
Views: 9666

Old Archived PicoScope for Linux builds both 32-bit and 64-bit versions

We have Archived PicoScope for Linux builds this is both 32-bit and 64-bit versions. And all versions including and previous to 6.12.9 of picoscope. This this has been done due a bug in picoscope and issues separating 32 and 64 bits, verse separate archive for each version and 32 and 64bit versions....
by AndrewA
Wed Nov 22, 2023 9:09 am
Forum: C and C++
Topic: ps6000a SetExternalClock
Replies: 4
Views: 50822

Re: ps6000a SetExternalClock

Following on from this as the switching from internal to external refence clock is automatic. You find out the source used by setting up a callback- Define the callback- typedef void (PREF5 *PicoExternalReferenceInteractions) ( int16_t handle, PICO_STATUS status, PICO_CLOCK_REFERENCE reference ); Fo...
by AndrewA
Mon Nov 20, 2023 2:12 pm
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: timeIndisposedMs
Replies: 1
Views: 1974

Re: timeIndisposedMs

Hi, Instead of using a callback function to know if a block capture has finished you can poll the device using psXXXXIsReady(). With programming languages that don't support our C style callbacks like MATLAB, LABVIEW you have to use the polling option. timeIndisposedMs from the psXXXXRunBlock functi...
by AndrewA
Fri Nov 10, 2023 10:02 am
Forum: USB PC Oscilloscopes
Topic: Use a Picoscope Oscilloscope as a Measurement device with Labview
Replies: 1
Views: 1487

Re: Use a Picoscope Oscilloscope as a Measurement device with Labview

LabVIEW software examples are available from our GitHub repositories. https://github.com/picotech/picosdk-ni-labview-examples/tree/master#readme If you wish to capture data and use the AWG at the same time you will need to add the AWG vi into one of the top level examples for the API being used. And...
by AndrewA
Mon Nov 06, 2023 10:09 am
Forum: Linux
Topic: Linux device support
Replies: 2
Views: 9666

EOL PicoScope 6 repository details for reference

EOL PicoScope 6 repos (deb and rpm systems) Ubuntu - Was supported under version - 18.04 LTS (apt-get) sudo bash -c 'echo "deb https://labs.picotech.com/debian/ picoscope main" > /etc/apt/sources.list.d/picoscope.list' wget -O - https://labs.picotech.com/debian/dists/picoscope/Release.gpg.key | sud...
by AndrewA
Thu Oct 12, 2023 3:19 pm
Forum: LabVIEW
Topic: 4424A Setup for TA167 Current Probe?
Replies: 1
Views: 1549

Re: 4424A Setup for TA167 Current Probe?

Hi, The PicoConnect example is only for PicoScopes that support PicoConnect probes currently this only PicoScope 4444 and Automotive scopes. For the 4424A you need to add code to scale the output for the TA167 as is done in PicoScope 6/7 software. As the scope cannot detect the probe. So use one of ...
by AndrewA
Wed Sep 20, 2023 11:21 am
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: PS4444 custom probes
Replies: 2
Views: 1949

Re: PS4444 custom probes

I don't believe this is an issue. This is by design if the user has manually checked the "Only show for PicoConnect/BNC+ probes" tick box , as that then effectively makes the file load the same way as PS6 and will auto assign software probes if no BNC+ is found plugged into a port. Possibly an issue...
by AndrewA
Wed Sep 13, 2023 2:14 pm
Forum: LabVIEW
Topic: Correct installation procedure for using USBTC-08
Replies: 1
Views: 23104

Re: Correct installation procedure for using USBTC-08

Hi, You shouldn't need to copy the dll or .h files. Install the SDK (32-bit or 64-bit) the location of dll's are registered in the windows PATH variable. At a minimum you need the whole contents of the folder- https://github.com/picotech/picosdk-ni-labview-examples/tree/master/usbtc08 The file USBTC...
by AndrewA
Wed Sep 13, 2023 1:50 pm
Forum: USB PC Data Loggers
Topic: Totally new to data logger - any help is appreciated
Replies: 1
Views: 10135

Re: Totally new to data logger - any help is appreciated

Our temperature loggers use PicoLog 6 software which comes free of charge. https://www.picotech.com/library/data-loggers/picolog-6-data-logger-software You can download it and try it out using the demo devices - https://www.picotech.com/downloads/_lightbox/picolog-6-for-windows First temperature log...
by AndrewA
Wed Sep 13, 2023 1:24 pm
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: Version 7 compatability
Replies: 1
Views: 9950

Re: Version 7 compatability

I know the 5244A will work. Generally any model supported in PicoScope 6 should work in PicoScope 7.
With a few exceptions DrDAQ, PicoLog 1000, ADC-212.
PicoScope 7 requires Window 10 and above, and is packaged with latest drivers.
by AndrewA
Wed Sep 13, 2023 12:09 pm
Forum: General Software Discussions
Topic: Python SDK voltage ranges PS6000a
Replies: 1
Views: 5689

Re: Python SDK voltage ranges PS6000a

I have added ticket to SDK examples system, to cover this.
For the 6000a API they should be added here-
https://github.com/picotech/picosdk-pyt ... ceEnums.py
as these are global enums used in the SDK.
I did notice other examples where they not defined.
by AndrewA
Tue Sep 12, 2023 12:42 pm
Forum: LabVIEW
Topic: Labview import shared library
Replies: 6
Views: 17065

Re: Labview import shared library

Testing out the dll shared library import tool with the VNA5 API. As we don't use LabWindows/CVI so can't use the stdint.h suggested on the NI forum page. I did find a copy here- C:\Program Files (x86)\National Instruments\Shared\LVDB 2015\include\ansi\stdint.h It looks to part of the "Database Conn...