Fluke 2635A user manual Sample Program Gwbasic 1

Models: 2635A

1 268
Download 268 pages 28.28 Kb
Page 161
Image 161

 

 

 

Computer Operations

4

 

 

 

Computer Interface Commands and Operation

 

 

 

 

 

 

10

' HYDRALOG.BAS

Hydra Program to scan VDC, VAC, OHMS, FREQ or TEMP

 

20

'

- initializes RS-232 Communications between PC and Hydra

 

30

'

- configures a number of Hydra channels for one type

 

40

'

of measurement (e.g., VDC, VAC, temperature, etc.)

 

50

'

- scan channels 3 times, and display and record measurement

 

60

'

data in file "TESTDATA.PRN"

 

70

'

 

 

 

80' NOTE: Hydra must be set up for RS-232 communications, 9600 baud,

90' no parity, 8 bit data

100'

110

KEY OFF

' Switch keyboard event trapping off

120

'

 

130

' NOTE: Error message checking is not done here -- QBasic will notify the

140

' user and exit if there is a problem

150

'

 

160

' Open Communications port with 9600 baud, no parity, 8 it data,

170

'

ignore Clear to Send, Data Set Ready, and Carrier Detect.

180

'

 

190

OPEN "COM2:9600,N,8,,cs0,ds0,cd0" FOR RANDOM AS #1

200'

210'

220

OPEN "testdata.PRN" FOR OUTPUT AS #2

' Open data file

230

'

 

240

PRINT #1, "ECHO 0"

' Turn off command echo on Hydra

250

'

 

260

'-----

 

270

' Find out the number of channels the user wants to configure

280

' NOTE: Channel 0 will not be used

 

290

'

 

300

NUMCHANNELS = 0

 

310

WHILE (NUMCHANNELS < 1) OR (NUMCHANNELS > 20)

320INPUT "Enter the number of channels to be scanned (1-20): ", NUMCHANNELS

330WEND

340'

350'Turn unused channels off

360PRINT "(Wait...)"

370'

380FOR INDEX = (NUMCHANNELS + 1) TO 20

390PRINT #1, "FUNC " + STR$(INDEX) + ",OFF"

400GOSUB 1120

410NEXT INDEX

420'

430'

440'Configure Hydra Channels

450' First, initialize screen and display Hydra identification info

460CLS

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

480PRINT #1, "*IDN?": GOSUB 1120: LINE INPUT #1, RESULT$

490LOCATE 2, 20: PRINT RESULT$

500'

510WHILE (1)

520'Print banner line at bottom of screen

530LOCATE 25, 1

540

PRINT "1 = VDC 2 = VAC 3 = OHMS 4 = FREQ 5 = TEMP 6 = Quit";

550' Get channel configurations

560FUNC$ = "0"

570WHILE (FUNC$ < "1") OR (FUNC$ > "6")

580

LOCATE

23,

1: INPUT "

Selection: ", FUNC$

590

WEND

 

 

 

 

600

' Exit and

clean up

if choice is "Quit"

610

IF FUNC$ =

"6"

THEN

CLOSE

1, 2: CLS : KEY ON: END

op51f.eps

Figure 4-4. Sample Program (GWBASIC) (1 of 2)

4-57

Page 161
Image 161
Fluke 2635A user manual Sample Program Gwbasic 1

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.