Programs should begin with
CLRDSP.
The CLEAR command is an HP BASIC command that resets a device on
The
The CLRDSP command clears any graphics from the display screen. Because CLRDSP also erases stored graphics from memory, such as an item or a graphics window, execute CLRDSP discriminately. Chapter 5, \Creating Graphics," gives more information about initializing the analyzer display for graphic presentations.
To initialize the bus and the OSAPlace the following commands at the start of your program.
10 | CLEAR 723 | Initialize the bus . | |
20 | OUTPUT | 723;"IP;" | Initialize the OSA. |
30 | OUTPUT | 723;"CLRDSP;" | Clears any user graphics. |