HPlogo System Debug Reference Manual > Chapter 8 System Debug Windows

U - The User Windows

MPE documents

Complete PDF
Table of Contents
Index

E0201 Edition 4 ♥
E0300 Edition 3
E0692 Edition 3

User-defined windows are custom named pointers.

 G   Group:1       %
 U1  count      DB+5      % 000004     000000     000000     000000
 U2  students   DB+2      A   ".."       "Bi"       "ll"       ".."
 U3 *currnum     Q-5      % 000002     000132     000253     060301

window banner line
  • Refer to the G (Group) window discussion for a description of the banner line.

window body line(s)
  • U# - The abbreviation for user window, followed by the number of the window. For example, U2 is read "user window number 2."

  • * - An asterisk is placed next to the "current" (most recently used) user window. Several window commands are defined to operate on the current window, unless an optional window number is supplied.

  • name - The name of the user window; the name is supplied when the window is created.

  • address - The address where the user window is located. The address is always displayed based on the current output base of the group window that is displayed in the GW banner. The output base for the group window may be altered (Refer to the GR command.)

  • %, A - The output display base for the data values in the user windows. The output base for each user window can be individually selected. (Refer to the UR command.)

  • values - The actual data values are displayed in the current output base for this window.




The Command Window


V - The Virtual Windows