Ctrl-q – Rockwell Automation 1771-DB BASIC MODULE User Manual

Page 135

Advertising
background image

Chapter
Commands

10

10 -5

If software handshaking is enabled on the program port (page 2 -4), use the

Ctrl

+

Q

command to restart a LIST command (page 10 -9) or

PRINT output (page 11 -29) that is interrupted by

Ctrl

+

S

(page 10 -6) .

Syntax

Ctrl

+

Q

Example

> LIST

1 REM EXAMPLE PROGRAM

10 A = 1

20 DO

Ctrl

+

S

.

.

.

Ctrl

+

Q

30 A = A+1

40 PRINT A

50 WHILE A < 20

READY

>

In this example, the output is suspended when

Ctrl

+

S

is pressed.

The output is continued after

Ctrl

+

Q

is pressed.

CTRL-Q

Advertising