Using the Computer Interface

4

Using the IEEE-488 Interface

500 PRINT #1, "FUNC " + STR$(I) + "," + CMD$

510GOSUB 800

520NEXT I

530

540LOCATE 23,1

550

PRINT "Measuring " + CMD$ + "

" ’ Print to screen

560

 

570

FOR I = 1 TO 3

’ Scan 3 times

580

PRINT #1, "*TRG"

’ Start a single

590

GOSUB 800

’ Get prompt

595PRINT #1, "SCAN_TIME? : GOSUB 800 ’ Get scan time stamp

597LINE INPUT #1, RESULTS$

598

PRINT #2, RESULT$

 

’ save time stamp in data file

600

FOR J = 1 TO NUMBEROFCHANS

’ Request scan data

610

PRINT #1, "LAST? " + STR$(J) ’ Request channel data

612

GOSUB 800

’ Get prompt

620

INPUT #1, RESULT$

 

’ Get channel result

640

LOCATE J+3, 25 : PRINT "Chan " + STR$(J) + ": ";

650

PRINT RESULT$

’ Print results to screen

660

PRINT #2, RESULT$ + ",";

’ Print results to file

670

NEXT J

 

 

680PRINT #2, ""

690NEXT I

700WEND

710

720’ Subroutine: response

730’ Checks prompt for errors

740’ The possible command responses are:

750’ "=> (CR) (LF)" (command successful)

760’ "?> (CR) (LF)" (command syntax error)

770’ "!> (CR) (LF)" (Command execution error)

780

800

PROMPT$ = INPUT$(4, #1)

’ Get prompt

810

IF INSTR(1, PROMPT$, "=>" <> 0 THEN RETURN

’ Command successful

820

IF INSTR(1, PROMPT$, "?>" <> 0

THEN PRINT "Command Syntax Error!!"

830

IF INSTR(1, PROMPT$, "!>" <> 0

THEN PRINT "Command Execution Error!!"

840

PRINT "Program execution halted due to communication errors."

850

END

 

 

Figure 4-2. Sample Program (cont)

4-11

Page 81
Image 81
Fluke 2620A, 2625A user manual Gosub

2625A, 2620A specifications

The Fluke 2625A is a sophisticated data logger designed for a wide range of industrial and laboratory applications. This versatile instrument excels in capturing and monitoring temperature and voltage measurements with precision and reliability. One of its standout features is its ability to record data from various sensors, making it ideal for environments where comprehensive data acquisition is critical.

Equipped with a large LCD display, the Fluke 2625A provides clear and user-friendly access to real-time measurement data. Its graphical interface allows users to visualize trends and monitor readings easily, which significantly enhances usability. The device supports a variety of input types and can connect to thermocouples, RTDs, and other sensors, offering great flexibility for various measurement tasks.

The Fluke 2625A employs advanced measurement technologies that ensure accuracy in data logging. With a high sampling rate, it captures fast-changing signals while maintaining data integrity. The device features a built-in memory that allows for extensive logging, accommodating long-term monitoring tasks without requiring constant oversight. Users can set it to log data at specified intervals, offering customizable solutions for different monitoring needs.

Another significant characteristic of the Fluke 2625A is its robust communication capabilities. The device supports USB and RS-232 interfaces for easy connectivity with computers and other devices, making data transfer and analysis seamless. This feature is especially beneficial for users who need to compile or analyze large sets of data quickly.

Furthermore, the Fluke 2625A is designed with durability in mind. Its rugged construction makes it suitable for challenging environments, including those with high levels of vibration, dust, or moisture. This reliability ensures that the device can withstand the rigors of fieldwork while still delivering accurate measurements.

In summary, the Fluke 2625A is a powerful data logger that combines versatility, accuracy, and reliability. Its user-friendly interface, advanced measurement technologies, and robust design make it an essential tool for professionals in various industries, from manufacturing and HVAC to research and development. Whether monitoring temperature changes in a laboratory or assessing voltage levels in an industrial setting, the Fluke 2625A stands out as a trusted solution for effective data logging and analysis.