beautypg.com

ProSoft Technology MVI56-BAS User Manual

Page 196

background image

BASIC CALLs Syntax

MVI56-BAS ♦ ControlLogix Platform

User Manual

BASIC Module (DB/BAS Compatible)

Page 196 of 234

ProSoft Technology, Inc.

December 13, 2011

9.10 Miscellaneous CALLs

CALL 18: Enable ^C Check

Use CALL 18 to re-enable ^C checking after CALL 19 has been used to disable

^C checking.

Syntax:
CALL 18

Example:

.
.
.
100 CALL 18
.
.
.