2635A

Users Manual

'Configure Hydra Channels

'First, initialize screen and display Hydra identification info

CLS

LOCATE 1, 25: PRINT "Sample Program for Hydra"

PRINT #1, "*IDN?": GOSUB CheckResponse: LINE INPUT #1, Result$

LOCATE 2, 20: PRINT Result$

WHILE (1)

 

 

'Print banner line at bottom of screen

 

LOCATE 25,

1

 

PRINT "1 =

VDC 2 = VAC 3 = OHMS 4 = FREQ

5 = TEMP 6 = Quit";

'Get channel configurations Func$ = "0"

WHILE (Func$ < "1") OR (Func$ > "6")

LOCATE 23, 1: INPUT "

Selection: ", Func$

WEND

' Exit and clean up if choice is "Quit"

IF Func$ = "6" THEN CLOSE 1, 2: CLS : KEY ON: END

'Set up the common channel configuration string (function and range) SELECT CASE Func$

CASE "1"

Config$ = "VDC, 1" CASE "2"

Config$ = "VAC, 1" CASE "3"

Config$ = "OHMS, 1, 2"

' Assuming 2-terminal channel

CASE "4"

 

 

 

Config$ = "FREQ, 1"

 

 

CASE "5"

 

 

 

Config$ = "TEMP, K"

' Assuming K thermocouple

END SELECT

 

 

 

'Set up Hydra / Configure channels

 

LOCATE 23, 1: PRINT "Programming Hydra...";

 

FOR Index = 1

TO NumChannels

 

 

PRINT #1, "FUNC " + STR$(Index) + "," + Config$

GOSUB CheckResponse

 

 

NEXT Index

 

 

 

LOCATE 23, 1: PRINT "Measuring " + Config$ + "

"

' Scan three times

 

 

FOR Index = 1 TO 3

 

 

PRINT #1, "*TRG"

' Start a single scan

GOSUB CheckResponse

' Get prompt back from Hydra

PRINT #1, "SCAN_TIME?": GOSUB CheckResponse

 

LINE INPUT #1, Result$

' Get scan time stamp

PRINT #2, Result$

' Save time stamp to data file

FOR ChannelIndex = 1 TO NumChannels

' Get scan data

PRINT #1, "LAST? " + STR$(ChannelIndex) ' Request channel data

GOSUB CheckResponse

 

 

INPUT #1, Result$

 

' Get channel result

LOCATE ChannelIndex + 2, 25

 

PRINT "Chan " + STR$(ChannelIndex) + ": ";

PRINT Result$

 

' Print results to screen

PRINT #2, Result$ + ",";

 

' Print results to data

file

 

 

 

NEXT ChannelIndex

 

 

PRINT #2, ""

' End of line to data file

NEXT Index

 

 

 

WEND

 

 

 

END

 

 

 

 

 

 

 

 

 

 

op52_2f.eps

 

Figure 4-6. Sample Program (QBASIC)(2 of 3)

4-60

Page 164
Image 164
Fluke 2635A user manual Sample Program QBASIC2

2635A specifications

The Fluke 2635A is a highly advanced multichannel data acquisition system designed for engineers and technicians requiring precision and versatility in their measurement tasks. This instrument excels in monitoring and capturing data from various sources, making it a valuable tool in laboratories, production environments, and field applications.

One of the standout features of the Fluke 2635A is its ability to support up to 20 measurement channels. Users can simultaneously monitor multiple signals, which is crucial for complex testing scenarios where numerous variables need to be tracked. The device is equipped with a 6.5-digit precision measurement capability that ensures high accuracy and resolution in readings. This level of precision is particularly beneficial in applications such as environmental monitoring, research and development, and industrial process control.

The unit incorporates a variety of measurement modes, including voltage, current, temperature, and resistance, making it exceptionally versatile. The Fluke 2635A not only handles standard signals but also integrates with various transducers, providing extensive compatibility for users engaged in diverse testing applications.

To enhance data management, the Fluke 2635A offers advanced data logging capabilities. Data can be stored internally or transferred to external devices for further analysis. The internal memory can accommodate extensive datasets, which can be crucial in long-term monitoring tasks. Integration with external software enables users to analyze and visualize data effectively, allowing for informed decision-making based on comprehensive results.

The user interface is designed for ease of use, featuring a large, bright LCD display that clearly presents measurements and status information. The device is also equipped with a simple navigation system, allowing users to switch between channels and measurement types without hassle.

In terms of construction, the Fluke 2635A is built to withstand rigorous environments. It features a robust design that ensures reliability and durability, making it suitable for both laboratory settings and field operations. Furthermore, the device supports a wide temperature range, thus enabling usage in diverse conditions.

Overall, the Fluke 2635A is a powerful and flexible instrument that provides precise measurements across multiple channels, supporting a wide range of applications. Its advanced technology, combined with user-friendly features, makes it an essential tool for professionals in various fields. The combination of accuracy, flexibility, and durability solidifies its standing as a trusted choice for data acquisition and monitoring tasks.