Difference between revisions of "Owon XDM2041"

From sigrok
Jump to navigation Jump to search
(Created page with "{{Infobox multimeter | image = 180px | name = Owon XDM2041 | status = in progress | source_code_dir = scpi-dmm | counts...")
 
(Wrong link formatting)
 
(5 intermediate revisions by 2 users not shown)
Line 9: Line 9:
| measurements    = voltage, current, resistance, capacitance, diode, frequency, continuity, temperature
| measurements    = voltage, current, resistance, capacitance, diode, frequency, continuity, temperature
| features        = autorange, true RMS, data hold, min/max/avg, relative, four-wire resistance, dual display, record
| features        = autorange, true RMS, data hold, min/max/avg, relative, four-wire resistance, dual display, record
| website        = [https://www.owon.com.hk/products_xdm2041_4_1|2_digits__bench-type_digital_multimeter owon.com.hk]
| website        = [https://www.owon.com.hk/ owon.com.hk]
}}
}}


Line 16: Line 16:
Also sold rebranded as [https://www.peaktech.de/productdetail/kategorie/digital---tischmultimeter/produkt/peaktech-4095.html PeakTech 4095].
Also sold rebranded as [https://www.peaktech.de/productdetail/kategorie/digital---tischmultimeter/produkt/peaktech-4095.html PeakTech 4095].


Protocol
== Protocol ==
========


Protocol is SCPI over RS232. Manufacturer manual is available here: [http://files.owon.com.cn/probook/XDM2041_Digital_Multimeter_Programming_Manual.pdf Programming manual for XDM2041 Digital Multimeter].
Protocol is SCPI over RS232. Manufacturer manual is available here: [http://files.owon.com.cn/probook/XDM2041_Digital_Multimeter_Programming_Manual.pdf Programming manual for XDM2041 Digital Multimeter].
Notes:
* The XDM2041 does not support '''*OPC?''' command, which SCPI standard specifies should report whether operation is complete.
* The programming manual does not specify how to run / stop measurement.
* The programming manual does not specify how to retrieve recorded data or how to configure one.
There is Windows software available that could be used to check whether there are extra commands.
== Hardware ==
There is reverse-engineered information available on the [https://github.com/PetteriAimonen/owon-xdm2041-info/ Owon XDM2041 hardware ].
[[Category:Device]]
[[Category:Multimeter]]
[[Category:In progress]]

Latest revision as of 09:28, 1 March 2023

Owon XDM2041
Owon XDM2041.JPG
Status in progress
Source code scpi-dmm
Counts 55000
IEC 61010-1 CAT I (1000V) / CAT II (600V)
Connectivity RS232
Measurements voltage, current, resistance, capacitance, diode, frequency, continuity, temperature
Features autorange, true RMS, data hold, min/max/avg, relative, four-wire resistance, dual display, record
Website owon.com.hk

The Owon XDM2041 is a 55000 count (4.5 digits), 0.025% accuracy, 65 readings/s benchtop digital multimeter with RS232 connectivity.

Also sold rebranded as PeakTech 4095.

Protocol

Protocol is SCPI over RS232. Manufacturer manual is available here: Programming manual for XDM2041 Digital Multimeter.

Notes:

  • The XDM2041 does not support *OPC? command, which SCPI standard specifies should report whether operation is complete.
  • The programming manual does not specify how to run / stop measurement.
  • The programming manual does not specify how to retrieve recorded data or how to configure one.

There is Windows software available that could be used to check whether there are extra commands.

Hardware

There is reverse-engineered information available on the Owon XDM2041 hardware .