.

Configuration
Opens the Configuration Window
Messages
Opens the Message Window. And data not starting with a
value, %, !,^,~,@ will be listed.
Values
Opens the Values Window
Log (Debug/Immediate)
Opens the Log (Debug/Immediate Window.
Data Player
Opens the Player Window.

Note: All display instructions are performed by
using !DISP codes. When !DISP is issued, follow with the
letters assigned to each you desired shown. Optionally you may
specify colors at this time. Un-listed letters will cause that feature to
NOT be displayed.
For example:
!DISP G(BLACK) S(BLUE) A(YELLOW) D(BROWN)
Will display a black Grid, blue Scales, Yellow single analog
value, Brown Digital
Display Grid (G)
!DISP G
!DISP G(RED)
Allows the graduates grid to be shown.
Display Digital (D)
!DISP B(GREEN)
Display Analog
!DISP A(BLACK)
Display Drawing
!DISP R
Display Scales
!DISP S(BLUE)

Play WAV Files
!PSND ON/OFF
or
!WAVS ON/OFF
Enables/disables wav file playing.

Advanced:
The main plotting area actually has 2 plots. The normal plot
page 0, and an alternate plot page 1. Data may be plotted much
faster by NOT viewing it as it is plotted, but by using a timer to
regularly refresh the viewed page.
View Page 0
~VPG0
View Page 1
~VPG1
Draw Page 0
~DPG0
Draw Page 1
~DPG1
Clear Page 0
~CPG0
Clear Page 1
~CPG1
Also:
Copy page 0 to page 1:
~CPY0
Copy page 1 to page 0:
~CPY1
When taking a snapshot, the viewed page will be the
page used for the snapshot.

Show Toolbar
!TBAR ON/OFF
Allows hiding of the toolbar.
Show Menus
!MENU ON/OFF
Allows hiding of the menus.
Show Status and Scale Select
!SBAR ON/OFF
Allows hiding the user status box and scale select dropdowns.
Note: These are intended to allow configurations
that cannot be changed by the user. If toolbars and menus are hidden
and the programmer of the routine does not allow a means for the
user to Disconnect (!CONN OFF), the user may be unable to shut-down StampPlot.