HP (Hewlett-Packard) HP 53131A Water Dispenser User Manual


 
Chapter 3 Programming Your Universal Counter for Remote Operation
Elements of SCPI Commands
Programming Guide 3-43
How to Program the Counter to Display Results
Configuring the Counter s Display
The Counter has five different display modes:
1. Non-scaled/offset resultsfrequency, period, time interval, etc. This
display mode is used on power-up.
2. Scaled/offset resultsresults modified by scale and offset values
3. Limit grapha graphical look that shows if a measurement is within
limits
4. Statisticsmean, min, max or standard deviation
5. Display EnableAll segments and LEDs (except Remote and SRQ) off
or on
The following command groupings show how to program the Counter to any of
the above display modes.
Commands for Displaying Non-Scaled/Offset Results
The following lines will always show the raw (non-scaled/offset) measurement
result.
:DISP:MENU OFF
:DISP:TEXT:FEED CALC2
:CALC2:LIM:DISP NUMBER
:CALC:MATH:STATE OFF
:CALC:IMM
Clear any menu items that may be on
display.
Show the non-statistical result.
Use the numeric display mode.
Disable math so scale and offset not used.
Cause a calculation to be made to update display.
Note that :CALC2:LIM:DISP NUMBER will only show the raw result if the
command :DISP:TEXT:FEED CALC2 is also issued. These commands must be
issued in pairs.