beautypg.com

Call 19 – disable the control-c break function, Call 19 – disable the control-c break function -6, Syntax – Rockwell Automation 1746-BAS BASIC LANGUAGE User Manual

Page 46: Example, Purpose

background image

Publication 1746-RM001A-US-P

4-6 BASIC Commands

Syntax

CALL 18

Example

>1

REM EXAMPLE PROGRAM

>10 CALL 19

.

>90 CALL 18

CALL 19 – Disable the
Control-C Break
Function

Purpose

Disable the

[CTRL-C]

break function by executing CALL 19 in a module program

or from the Command mode.

When CALL 19 is executed, the

[CTRL-C]

break function for both LIST and

RUN operations is disabled. Cycling power returns the

[CTRL-C]

function to

normal operation if it is disabled from the Command mode

.

Syntax

CALL 19

Example

>1

REM EXAMPLE PROGRAM

>10 CALL 19

IMPORTANT

[CTRL-C]

is enabled by default.