Search found 296 matches
- Mon Dec 02, 2019 11:32 am
- Forum: LabVIEW
- Topic: How to read out SENT protocol data by Labview
- Replies: 1
- Views: 2660
Re: How to read out SENT protocol data by Labview
Hi, For the 2204A you need to use the examples here- https://github.com/picotech/picosdk-ni-labview-examples/tree/master/ps2000 Please read our full LabVIEW instructions here-
Jump to post
- Mon Dec 02, 2019 11:15 am
- Forum: LabVIEW
- Topic: Link between PICO2405 and LABVIEW
- Replies: 1
- Views: 2559
Re: Link between PICO2405 and LABVIEW
Hi, You need to use the correct example that uses the correct dll driver for your scope? Is your scope model the 2205 or the current 2405A ? Check the label on the bottom side of the unit. For the 2205 you need to use the examples here- https://github.com/picotech/picosdk-ni-labview-examples/tree/ma...
- Fri Nov 29, 2019 2:18 pm
- Forum: LabVIEW
- Topic: DC coupling setting not used
- Replies: 1
- Views: 2506
Re: DC coupling setting not used
Hi, I cannot reproduce your issue with your example vi. I did have to relink all the sub vi's to our current versions- https://github.com/picotech/picosdk-ni-labview-examples/blob/master/ps2000a/64-bit-examples/PicoScope2000a.llb You will also need the current shared folder- https://github.com/picot...
- Fri Nov 08, 2019 9:41 am
- Forum: PicoLog
- Topic: Software crashing
- Replies: 2
- Views: 2752
Re: Software crashing
Hi, Does the laptop have the power saving options turned off? Is it running off battery for this period? Some laptops will turn off USB ports to save power. Picolog 5 software is now end of life. And has been replaced with Picolog 6-https://www.picotech.com/library/data-loggers/picolog-6-data-logger...
- Wed Nov 06, 2019 3:40 pm
- Forum: USB PC Data Loggers
- Topic: How to read an NTC 10K thermistor with Picolog TC-08
- Replies: 2
- Views: 3080
Re: How to read an NTC 10K thermistor with Picolog TC-08
Hi, The standard method using a resistor divider is shown here using some of our other loggers. https://www.picotech.com/support/topic19621.html The main issue would be supplying a low voltage reference voltage to power the resistor divi...
- Mon Nov 04, 2019 11:47 am
- Forum: LabVIEW
- Topic: PicoScope5000aExampleRapidBlockBulk.vi - Convert samples to time?
- Replies: 4
- Views: 4135
Re: PicoScope5000aExampleRapidBlockBulk.vi - Convert samples to time?
Hi, I have updated the example on Github to return time Interval on graph (x-axis), for this example- You need to pull down or download the new files- https://github.com/picotech/...
- Fri Oct 25, 2019 10:22 am
- Forum: LabVIEW
- Topic: Screenshot and measurements using Pico through NI
- Replies: 1
- Views: 2716
Re: Screenshot and measurements using Pico through NI
Our SDK does not support any measurement features. You would need to write your own code to do this or use LabVIEW functions. Instructions for using LabVIEW with our SDK and example are here- https://github.com/p...
- Fri Oct 25, 2019 8:27 am
- Forum: PicoLog
- Topic: ADC-24 PICOLOG 6 Ubuntu server 16 support
- Replies: 1
- Views: 2653
Re: ADC-24 PICOLOG 6 Ubuntu server 16 support
No PicoLog 6 requires a GUI to operate. We also have a SDK and code examples available from our GitHub repositories, to write your own software. See- https://github.com/picotech for details The main code examples are written in- C, C#, VBA Excel, Labview, MA...
- Fri Oct 25, 2019 8:00 am
- Forum: LabVIEW
- Topic: Help with LabVIEW Setup
- Replies: 2
- Views: 3188
Re: Help with LabVIEW Setup
Hi, For 32-bit LabVIEW you need 32-bit SDK, or for 64-bit LabVIEW you need 64-bit SDK You can install both if you wish. You can download the Software Development Kit from our website at: https://www.picotech.com/downloads Step 1, select your 'Series' ...
- Thu Oct 24, 2019 3:57 pm
- Forum: .Net Languages (C#, VB.Net, .)
- Topic: Streaming DataRate
- Replies: 2
- Views: 2839
Re: Streaming DataRate
Hi, For streaming with the SDK I would recommend at least a buffer size of 1M samples and calling psXXXXGetStreamingLatestValues function 1/3 to 1/2 of the collect time to full this buffer. So if it takes 1 second to capture 1M samples, call psXXXXGetStreamingLatestValues every 1/3 to 1/2 of a secon...
- Thu Oct 24, 2019 3:26 pm
- Forum: PicoLog
- Topic: Help to users going from PicoLog5 to PicoLog6?
- Replies: 5
- Views: 4230
- Tue Oct 22, 2019 3:30 pm
- Forum: LabVIEW
- Topic: PicoScope 3000: Getting a sampling time of 1ns or lower
- Replies: 2
- Views: 2833
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: 1519
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: 4916
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: 1519
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