Difference between revisions of "Rohde&Schwarz HMO 1002 series"

From sigrok
Jump to navigation Jump to search
(Initial version)
 
(→‎Connecting: - Pulseview got support for devices connected over network)
(5 intermediate revisions by 3 users not shown)
Line 17: Line 17:
}}
}}


The '''R&S 1002 Series''' is a 50-100MHz (software upgradable), 1GSa/s, 2 analog channel
The '''Rohde&Schwarz MHO 1002 series''' is a 50-100MHz (software upgradable), 1GSa/s, 2 analog channel and 8 digital channel digital storage oscilloscope.
and 8 digital channel digital storage oscilloscope.


The base model can be upgraded from 50MHz to 70MHz or 100MHz with the HV572 resp HV512 option.
The base model can be upgraded from 50MHz to 70MHz or 100MHz with the HV572 resp HV512 option.
Line 28: Line 27:
* HV112/HOO12 CAN/LIN decoding/triggering, analog and/or digital channels
* HV112/HOO12 CAN/LIN decoding/triggering, analog and/or digital channels


For usage of the digital channels the HO3508 logic probe is required.  
For usage of the digital channels the [[Hameg HO3508|HO3508]] logic probe is required.


== Protocol ==
== Protocol ==


The device use same SCPI protocol as the HAMEG HMO compact series (HAMEG has been aquired by R&S).
The device use same SCPI protocol as the [[Hameg HMO compact series]] (Hameg has been acquired by R&S).
 
The device is equipped with an 100MBit/s ethernet port as well as a USB B device connector. USB can be switched from VCP (virtual COM port) to USBTMC mode via the Setup/Parameter menu. USB VID/PID is 0x0aad:0118 resp. 0x0aad:0119.
 
== Connecting ==
 
Devices connected via USB (both VCP and USBTMC mode) are autodetected by the hameg-hmo driver, and are usable with [[sigrok-cli]] and [[PulseView]].
Devices connected via Ethernet can not be autodetected, thus connection details have to be entered manually. The IP address depends on your network and
device settings, the default TCP port is 5025 (only relevant for raw TCP, VXI port is autodetected).
 
<source lang="bash">
$ sigrok-cli --driver=hameg-hmo:conn=/dev/ttyACM0 -O analog -C CH1 --frames 1
$ sigrok-cli --driver=hameg-hmo:conn=usbtmc/0aad.0119 -O analog -C CH1 --frames 1
$ sigrok-cli --driver=hameg-hmo:conn=tcp-raw/192.168.1.20/5025 -O analog -C CH1 --frames 1
</source>
 
In [[PulseView]], in case the device is not autodetected, use "Connect to Device...", select the <tt>hameg-hmo</tt> driver and enter the connection details
in the dialog. The device should show up when you press the scan button.


== Resources ==
== Resources ==


* [https://www.rohde-schwarz.com/product/hmo1002-productstartpage_63493-61541.html R&S HMO1002 product page]
* [https://www.rohde-schwarz.com/product/hmo1002-productstartpage_63493-61541.html R&S HMO1002 product page]
* [https://www.rohde-schwarz.com/manual/r-s-hmo1002-r-s-hmo1202-scpi-programmers-manual-manuals-gb1_78701-78979.html R&S®HMO1002, R&S®HMO1202 SCPI Programmers Manual]
* [https://www.rohde-schwarz.com/manual/r-s-hmo1002-r-s-hmo1202-scpi-programmers-manual-manuals-gb1_78701-78979.html R&S HMO1002, R&S HMO1202 SCPI Programmers Manual]
* [https://cdn.rohde-schwarz.com/pws/dl_downloads/dl_common_library/dl_brochures_and_datasheets/pdf_1/service_support_30/HMO1X02_bro-en_3607-0152-32_v0201_72dpi.pdf R&S®HMO1002, R&S®HMO1202 Data sheet]
* [https://cdn.rohde-schwarz.com/pws/dl_downloads/dl_common_library/dl_brochures_and_datasheets/pdf_1/service_support_30/HMO1X02_bro-en_3607-0152-32_v0201_72dpi.pdf R&S HMO1002, R&S HMO1202 Data sheet]
* [https://cdn.rohde-schwarz.com/pws/dl_downloads/dl_common_library/dl_brochures_and_datasheets/pdf_1/service_support_30/5210859532_Datenblatt_HOO10-11-12_en_web_20151027.pdf Serielle Busanalyse HOO10, HOO11, HOO12 - Data sheet]
* [https://cdn.rohde-schwarz.com/pws/dl_downloads/dl_common_library/dl_brochures_and_datasheets/pdf_1/service_support_30/5210859532_Datenblatt_HOO10-11-12_en_web_20151027.pdf Serielle Busanalyse HOO10, HOO11, HOO12 - Data sheet]


[[Category:Device]]
[[Category:Device]]
[[Category:Oscilloscope]]
[[Category:Oscilloscope]]
[[Category:Supported]]
[[Category:Supported]]

Revision as of 19:32, 21 January 2017

Rohde&Schwarz HMO 1002 series
RS HMO1002.png
Status supported
Source code hameg-hmo
Channels 2 analog, 8 digital
Samplerate 1GSa/s (interleaved), 500MSA/s (non interleaved)
Analog bandwidth 50/70/100MHz (software license)
Vertical resolution 8bits (HiRes up to 16bits)
Triggers pulse width, slope, video, pattern, serial bus (optional)
Input impedance 1MΩ‖16pF 200Vp CAT I
Memory 1Mpts (mode/ch-dependent)
Display 6.5" VGA (640x480), 256 colors
Connectivity USB host/device, ethernet
Features math: + / — / x / FFT, statistics, vertical sensitivity: 1mV/div - 10V/div, 4bit 50MHz pattern generator, 50kHz function generator
Website rohde-schwarz.com

The Rohde&Schwarz MHO 1002 series is a 50-100MHz (software upgradable), 1GSa/s, 2 analog channel and 8 digital channel digital storage oscilloscope.

The base model can be upgraded from 50MHz to 70MHz or 100MHz with the HV572 resp HV512 option.

There are also options to decode several serial bus protocols:

  • HV110/HOO10 (S)SPI/I2C/UART, analog and/or digital channels
  • HV111/HOO11 (S)SPI/I2C/UART, analog channels only
  • HV112/HOO12 CAN/LIN decoding/triggering, analog and/or digital channels

For usage of the digital channels the HO3508 logic probe is required.

Protocol

The device use same SCPI protocol as the Hameg HMO compact series (Hameg has been acquired by R&S).

The device is equipped with an 100MBit/s ethernet port as well as a USB B device connector. USB can be switched from VCP (virtual COM port) to USBTMC mode via the Setup/Parameter menu. USB VID/PID is 0x0aad:0118 resp. 0x0aad:0119.

Connecting

Devices connected via USB (both VCP and USBTMC mode) are autodetected by the hameg-hmo driver, and are usable with sigrok-cli and PulseView. Devices connected via Ethernet can not be autodetected, thus connection details have to be entered manually. The IP address depends on your network and device settings, the default TCP port is 5025 (only relevant for raw TCP, VXI port is autodetected).

 $ sigrok-cli --driver=hameg-hmo:conn=/dev/ttyACM0 -O analog -C CH1 --frames 1
 $ sigrok-cli --driver=hameg-hmo:conn=usbtmc/0aad.0119 -O analog -C CH1 --frames 1
 $ sigrok-cli --driver=hameg-hmo:conn=tcp-raw/192.168.1.20/5025 -O analog -C CH1 --frames 1

In PulseView, in case the device is not autodetected, use "Connect to Device...", select the hameg-hmo driver and enter the connection details in the dialog. The device should show up when you press the scan button.

Resources