Chapter 6 Application Programs

Using MEASure? for a Single Measurement

Using MEASure? for a Single Measurement

The following example uses the MEASure? command to make a single ac current measurement. This is the easiest way to program the multimeter for measurements. However, MEASure? does not offer much flexibility. The example is shown in BASIC and QuickBASIC.

GPIB Operation Using BASIC

10

REAL Rdg

 

20

ASSIGN @Dmm TO 722

 

30

CLEAR 7

! Clear GPIB and dmm

40

OUTPUT @Dmm; "*RST"

! Reset dmm

50

OUTPUT @Dmm; "*CLS"

! Clear dmm status registers

60OUTPUT @Dmm; "MEASURE:CURRENT:AC? 1A,0.001MA" ! Set to 1 amp ac range

70ENTER @Dmm; Rdg

80PRINT Rdg

90END

GPIB Operation Using QuickBASIC

REM $Include "QBSetup" DEV&=722 INFO1$="*RST" LENGTH1%=LEN(INFO1$) INFO2$="*CLS" LENGTH2%=LEN(INFO2$)

INFO3$="MEASURE:CURRENT:AC? 1A,0.001MA" LENGTH3%=LEN(INFO3$)

Call IOCLEAR(DEV&)

Call IOOUTPUTS(DEV&, INFO1$, LENGTH1%)

Call IOOUTPUTS(DEV&, INFO2$, LENGTH2%)

Call IOOUTPUTS(DEV&, INFO3$, LENGTH3%)

Call IOENTER(DEV&,Rdg)

Print Rdg

END

6

185

Page 191
Image 191
Agilent Technologies 34401A manual Using MEASure? for a Single Measurement, Gpib Operation Using Basic

34401A specifications

Agilent Technologies 34401A is a highly reputable digital multimeter (DMM), renowned for its accuracy, versatility, and performance in a wide range of measurement applications. First introduced in the early 1990s, the 34401A has become a staple in laboratories, manufacturing environments, and educational institutions due to its robust build and comprehensive features.

One of the standout characteristics of the 34401A is its impressive accuracy, boasting a basic DC voltage accuracy of 0.0035%, making it ideal for precise measurements in electronic testing. The multimeter offers a wide range of measurement capabilities, including voltage (DC and AC), current (DC and AC), resistance, frequency, and continuity test, making it a highly versatile tool for engineers and technicians.

The 34401A utilizes a 6½-digit resolution, enabling the user to measure small changes in electrical signals with remarkable precision. With a sampling rate of up to 1000 readings per second, it can handle dynamic test requirements, providing timely results without sacrificing measurement integrity.

In terms of connectivity, the Agilent 34401A includes a GPIB (General Purpose Interface Bus) for remote operation, allowing users to automate their testing processes and integrate the multimeter easily into larger measurement systems. This feature is particularly beneficial in automated test environments, where speed and accuracy are paramount.

Additionally, the DMM incorporates advanced measurement functions, such as statistical analysis, including mean, standard deviation, and minimum/maximum readings, which provide users with valuable insights into their data. The instrument's user-friendly interface, complete with a clear digital display and intuitive controls, enhances usability and ensures that users can easily navigate its various functions.

Robust software support further extends the capabilities of the Agilent 34401A. It is compatible with a range of software tools for data logging and analysis, enabling users to efficiently document and analyze their measurements over time.

In summary, Agilent Technologies 34401A stands out in the realm of digital multimeters due to its high accuracy, extensive measurement functionalities, and user-friendly features. Whether for research and development, quality control, or educational purposes, the 34401A remains a preferred choice for professionals demanding reliable and precise measurement solutions. Its enduring legacy in the industry speaks to its performance and reliability, making it an essential tool for anyone involved in electronic testing and measurement.