Victor Technology V12 User Manual

Page 59

Advertising
background image

V I C T O R T E C H N O L O G Y

59

Setting the Calculator to a Specific Program Line
Storing a second program or adjusting an existing program sometimes requires
you to go to a specific line of programming. There are three alternative
approaches:

1. Use the SST button to cycle through the program lines.
2. In PRGM mode press r. GTO . xxx with xxx being the desired

program line. The display will next show the program line specified.

3. In run mode press r. GTO xxx with xxx being the desired program

line. The display will not change however if the R/S key is touched the
program will start executing from the specified program line.

Interrupting a Program During Execution
To disrupt a program during execution (to see a result or to enter new
information) touch r , PSE (pause) or R/S (run/stop) buttons. Touching r

PSE while running a program will stop the program for about one second and

then continue. During the pause, the last result calculated before touching r

PSE will be displayed. Touching any key during a pause stops the program

execution completely. To resume executing the program of the program line
following the r PSE instruction, touch R/S .

Example
Create a program that calculates the sale price of an item at both 10% off and
20% off. Display the results with a pause in between each figure. For
example, if the regular price is $200, then 10% off would be $180 and 20% off
would be $160.

ENTRIES (RPN)

DISPLAY

b P/R

000,
Puts the calculator in Program method

b PRGM

Memory program is cleared.

STO 0

001, 44 0
Program will store the entry into register 0 for later use

Advertising