GMH 3000 Series¤
Communicate with a Greisinger GMH 3000 Series thermometer.
GMH3000
(Serial)
¤
GMH3000(equipment: Equipment)
flowchart LR
msl.equipment_resources.greisinger.gmh3000.GMH3000[GMH3000]
msl.equipment.interfaces.serial.Serial[Serial]
msl.equipment.interfaces.message_based.MessageBased[MessageBased]
msl.equipment.schema.Interface[Interface]
msl.equipment.interfaces.serial.Serial --> msl.equipment_resources.greisinger.gmh3000.GMH3000
msl.equipment.interfaces.message_based.MessageBased --> msl.equipment.interfaces.serial.Serial
msl.equipment.schema.Interface --> msl.equipment.interfaces.message_based.MessageBased
click msl.equipment_resources.greisinger.gmh3000.GMH3000 href "" "msl.equipment_resources.greisinger.gmh3000.GMH3000"
click msl.equipment.interfaces.serial.Serial href "" "msl.equipment.interfaces.serial.Serial"
click msl.equipment.interfaces.message_based.MessageBased href "" "msl.equipment.interfaces.message_based.MessageBased"
click msl.equipment.schema.Interface href "" "msl.equipment.schema.Interface"
Communicate with a Greisinger GMH 3000 Series thermometer.
Regular-expression patterns that are used to select this Resource when connect() is called.
manufacturer=r"Greisinger"
model=r"GMH\s*3\d{3}"
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
equipment
|
Equipment
|
An Equipment instance. |
required |
A Connection instance supports the following properties for a GMH thermometer.
Connection Properties:
| Name | Type | Description |
|---|---|---|
gmh_address |
int
|
The GMH address of the device. Default: |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | |
channel_count
¤
channel_count() -> int
Get the number of channels.
Returns:
| Type | Description |
|---|---|
int
|
The channel count. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
157 158 159 160 161 162 163 164 | |
clear_max_value
¤
clear_max_value() -> float
Clear the maximum value stored in the device memory.
Returns:
| Type | Description |
|---|---|
float
|
The current value. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 | |
clear_min_value
¤
clear_min_value() -> float
Clear the minimum value stored in the device memory.
Returns:
| Type | Description |
|---|---|
float
|
The current value. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | |
display_range
¤
Get the range of the display.
Returns:
| Type | Description |
|---|---|
tuple[float, float]
|
The |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
230 231 232 233 234 235 236 237 238 239 240 | |
firmware_version
¤
Get the version information of the firmware.
Returns:
| Type | Description |
|---|---|
tuple[int, int]
|
The version number, version identifier. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
242 243 244 245 246 247 248 249 | |
id_number
¤
id_number() -> str
Get the device ID (serial) number.
Returns:
| Type | Description |
|---|---|
str
|
The ID (serial) number of the device. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
251 252 253 254 255 256 257 258 259 260 | |
max_value
¤
max_value() -> float
Get the maximum value that has been read.
Returns:
| Type | Description |
|---|---|
float
|
The maximum value that has been read since the device was turned on or since clear_max_value was called. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
262 263 264 265 266 267 268 269 270 | |
measurement_range
¤
Get the measurement range.
Returns:
| Type | Description |
|---|---|
tuple[float, float]
|
The |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
272 273 274 275 276 277 278 279 280 281 282 | |
min_value
¤
min_value() -> float
Get the minimum value that has been read.
Returns:
| Type | Description |
|---|---|
float
|
The minimum value that has been read since the device was turned on or since clear_min_value was called. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
284 285 286 287 288 289 290 291 292 | |
offset_correction
¤
offset_correction() -> float
Get the offset-correction value.
The zero point (intercept in a linear calibration equation) of the measurement will be displaced by this value to compensate for deviations in the temperature probe or in the measuring device.
Returns:
| Type | Description |
|---|---|
float
|
The offset-correction value. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
294 295 296 297 298 299 300 301 302 303 304 305 | |
power_off_time
¤
power_off_time() -> int
Get the power-off time.
Returns:
| Type | Description |
|---|---|
int
|
The number of minutes that the device will automatically power off as soon as this time has elapsed if no key is pressed or if no interface communication takes place. A value of 0 means that power off is disabled. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
307 308 309 310 311 312 313 314 315 316 | |
resolution
¤
resolution() -> int
Get the measurement resolution.
Returns:
| Type | Description |
|---|---|
int
|
The number of digits after the decimal point that is acquired for the measured value. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
318 319 320 321 322 323 324 325 326 327 328 | |
scale_correction
¤
scale_correction() -> float
Get the scale-correction factor.
The scale (slope in a linear calibration equation) of the measurement will be changed by this factor to compensate for deviations in the temperature probe or in the measuring device.
Returns:
| Type | Description |
|---|---|
float
|
The scale-correction factor. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
330 331 332 333 334 335 336 337 338 339 340 341 | |
set_power_off_time
¤
Set the power-off time.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
minutes
|
int
|
The number of minutes that the device will automatically power off as soon as this time has elapsed if no key is pressed or if no interface communication takes place. A value of 0 means that power off is disabled. |
required |
Returns:
| Type | Description |
|---|---|
int
|
The actual power-off time that the device was set to. If you set the power-off time to a value greater than the maximum time allowed, the device automatically coerces the value to be the maximum time. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 | |
status
¤
status() -> int
Get the system status.
The status value represents a bit mask:
| Bit Index | Value | Description |
|---|---|---|
| 0 | 1 | Max. alarm |
| 1 | 2 | Min. alarm |
| 2 | 4 | Display over range |
| 3 | 8 | Display under range |
| 4 | 16 | Reserved |
| 5 | 32 | Reserved |
| 6 | 64 | Reserved |
| 7 | 128 | Reserved |
| 8 | 256 | Measuring over range |
| 9 | 512 | Measuring under range |
| 10 | 1024 | Sensor error |
| 11 | 2048 | Reserved |
| 12 | 4096 | System fault |
| 13 | 8192 | Calculation not possible |
| 14 | 16384 | Reserved |
| 15 | 32768 | Low battery |
Returns:
| Type | Description |
|---|---|
int
|
The system status. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 | |
unit
¤
unit() -> str
Get the measurement unit.
Returns:
| Type | Description |
|---|---|
str
|
The measurement unit. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
416 417 418 419 420 421 422 423 424 425 426 427 428 429 | |
value
¤
value() -> float
Get the current measurement value.
Returns:
| Type | Description |
|---|---|
float
|
The current value. |
Source code in packages/resources/src/msl/equipment_resources/greisinger/gmh3000.py
431 432 433 434 435 436 437 | |