Electrical – Reading a number of voltage samples with Fluke 8845A

instrumentationmultimetervoltage

This question is for anyone familiar with Fluke's 884XA-series meters. I am looking to measure voltages with the Fluke 8845A meter. What I would like to do is measure a specified number of samples at a given rate. Here is what I am looking to do:

  1. Measure 500 voltage samples.
  2. Measure each sample at a 1ms interval.

I remember that last time I played around with the 8845A I specified the number of samples but could not get the meter to stop taking readings. So my questions are:

  1. What is the appropriate SCPI command to specify 500 samples.
  2. What is the appropriate SCPI command to measure at 1ms intervals?

Best Answer

According to the Programming manual of the Fluke 8845A (which I would suggest you read before you expect people to do things for you), you can do the following to optimize for speed (You should be able to modify this to achieve your required sampling setup (Hint: You can run more triggers and only one sample pr trigger)):

enter image description here

In addition to that, see the command table on pp.28-37, and specifically the following table: enter image description here





According to the User manual of Fluke 8845A (as WhatRoughBeast stated), these are the measurement rates: enter image description here Where do you get 995 S/s from?

Related Topic