EasyManua.ls Logo

Hioki 3227 - Page 129

Hioki 3227
154 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
117
────────────────────────────────────────────────────
8.9 Sample Programs
────────────────────────────────────────────────────
NOTE
(2) Setting the measurement function and the measuring range of the 3227.
Summary This program sets the measurement function.
This program sets the sampling rate, the auto range, and the measuring
range.
When the value impossible to set is input, an error is generated, and the
setting keeps as it is.
Program List
100 LINPUT "Function? (R/T) ",F$
110 IF F$<>"R" AND F$<>"T" THEN 100
120 IF F$="R" THEN
130 OUTPUT 701;":FUNC RESI"
140 LINPUT "Speed? (F/M/S) ",S$
150 IF S$<>"F" AND S$<>"M" AND S$<>"S" THEN 140
160 IF S$="F" THEN
170 OUTPUT 701;";SAMP FAST"
180 ELSE
190 IF S$="M" THEN
200 OUTPUT 701;":SAMP MEDI"
210 ELSE
220 OUTPUT 701;":SAMP SLOW"
230 END IF
240 END IF
250 LINPUT "Auto Range? (A/M) ",A$
260 IF A$<>"A" AND A$<>"M" THEN 250
270 IF A$="A" THEN
280 OUTPUT 701;":RESI:AUTO ON"
290 ELSE
300 OUTPUT 701;":RESI:AUTO OFF"
310 LINPUT "Range? (0‑300000) ",R$
320 OUTPUT 701;":RESI:RANG "&R$
330 END IF
340 ELSE
350 OUTPUT 701;":FUNC TEMP"
360 END IF
370 END
C
omments
100 Designate the measurement function
130 Set the measurement function to the resistance measurement mode
140 Designate the sampling rate
170 Set the sampling rate to FAST
200 Set the sampling rate to MEDIUM
220 Set the sampling rate to SLOW
250 Designate the auto range
280 Set the range to the auto range
300 Set the range to the manual range
310 Designate the measuring range (designate the measuring value)
320 Set the measuring range
350 Set the measuring range to the temperature measurement mode

Table of Contents

Related product manuals