Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 2: General operation
DMM7510-901-01 Rev. B / May 2015
2-91
To view system information using TSP commands:
To read the model number, send the command:
print(localnode.model)
To read the serial number, send the command:
print(localnode.serialno)
To read the firmware version, send the command:
print(localnode.version)
To read the line frequency, send the command
print(localnode.linefreq)
To get information about how many times autocalibration has been done, autocalibration
temperature, and last and scheduled autocalibration dates, send the following commands:
print(acal.count)
print(acal.lastrun.internaltemp)
print(acal.lastrun.tempdiff)
print(acal.lastrun.time)
print(acal.nextrun.time)
The factory calibration date is not available with TSP commands.
You can also create user-defined strings to store custom, instrument-specific information in the
instrument, such as department number, asset number, or manufacturing plant location. See the
(on page 8-1) for detail about the
userstring
functions.
Instrument sounds
The instrument can emit a beep when a front-panel key is pressed or when a system event occurs.
You can turn these beeps on or off.
Through the remote interface, you can generate a beep with a defined length and tone. This is
typically used as part of code to indicate that something has occurred.
To turn off beeps when system events occur (setting is only available from the front panel):
1. Press the
MENU
key.
2. Under System, select
Settings
.
3. Next to Audible Errors, select
On
or
Off
.
To turn the key clicks on or off (setting is only available from the front panel):
1. Press the
MENU
key.
2. Under System, select
Settings
.
3. Next to Key Click, select
On
or
Off
.