5492GPIB B&K Precision, 5492GPIB Datasheet - Page 64

no-image

5492GPIB

Manufacturer Part Number
5492GPIB
Description
DMM BENCH 5 1/2DGT WITH GPIB CRD
Manufacturer
B&K Precision
Type
Digital (DMM)r
Datasheets

Specifications of 5492GPIB

Includes
Test Leads
Style
Bench
Display Digits
5.5
Display Type
VFD, Dual
Display Count
120000
Function
Voltage, Current, Resistance, Frequency
Functions, Extra
Continuity, dB, Diode Test
Features
Hold, Min/Max, RS-232 Port
Ranging
Auto/Manual
Response
True RMS
Accuracy
+/- 0.012 %
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
FUNCTION TKDATA
LINE INPUT #1, RD$
TKDATA = VAL(RD$)
END FUNCTION
SUB TKECHO
LINE INPUT #1, PROMPT$
PROMPT$ = RIGHT$(PROMPT$, 2)
IF PROMPT$ <> "=>" AND PROMPT$ <> "*>" THEN 'If not successful then ...
END IF
END SUB
LOCATE 24, 1
PRINT "COMMAND EXECUTE ERROR !"
64
'Read COM1.
'Convert a string to numeric value and return 'the
value to main program.
'Get a string from COM1. Check if
'PROMPT$=<LF>+"=>"
'Discard <LF>
'Set the printing position to Line 24, column 1
'Print error message.