Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 2: General operation
DMM7510-901-01 Rev. B / May 2015
2-155
The options available on this tab are described in the table below.
Settings tab settings Description
Show Warning
Turns the display of warnings on or off. If you turn this off, the
instrument continues to record warnings and display warning
popup messages, but does not display them on the System Events
tab.
Show Information
Turns the display of information messages on or off. If you turn this
off, the instrument continues to record information messages and
display popup messages, but does not display them on the System
Events tab.
Log Warning
Turns the logging of warnings on or off. If this is turned off, the
instrument does not log or display popups for warning messages.
Log Information
Turns the logging of information messages on or off. If this is
turned off, the instrument does not log or display popups for
information messages.
Log Command
Turns the logging of commands on or off. When logging is turned
on, the instrument records the commands that are sent to the
instrument. It records commands sent from any interface (the front
panel or a remote interface).
Popups
Turns the display of popups on or off. Options are:
•
Errors: Turn off the display of error popups.
•
Errors and Warnings: Turn off the display of error and
warning popups.
•
None: Turn off the display of all popups.
Reset Popups
Restores the popups setting to show errors and warnings.
Save to USB
Saves the event log to a .csv file on the USB flash drive. The
filename is
eventlog.csv
.
Clear Log
Clears all entries from the event log.
Effects of errors on scripts
Most errors will not abort a running script. The only time a script is aborted is when a Lua run-time
(event code -286, "TSP runtime error") is detected. Run-time events are caused by actions such as
trying to index into a variable that is not a table.
Syntax errors (event code -285, "Program syntax") in a script or command will prevent execution of
the script or command.
Resets
There are several types of resets in the Model DMM7510.
In general, the terms "reset," "instrument reset," and "system reset" refer to the reset that is
performed when you send the
*RST
or
reset()
command, or when you select
MENU > System >
Info/Manage > System Reset
from the front panel. It resets most commands to their default values.
Refer to the command descriptions for specifics on which commands are reset by system reset and
the default values.
The instrument also responds to other types of resets. These resets include:
•
DMM reset:
This reset is only available if you are using the TSP command set. The
dmm.reset()
function resets any commands that begin with
dmm.
to their default values. Refer
to