Search found 8 matches

by Janooo
Tue Oct 19, 2021 11:10 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Streaming voltage values
Replies: 2
Views: 13123

Re: Streaming voltage values

Hi, I have a probe and I measure the voltage across. When I use Pico software: PicoScope® 6 - PC Oscilloscope software version: 6.14.44.5870 Copyright © 1995-2021, Pico Technology Ltd. Model: PicoScope 6404D Serial Number: CR530/038 USB Version: 3.0 Calibration Date: March 18, 2015 Hardware Version:...
by Janooo
Mon Oct 18, 2021 4:26 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Streaming voltage values
Replies: 2
Views: 13123

Streaming voltage values

Hi, I implemented the sample code from the following file: /****************************************************************************** * * Filename: PS6000CSConsole.cs * * Description: * This is a console-mode program that demonstrates how to use the * ps6000 driver API functions using .NET The ...
by Janooo
Thu Oct 13, 2016 2:19 pm
Forum: PicoScope 6 for Windows
Topic: Saved buffer
Replies: 3
Views: 3930

Re: Saved buffer

Hi Martyn,
Any chance you might change the export in the near future and to have the timestamp included?
Thanks,
Jano
by Janooo
Fri Sep 30, 2016 4:02 pm
Forum: PicoScope 6 for Windows
Topic: Saved buffer
Replies: 3
Views: 3930

Saved buffer

Hi,
the header of a saved buffer looks like this:

Time, Channel A
(s),(V)

....
then values follow.

Is there a way to capture/save/display a computer timestamp when the buffer was captured in PicoScope 6 software?
Thanks,
Jano
by Janooo
Fri Aug 14, 2015 8:38 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: 6404D not defined in the PS6000ConsoleExample.cs
Replies: 2
Views: 5363

6404D not defined in the PS6000ConsoleExample.cs

Hello, the example does not work because GetDeviceInfo() method does not include 6404D variant: else if (line.Length == 5) // A or B variant { if (line[4] == 'A' || line[4] == 'a') // i.e. 6402A -> 0xA402 { line = line.Remove(4, 1); variant = int.Parse(line.ToString()); variant += 0x8B00; } else if ...
by Janooo
Thu Aug 13, 2015 5:52 pm
Forum: USB PC Oscilloscopes
Topic: Streaming out of the box
Replies: 3
Views: 4342

Re: Streaming out of the box

Thank you Hitesh, It's helpful. Still maybe I missed something. I imagined streaming as a feature that records continuously all the data into a file, preferably text file, with a timestamp, values, ... I do not see a place where I can setup a file for the continuous streaming. Is there a streaming f...
by Janooo
Tue Aug 11, 2015 9:23 pm
Forum: USB PC Oscilloscopes
Topic: Streaming out of the box
Replies: 3
Views: 4342

Streaming out of the box

Hello,
Is there a possibility to stream data with PicoScope 6 software out of the box?
I was not able to find anything about that in the documentation.
Thanks,
Jano