Streaming voltage values

Post your .Net discussions here
Post Reply
Janooo
Newbie
Posts: 0
Joined: Tue Aug 11, 2015 9:04 pm

Streaming voltage values

Post by Janooo »

Hi,
I implemented the sample code from the following file:

Code: Select all

/******************************************************************************
 *
 *  Filename: PS6000CSConsole.cs
 *
 *  Description:
 *    This is a console-mode program that demonstrates how to use the
 *    ps6000 driver API functions using .NET
The following streaming readings are supposed to be 1.5V from an AA battery.
I do not know how to measure simple voltage.
Please, what do I miss?
Thank you,
Jano

Code: Select all

For each of the active channels, results shown are....
Maximum Aggregated value ADC Count & mV, Minimum Aggregated value ADC Count & mV

Channel    Max ADC     Max mV    Min ADC     Min mV   
      A        256         39          0          0
      A        256         39          0          0
      A        512         78          0          0
      A        512         78          0          0
      A        768        118          0          0
      A        256         39          0          0
      A        256         39          0          0
      A        256         39          0          0
      A        256         39          0          0
      A        256         39          0          0
      A        256         39          0          0
      A        512         78          0          0
      A        256         39          0          0
    

bennog
Advanced User
Advanced User
Posts: 206
Joined: Mon Nov 26, 2012 9:16 am
Location: Netherlands

Re: Streaming voltage values

Post by bennog »

how do you have connected the battery to the scope ?

Photo ?

Benno

Janooo
Newbie
Posts: 0
Joined: Tue Aug 11, 2015 9:04 pm

Re: Streaming voltage values

Post by Janooo »

Hi,
I have a probe and I measure the voltage across.
When I use Pico software:

Code: Select all

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: 1 1
Driver Version: 2.1.61.2597
Firmware Version: 1.7.5.0 / 1.1.44.0
The result is a correct measurement,
Jano

Post Reply