Difference between revisions of "UNI-T UT181A"

From sigrok
Jump to navigation Jump to search
(adjust cables, link to external lib and protocol doc, resources section)
Line 2: Line 2:
| image          = [[File:UNI-T-UT181A.jpg|180px]]
| image          = [[File:UNI-T-UT181A.jpg|180px]]
| name            = UNI-T UT181A
| name            = UNI-T UT181A
| status          = unknown
| status          = planned
| source_code_dir = uni-t-dmm
| source_code_dir =  
| counts          = 60000
| counts          = 60000
| categories      = CAT IV (600V) / CAT III (1000V)
| categories      = CAT IV (600V) / CAT III (1000V)
| connectivity    = [[Device_cables#UNI-T_UT-D02|RS232]] / [[Device_cables#UNI-T_UT-D04|USB]]
| connectivity    = [[Device_cables#UNI-T_UT-D09|USB]] / [[Device_cables#UNI-T_UT-D07A|BLE]]
| measurements    = voltage, current, resistance, capacitance, frequency, duty cycle, diode, continuity, temperature
| measurements    = voltage, current, resistance, capacitance, frequency, duty cycle, diode, continuity, temperature
| features        = autorange, true-rms, data hold, min/max, rel, bargraph, backlight
| features        = autorange, true-rms, data hold, min/max, relative, bargraph, backlight, logging
| website        = [https://www.uni-trend.com/index.php?m=content&c=index&a=show&catid=148&id=16 uni-trend.com]
| website        = [https://www.uni-trend.com/index.php?m=content&c=index&a=show&catid=148&id=16 uni-trend.com]
}}
}}


The '''UNI-T UT181A''' is a logging digital multimeter with PC connectivity.
See [[Device cables#UNI-T_UT-D09]] and [[Device cables#UNI-T_UT-D07A]] for cables.
Users need to enable communication in the meter's menu system before starting the application.


== Protocol and usage ==


== sigrok support ==
Currently there is no sigrok driver for the UT181A device.
An external MIT licensed project which was written in the Rust programming language also contains a description of the protocol, see the Resources section below. This will be useful in the creation of a sigrok driver.


there isn't much documentation how to use sigrok with dmm, but this works:
== Resources ==


https://github.com/antage/ut181a-cli
* [https://github.com/antage/ut181a-cli ut181a DMM library] and [https://github.com/antage/ut181a-cli ut181a-cli application]
* [https://github.com/antage/ut181a/blob/master/Protocol.md UT181A protocol description]


 
[[Category:Device]]
== Hardware ==
[[Category:Multimeter]]
 
[[Category:Planned]]
 
 
'''RS232 cable''':
 
See [[Device cables#UNI-T_UT-D02]].
 
'''USB cable''':
 
See [[Device cables#UNI-T_UT-D04]].

Revision as of 23:04, 13 December 2019

UNI-T UT181A
UNI-T-UT181A.jpg
Status planned
Counts 60000
IEC 61010-1 CAT IV (600V) / CAT III (1000V)
Connectivity USB / BLE
Measurements voltage, current, resistance, capacitance, frequency, duty cycle, diode, continuity, temperature
Features autorange, true-rms, data hold, min/max, relative, bargraph, backlight, logging
Website uni-trend.com

The UNI-T UT181A is a logging digital multimeter with PC connectivity. See Device cables#UNI-T_UT-D09 and Device cables#UNI-T_UT-D07A for cables. Users need to enable communication in the meter's menu system before starting the application.

Protocol and usage

Currently there is no sigrok driver for the UT181A device. An external MIT licensed project which was written in the Rust programming language also contains a description of the protocol, see the Resources section below. This will be useful in the creation of a sigrok driver.

Resources