Ram rom – Rockwell Automation 1747-WINBAS Software Programming Manual User Manual

Page 17

Advertising
background image

Publication 1747-PM001A-EN-P - January 2007

Getting Familiar With Your BASIC Interface Software 15

Line Number Dialog

• Tools > List NUM1-NUM2 opens a dialog that lets you enter the

first line number (NUM1). If a valid line number is entered, then
the same dialog is cleared for entry of the second line number
(NUM2). Then the BASIC LIST command is sent to the module
followed by both line numbers separated by a dash (for
example, LIST 100-200). This action lists the BASIC program
from the first specified line number to the second specified line
number to the BASIC software dialog.

RAM

Tools > Ram sends a RAM command to the BASIC module. The RAM
command causes the BASIC program pointer to be changed to point
at the program in RAM. In other words, the program in RAM is
selected.

ROM

From the Tools menu, you can choose the following options:

• Tools > Rom sends a ROM command to the BASIC module. The

ROM command causes the BASIC program pointer to be
changed to point at the first program in ROM (or ROM 1). In
other words, the ROM 1 program is selected.

• Tools > Rom N opens a dialog that lets you enter a number.

Then the BASIC ROM command is sent to the module followed
by the specified number (for example, ROM 3). This action
causes the BASIC program pointer to be changed to point at the
specified program in ROM.

ROM Number Dialog

Advertising