Difference between revisions of "Victor 86C"

From sigrok
Jump to navigation Jump to search
(has moved to serial-dmm)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
| name            = Victor 86C
| name            = Victor 86C
| status          = supported
| status          = supported
| source_code_dir = victor-dmm
| source_code_dir = serial-dmm
| counts          = 4000
| counts          = 4000
| categories      = CAT III (1000V)<sup>1</sup>
| categories      = CAT III (1000V)<sup>1</sup>
| connectivity    = USB
| connectivity    = [[Device cables#Victor_86C_USB_cable|USB]]
| measurements    = voltage, resistance, continuity, diode, capacitance, frequency, temperature, current, duty cycle
| measurements    = voltage, resistance, continuity, diode, capacitance, frequency, temperature, current, duty cycle
| features        = hold, min/max
| features        = autorange, data hold, min/max, relative
| website        = [http://www.china-victor.com/english/en/product_data.aspx?ClassID=168&ID=126 china-victor.com]
| website        = [http://www.china-victor.com/english/en/product_data.aspx?ClassID=168&ID=126 china-victor.com]
}}
}}
The '''Victor 86C''' is a 4000 counts, CAT III (1000V)<sup>1</sup> handheld digital multimeter with USB connectivity.
The '''Victor 86C''' is a 4000 counts, CAT III (1000V)<sup>1</sup> handheld digital multimeter with USB connectivity.


Line 47: Line 48:
== Resources ==
== Resources ==


TODO.
* [http://homepage.ntlworld.com/green_bean/coffee/roastlogger/dmmdetails.html RoastLogger: Input Devices] (Victor Victor 86B/86C support)
* [http://www.daveansell.co.uk/?q=node/44 Dave Ansell Science Communication: Victor 86C multimeter USB encoding for linux] (PHP)
* [https://code.google.com/p/victor86b-usb-interface/ victor86b-usb-interface: USB interface for Victor 86B Digital Multimeter using HIDAPI] (see also [http://www.codeproject.com/Articles/310547/USB-Digital-Multimeter-Driver-using-HIDAPI here])
* [https://www.sparkfun.com/products/10892 Sparkfun: Victor 70C] ([http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Tools/601e-070c-000a.pdf manual], [http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Tools/setup_70c_multi.rar software])
* [https://github.com/mvneves/victor70c Github: victor70c] (HIDAPI)
* [http://translate.google.com/translate?hl=de&sl=zh-CN&tl=en&u=http%3A%2F%2Fmytes.blog.163.com%2Fblog%2Fstatic%2F24568310201163010029970%2F Random review / photos]


[[Category:Device]]
[[Category:Device]]
[[Category:Multimeter]]
[[Category:Multimeter]]
[[Category:Supported]]
[[Category:Supported]]

Latest revision as of 07:06, 14 June 2019

Victor 86C
Victor 86c device front.png
Status supported
Source code serial-dmm
Counts 4000
IEC 61010-1 CAT III (1000V)1
Connectivity USB
Measurements voltage, resistance, continuity, diode, capacitance, frequency, temperature, current, duty cycle
Features autorange, data hold, min/max, relative
Website china-victor.com

The Victor 86C is a 4000 counts, CAT III (1000V)1 handheld digital multimeter with USB connectivity.

See Victor 86C/Info for more details (such as lsusb -vvv output) about the device.

1 CAT III according to the markings on the probes, which doesn't have to mean anything. No explicit "CAT" mention in the manual, it seems (1000V max. is listed, though).

Hardware

Multimeter:

  • TODO.

USB cable:

Photos

Multimeter:

TODO.

USB cable:

See Device cables#Victor_86C_USB_cable.

Protocol

See Victor protocol.

Resources