Hioki Dt4250 Series Digital Multimeter User Manual

Hioki Dt4250 Series Digital Multimeter User Manual

HIOKI logoHIOKI E. E. CORPORATION
Aug. 2021
Revised edition 3
DT4250 series DIGITAL MULTIMETER Remote

Operation Manual

Remote Interface Overview

Step1. Connect the USB cable to the USB port on the computer.
Step2. Once the USB cable is connected and the USB driver is installed, a virtual COM port is created on the computer.

Interface Parameters

In order to operate the meter via a host computer or terminal, the parameters in interface within the DT4251,DT4252,DT4253,DT4254,DT4255,DT4256 have to match the parameters the serial interface provided by the host or terminal.
The following procedures will guide to set up interface parameters within these models.
Table.1

ItemParameter

Setting

1Baud Rate9600 bps
2Data Length8 bit
3Parity CheckNone
4Stop Bit1 bit

About Command

3.1. Terminator
A terminator is a character sent by a host, which identified the end of a command string.
A valid terminator consists of two-byte data.
<CR> (Carriage Return, ASC(&H0D) )
<LF> (Line Feed, ASC(&H0A) )
3.2. Return result
After execution of query command, digital multimeter will return the following format.
<Result> + <CR> <LF>
3.3. Data Types
Returned message is the ASCII string from the digital multimeter responding to a query.
Table.2

Data TypeExplanation

Example

<NR1>An integer+10000, -10000, 123, -100
<NR2>This numeric representation has an explicit radix point.+13.234, -.00002, 3.4567
<NR3>This representation  has  an  explicit radix point and an exponent.-1.000000E+02
<Boolean>String ASCII-encoded byte, is return for the setting query.0 or 1
<Literal>ASCII stringACV, DCV

Summary of Commands

Table.3

CommandParameter

Description

QPIDQuery the Meter model.
*IDNQuery the Meter identification.
:SYST:RSTPut the meter to reset.
:SYST:LLOPut the meter into the local lockout state.
:SYST:GTLPut the meter into the local state.
:CONF?Query the main function of the display.
:CONF2?Query the sub function of the display.
:CONF<function,range>Configure the range.
:FETCCNT?Query main measured count value.
:FETCCNT2?Query sub measured count value.
:CALC:STAT:MAX?Query measured maximum count value.
:CALC:STAT:MIN?Query measured minimum count value.
:CALC:STAT: AVER?Query measured average count value.
:CALC:REL:OFFS?Query the offset value of the relative.
:SYST:APS<0|1>Set the APS.
:SYST:BEEP<0|1>Set the action of the beeper.
:SYST:BLIT<0|1>Set the backlight.
:SYST:BLA<0|1>Set the auto backlight.
:SYST:BATT?Query the battery level.
:SYST:REL<0|1>Set the relative.
:SYST:FILTER<0|1>,<100|500>Set the filter.
:MEAS:AUTOV?Query the status DC or AC of AutoV function.
:SYST:INITPut the meter to power-on-reset state.
:STAT?Query the status of the meter.

Detail of Commands

5.1. Description of Commands
The DT4251,DT4252,DT4253,DT4254,DT4255,DT4256 only accepts the UPPERCASE command. (Except Unit etc.)
Table.4

Command

Explanation

QPIDQuery the Meter model. Syntax QPID Response “DT4251” or “DT4252” or “DT4253” or ”DT4254” or “DT4255” or “DT4256”
*IDNQuery the Meter identification. Syntax *IDN?
Response <data×3>
<data> maker name, model number, serial, version Example; “HIOKI,DT4251,130501234,Ver 1.00”
:SYST:RSTPut the meter to reset. Syntax :SYST:RST
Response “OK”
:SYST:LLOPut the meter into the local lockout state. Syntax :SYST:LLO
Response “OK”
:SYST:GTLPut the meter into the local state. Syntax :SYST:GTL
Response “OK”
:CONF?
:CONF2?
Query the function of the display. Syntax  :CONF? [:CONF2?]
Response <data×2>
<data> function,range Example;      “ACV, 600m”
5.2 Combination response string function and range
:CONFConfigure the range.
Syntax :CONF <data×2>
<data> function,range Example;    “:CONF RES, 60k”
5.2 Combination response string function and range 
Response “OK” or “CMD ERR” or “EXE ERR”
:FETCCNT?
:FETCCNT2?
Query measured count value.
Syntax :FETCCNT? [:FETCCNT2?]
Response <data×1>
<data> count value Example; “3000”
:CALC:STAT:MAX?Query measured maximum count value. (1) Syntax :CALC:STAT:MAX?
Response <data×1>
<data> count value Example; “5000”
:CALC:STAT:MIN?Query measured minimum count value. (1) Syntax :CALC:STAT:MIN?
Response <data×1>
<data> count value Example; “2000”
:CALC:STAT:AVER?Query measured average count value. (1) Syntax :CALC:STAT: AVER?
Response <data×1>
<data> count value Example; “3500”
:CALC:REL:OFFS?Query the offset value of the relative. Syntax :CALC:REL:OFFS?
Response <data×2>
<data> offset value, range Example; “20, 600m”
:SYST:APSSet the APS.
Syntax :SYST:APS <data×1>
<data> “0” (off) or“1” (on)
Example; “:SYST:APS 1” Response “OK” or “CMD ERR”
:SYST:BEEPSet the action of the beeper.
Syntax :SYST:BEEP <data×1>
<data> “0” (off) or “1” (on)
Example; “:SYST:BEEP 1”
Response “OK” or “CMD ERR”

(1) Since the internal count value is returned, the value beyond the display range is not guaranteed to be accurate.

:SYST:BLITSet the backlight.
Syntax :SYST:BLIT <data×1>
<data> “0” (off) or “1” (on)
Example; “:SYST:BLIT 1”
Response “OK” or “CMD ERR”
:SYST:BLASet the auto backlight.
Syntax :SYST: BLA <data×1>
<data> “0” (off) or “1” (on) Example; “:SYST: BLA 1”
Response “OK” or “CMD ERR”
:SYST:BATT?Query the battery level. Syntax :SYST:BATT?
Response <data×1>
<data> Four steps remaining battery level. “3” or “2” or “1” or “0”
:SYST:RELSet the relative.
Syntax :SYST: REL <data×1>
<data> “0” (off) or “1” (on) Example; “:SYST: REL 1”
Response “OK” or “CMD ERR”
:SYST:FILTERSet the filter.
Syntax :SYST: FILTER <data×2>
<data1> “0” (off) or “1” (on)
<data2> “100” (100Hz) or “500” (500Hz) Example; “:SYST: FILTER 1,100”
Response     “OK” or “CMD ERR”
:MEAS:AUTOV?Query the status DC or AC of AutoV function. Syntax :MEAS: AUTOV?
Response “0” (DC) or “1” (AC)
or “EXE ERR” (Other than AutoV function)
:SYST:INITPut the meter to power-on-reset state. Syntax :SYST: INIT
Response “OK”
:STAT?Query the status of the meter. Syntax :STAT?

Response “<ABCDEFGHIJKLMNOPQRSTUVWX>”    (24char)

A—Recording“0”(OFF)
or “1”(MAX) or “2”(MIN) or “3”(AVG)
B—Relative value (REL)“0”(OFF) or “1”(ON)
C—Filter“0”(OFF) or “1”(ON)
D—Beep“0”(OFF) or “1”(ON)
E—APS“0”(OFF) or “1”(ON)
F—Battery level“0”~“3”
G—Input warning“0”(normal) or “1”(warn)
HI—Rotary position“00”~“99”(from OFF)
J—HOLD“0”(OFF) or “1”(ON)
K—Auto Hold“0”(OFF) or “1”(ON)
L—Auto Range“0”(OFF) or “1”(ON)
M—Backlight“0”(OFF) or “1”(ON)
N—Backlight Auto OFF“0”(OFF) or “1”(ON)
O—Filter Cut-off frequency“0”(100Hz) or “1”(500Hz)
P—reserved“0”
Q— reserved“0”
R— reserved“0”
S— reserved“0”
T— reserved“0”
U— reserved“0”
V— reserved“0”
W—reserved“0” or “1”
X—reserved“0”

5.2. Combination response string function and range
Table.5

Function

Range

ACV6, 60, 600, 1000
DCV600m(※1), 6, 60, 600, 1000
DCmV600m
AutoV600
CONT600
RES600, 6k, 60k, 600k, 6M, 60M
CAP1u, 10u, 100u, 1m, 10m
DIODE1500
TEMP400
CLAMP10, 20, 50, 100, 200, 500, 1000
ACA600m(※2), 6, 10
DCA60m(※3), 600m(※4), 6, 10
DCmA6m, 60m
DCuA60u, 600u
VDET0 (Lo, Hi) (※5)
FREQ100, 1k, 10k, 100k

(※1)600mV range is for DT4251 or DT4253 or DT4254 or DT4255 or DT4256.
(※2)600mA range is only DT4256
(※3)60mA range is only DT4256
(※4)600mA range is only DT4256
(※5)1 is for DT4254 or DT4255 or DT4256
5.3. Count value of abnormal data
Response of count value query return the values shown in Table.6 in the case of abnormal data.
Table.6

Type of abnormal valueCount value
Over Range value1000000
Invalid data2000000
Open value (DT4253, TEMP function)3000000
Internal error value (DT4253, TEMP function)4000000

6. Compatible command with earlier products
Table.7 shows the command compatibility with earlier products 3800 series.
Table.7

CommandDescription
*CLSClear the system Error Queue.
*RSTPut the meter to power-on-reset state.
LLOPut the meter into the local lockout state when in remote control. This means no local key operation at the front panel is allowed during remote control.
GTLPut the meter into the local state, clearing the remote state and front panel lockout.
FETC? [@2]Return the primary or secondary function value of output butter.
Response:<NR3>

Please note
-1. Contents subject to change without notice.
-2. This document contains copyrighted content.
-3. It is prohibited to copy, reproduce, or modify the content of this document without permission.

HIOKI logo

Documents / Resouces

Download manual
Here you can download full pdf version of manual, it may contain additional safety instructions, warranty information, FCC rules, etc.


Related Manuals