Difference between revisions of "UNI-T UT61E"

From sigrok
Jump to navigation Jump to search
m
(add Usage section)
Line 61: Line 61:


The transmission of the measurement data cannot be disabled, the respective Cyrustek ES51922 pin (111, '''RS232''') is tied to GND (i.e. transmission is always enabled) on this multimeter.<sup>[http://www.steffenvogel.de/2011/01/25/inner-workings-of-uni-trend-ut61e-digital-multimeter/]</sup>
The transmission of the measurement data cannot be disabled, the respective Cyrustek ES51922 pin (111, '''RS232''') is tied to GND (i.e. transmission is always enabled) on this multimeter.<sup>[http://www.steffenvogel.de/2011/01/25/inner-workings-of-uni-trend-ut61e-digital-multimeter/]</sup>
== Usage ==
The following [[sigrok-cli]] command can be used to receive measured values from a device connected via USB (note that the USB VID/PID after the '''<tt>conn</tt>''' option needs to be changed depending on the exact USB adapter cable used):
<source lang="bash">
$ sigrok-cli --driver=uni-t-ut61e:conn=1a86.e008 -O analog
</source>
With the '''<tt>--samples <n></tt>''' option it is posible to stop the acquisition after the specified number of measurements. More information can be found in the [http://sigrok.org/gitweb/?p=libsigrok.git;a=blob;f=README.devices README.devices] file of the [[libsigrok]] source tree.


== Resources ==
== Resources ==

Revision as of 03:00, 20 October 2014

UNI-T UT61E
Old ver front.png
Status supported
Counts 22000
IEC 61010-1 CAT II (600V) / CAT III (300V)
Connectivity RS232 / USB
Measurements voltage, current, resistance, capacitance, frequency, duty cycle, diode, continuity
Features autorange, true-rms, data hold, min/max, relative, bargraph, backlight
Website uni-trend.com

The UNI-T UT61E is a 22000 counts, CAT II (600V) / CAT III (300V) handheld digital multimeter with RS232 or USB connectivity.

See UNI-T UT61E/Info for more details (such as lsusb -vvv output) about the device.

Hardware

Photos

Older version:

Newer version:

Protocol

See Multimeter_ICs#Cyrustek ES51922 for the DMM IC protocol.

Depending on the cable, additional decoding is needed, though.

TODO: Serial cable vs. the two USB HID based cables.

The transmission of the measurement data cannot be disabled, the respective Cyrustek ES51922 pin (111, RS232) is tied to GND (i.e. transmission is always enabled) on this multimeter.[1]

Usage

The following sigrok-cli command can be used to receive measured values from a device connected via USB (note that the USB VID/PID after the conn option needs to be changed depending on the exact USB adapter cable used):

$ sigrok-cli --driver=uni-t-ut61e:conn=1a86.e008 -O analog

With the --samples <n> option it is posible to stop the acquisition after the specified number of measurements. More information can be found in the README.devices file of the libsigrok source tree.

Resources