Search found 255 matches
- Tue Oct 22, 2019 3:30 pm
- Forum: LabVIEW
- Topic: PicoScope 3000: Getting a sampling time of 1ns or lower
- Replies: 2
- Views: 174
Re: PicoScope 3000: Getting a sampling time of 1ns or lower
Hi, Error code 5043 is (5043 - 5000) = 0x0000002B hex. PICO_INVALID_SAMPLE_INTERVAL = The sample interval selected for streaming is out of range. In streaming mode the 3206D is limited 125 MS/s (SDK) due to the USB controller in the scope. This rate shared between all enabled channels. 125 MS/s is 8...
- Wed Sep 25, 2019 10:21 am
- Forum: Getting Started
- Topic: Set up condition for stopping capturing the data
- Replies: 4
- Views: 530
Re: Set up condition for stopping capturing the data
Hi Link, From what you describe you want to configure the scope to run in streaming mode, but this only allows for one trigger event and cannot be reset! So it may not be worth trying to configure a trigger. You could look at writing your own code to detect multiple trigger events. FYI- To setup a t...
- Wed Sep 25, 2019 7:43 am
- Forum: LabVIEW
- Topic: PicoScope5000a PicoErrorHandler.vi missing/not linked
- Replies: 3
- Views: 2003
Re: PicoScope5000a PicoErrorHandler.vi missing/not linked
Hi,
This is because the link the "shared" Subrepo is currently broken.
The "shared" folder should link to-
https://github.com/picotech/picosdk-ni-labview-shared
This is because the link the "shared" Subrepo is currently broken.
The "shared" folder should link to-
https://github.com/picotech/picosdk-ni-labview-shared
- Fri Sep 20, 2019 2:22 pm
- Forum: Getting Started
- Topic: Set up condition for stopping capturing the data
- Replies: 4
- Views: 530
Re: Set up condition for stopping capturing the data
Hi,
Which model PicoScope do you have?
Can you post image of an example waveform you want to capture?
All the trigger types are listed on pages - 158 - 6.7.2.1 Advanced Triggers dialog -
https://www.picotech.com/download/manuals/picoscope-6-users-guide.pdf
Which model PicoScope do you have?
Can you post image of an example waveform you want to capture?
All the trigger types are listed on pages - 158 - 6.7.2.1 Advanced Triggers dialog -
https://www.picotech.com/download/manuals/picoscope-6-users-guide.pdf
- Fri Sep 20, 2019 1:54 pm
- Forum: LabVIEW
- Topic: PicoScope5000aExampleBlockMSO.vi - Program runs and then stops with no error code
- Replies: 1
- Views: 222
Re: PicoScope5000aExampleBlockMSO.vi - Program runs and then stops with no error code
Hi, Could you please email support@picotech.com And supply following details- Is this the 32-bit or 64-bit version of LabVIEW? And are you using the 32 or 64-bit version of the code? What version of the SDK do you have installed? Are you using the default settings on the front panel? Or have you cha...
- Fri Sep 20, 2019 12:52 pm
- Forum: PicoLog
- Topic: Put calculus functions into Picolog
- Replies: 4
- Views: 745
Re: Put calculus functions into Picolog
Hi, I have added your info to the new feature request. 
I think this would be a good feature!

I think this would be a good feature!
- Fri Sep 20, 2019 12:43 pm
- Forum: USB PC Oscilloscopes
- Topic: PicoScope 2204a, PicoLog 6 on Raspberry Pi 4
- Replies: 1
- Views: 278
Re: PicoScope 2204a, PicoLog 6 on Raspberry Pi 4
Hi, PicoLog 6.1.13 onwards only works on Raspbian Buster. We recently tried to force a sudo apt dist-upgrade from Stretch to Buster and broke the OS. So the advised route is to download the Buster ISO fresh from the RaspberryPi site. Of course we still have legacy versions of PicoLog, anything up to...
- Fri Sep 13, 2019 9:06 am
- Forum: Pre-Sales Advice
- Topic: Iimpedance spectroscopy
- Replies: 1
- Views: 482
Re: Iimpedance spectroscopy
Hi, You want to try doing a spectrum plot of real and imaginary parts of the signal like image on the top right of - https://en.wikipedia.org/wiki/Dielectric_spectroscopy? We have some maths channel examples that do this already for...
- Wed Sep 11, 2019 9:52 am
- Forum: PicoScope for Linux
- Topic: Unable to install picoscope on ubuntu mate
- Replies: 3
- Views: 581
Re: Unable to install picoscope on ubuntu mate
Hi, We do not have a version of PicoScope software for the arm platform. But you can install drivers and library files to write your own software to use our PicoScopes and dataloggers. See the section "Drivers for Raspberry Pi" at the bottom of https://www.picotech.com/downloads/linux NOTE we curren...
- Tue Sep 03, 2019 12:03 pm
- Forum: LabVIEW
- Topic: How to detect the Current Probe Programatically through labview in pico 3000 series scope
- Replies: 1
- Views: 1018
Re: How to detect the Current Probe Programatically through labview in pico 3000 series scope
Hi, The BNC probe interface on all the 3000 series scopes are completely passive. There is no way to detect the probe connect. So using a current clamp or sensor, the scaling will have to be coded yourself. This scaling could fixed or controlled via front panel button etc. Especially if you have a c...
- Thu Aug 29, 2019 9:01 am
- Forum: PicoLog
- Topic: Picolog 6.1 quite high CPU usage even at idle
- Replies: 1
- Views: 341
Re: Picolog 6.1 quite high CPU usage even at idle
Hi Ian, What O/S are you using ? Which version of the PicoLog 6 software are you running ? What Pico devices are connected to the PC, and how are they configured in the software ? It is advisable to ensure you are running the latest stable version of the software-
Jump to post
- Wed Aug 21, 2019 9:55 am
- Forum: LabVIEW
- Topic: PicoScope 4824 PICO_SIGGEN_INVALID_SWEEP_PARAMETERS
- Replies: 1
- Views: 331
Re: PicoScope 4824 PICO_SIGGEN_INVALID_SWEEP_PARAMETERS
Hi, Does the uncomplied version of the code work? I just tested the 64-bit github example- 64-bit PicoScope4000aExampleAWG.vi And it works fine. There is no code diff...
- Wed Aug 07, 2019 2:15 pm
- Forum: USB PC Data Loggers
- Topic: PicoLog software keeps crashing (5.22 build XP OS)
- Replies: 1
- Views: 278
- Thu Aug 01, 2019 2:02 pm
- Forum: Getting Started
- Topic: Charting Output ADC20
- Replies: 3
- Views: 424
Re: Charting Output ADC20
Please ensure you running the latest version of Picolog 6-
Pico Technology Downloads Page
The 'table view' tab and 'configure data table' button are shown below-
Pico Technology Downloads Page
The 'table view' tab and 'configure data table' button are shown below-
- Wed Jul 31, 2019 1:46 pm
- Forum: Getting Started
- Topic: Charting Output ADC20
- Replies: 3
- Views: 424
Re: Charting Output ADC20
Hi, To export to csv click on the 'table view' tab, then click the button 'Configure Data Table' Set the desired settings. You can set the 'Output sample rate' to slower the faster channel to down sample the data. In this case the samples in between can be used to display Average, Minimum and Maximu...