Difference between revisions of "BBC Goertz Metrawatt M2110"
m |
Uwe Hermann (talk | contribs) m |
||
(13 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox multimeter | {{Infobox multimeter | ||
| image = | | image = [[File:Bbc gm m2110 mugshot.png|180px]] | ||
| name = BBC Goertz Metrawatt M2110 | | name = BBC Goertz Metrawatt M2110 | ||
| status = | | status = supported | ||
| source_code_dir = serial-dmm | | source_code_dir = serial-dmm | ||
| counts = 30000 | | counts = 30000 | ||
| categories = | | categories = | ||
| connectivity = RS232 | | connectivity = RS232 | ||
| measurements = voltage, current, resistance, capacitance | | measurements = voltage, current, resistance, capacitance | ||
| features = manual range | | features = manual range | ||
| | | website = | ||
}} | }} | ||
The ''BBC Goertz Metrawatt M2110'' is a historic (about 1984) 30000 count bench multimeter with RS232 connectivity. | The '''BBC Goertz Metrawatt M2110''' is a historic (about 1984) 30000 count bench multimeter with RS232 connectivity. | ||
It is possibly the oldest multimeter supported by [[libsigrok]]. | |||
A multimeter called '''Metravo 5D''' from the same manufacturer that seems to be the same model without RS232 port received the ''iF design awards'' in 1981. | |||
The manufacturer is called [[Gossen Metrawatt]] today. | The manufacturer is called [[Gossen Metrawatt]] today. | ||
= Hardware = | == Hardware == | ||
'''RS232 | |||
'''RS232 interface:''' | |||
* Baud rates 150/300/600/1200/2400/4800/9600, configurable via rotary switch | * Baud rates 150/300/600/1200/2400/4800/9600, configurable via rotary switch | ||
* 7 data bits | * 7 data bits | ||
Line 23: | Line 29: | ||
* 1 or 2 stop bits, configurable via DIP switch | * 1 or 2 stop bits, configurable via DIP switch | ||
* Optional CTS handshake, configurable via DIP switch | * Optional CTS handshake, configurable via DIP switch | ||
* Output intervals 0 | * Output intervals 0.66 s/10 s/1 min/10 min/1 h/manual/remote controlled, configurable via rotary switch | ||
* Manual output sends value on button ''Start/Reset'' pressed | * Manual output sends value on button ''Start/Reset'' pressed | ||
* Remote controlled output sends data on CTS set or ENQ sent, configurable via DIP switches | * Remote controlled output sends data on CTS set or ENQ sent, configurable via DIP switches | ||
* Max. 1 | * Max. 1.5 measurements/s | ||
'''RS232 cable:''' | '''RS232 cable:''' | ||
* 25 pin "female" connector | * 25 pin "female" connector | ||
* Null modem cable required (DTE configuration)! | * Null modem cable required (DTE configuration)! | ||
Line 35: | Line 42: | ||
<gallery> | <gallery> | ||
File:Bbcg m2110 1.JPG|<small>Front</small> | |||
File:Bbcg m2110 2.JPG|<small>Serial interface config</small> | |||
File:Bbcg m2110 3.JPG|<small>Top, right side</small> | |||
File:Bbcg m2110 4.JPG|<small>Top, back</small> | |||
File:Bbcg m2110 5.JPG|<small>Bottom</small> | |||
File:Bbcg m2110 6.JPG|<small>Wire clamps</small> | |||
File:Bbcg m2110 7.JPG|<small>Switched on, with measurement leads</small> | |||
</gallery> | </gallery> | ||
== Protocol == | == Protocol == | ||
<small> | |||
msg := SDDDDDD | 'OVERRNG' CR LF | msg := SDDDDDD | 'OVERRNG' CR LF | ||
S := '-' | ' ' | S := '-' | ' ' | ||
D := '0'..'9'|'.' | D := '0'..'9'|'.' | ||
</small> | |||
Unfortunately the device does not send the measured unit. | |||
== Support in sigrok == | |||
The device is supported by the driver '''bbcgm-m2110''' in modes that send data automatically or manually. Polling is not implemented. The device does not send the measured quantity or unit via the serial interface, just the value. | |||
The device detection requires a message to be sent by the device within 1s. The default serial port parameters are 1200/7n2. | |||
After power on or configuration changes the button ''Start/Reset'' must be pressed at least once to initiate sending. | |||
== Resources == | == Resources == | ||
* Manual (PDF) available from [[Gossen Metrawatt]] | |||
* Manual (PDF) available from [[Gossen Metrawatt]] customer support. | |||
* [http://exhibition.ifdesign.de/entrydetails_en.html?beitrag_id=11387 ''Metravo 5D'' in ''iF online exibition''] | |||
[[Category:Device]] | [[Category:Device]] | ||
[[Category:Multimeter]] | [[Category:Multimeter]] | ||
[[Category: | [[Category:Supported]] |
Latest revision as of 16:57, 2 November 2014
Status | supported |
---|---|
Source code | serial-dmm |
Counts | 30000 |
Connectivity | RS232 |
Measurements | voltage, current, resistance, capacitance |
Features | manual range |
The BBC Goertz Metrawatt M2110 is a historic (about 1984) 30000 count bench multimeter with RS232 connectivity.
It is possibly the oldest multimeter supported by libsigrok.
A multimeter called Metravo 5D from the same manufacturer that seems to be the same model without RS232 port received the iF design awards in 1981.
The manufacturer is called Gossen Metrawatt today.
Hardware
RS232 interface:
- Baud rates 150/300/600/1200/2400/4800/9600, configurable via rotary switch
- 7 data bits
- No/even/odd parity bit, configurable via DIP switches
- 1 or 2 stop bits, configurable via DIP switch
- Optional CTS handshake, configurable via DIP switch
- Output intervals 0.66 s/10 s/1 min/10 min/1 h/manual/remote controlled, configurable via rotary switch
- Manual output sends value on button Start/Reset pressed
- Remote controlled output sends data on CTS set or ENQ sent, configurable via DIP switches
- Max. 1.5 measurements/s
RS232 cable:
- 25 pin "female" connector
- Null modem cable required (DTE configuration)!
Photos
Protocol
msg := SDDDDDD | 'OVERRNG' CR LF S := '-' | ' ' D := '0'..'9'|'.'
Unfortunately the device does not send the measured unit.
Support in sigrok
The device is supported by the driver bbcgm-m2110 in modes that send data automatically or manually. Polling is not implemented. The device does not send the measured quantity or unit via the serial interface, just the value.
The device detection requires a message to be sent by the device within 1s. The default serial port parameters are 1200/7n2.
After power on or configuration changes the button Start/Reset must be pressed at least once to initiate sending.
Resources
- Manual (PDF) available from Gossen Metrawatt customer support.
- Metravo 5D in iF online exibition