beautypg.com

ProSoft Technology MVI56-BAS User Manual

Page 197

background image

MVI56-BAS ♦ ControlLogix Platform

BASIC CALLs Syntax

BASIC Module (DB/BAS Compatible)

User Manual

ProSoft Technology, Inc.

Page 197 of 234

December 13, 2011

CALL 19: Disable ^C Check

There are times when PRT1 must be used for data collection or some protocol

and the BASIC program should not be stopped when a ^C (03H) is received.

CALL 19 disables ^C checking.
If ^C checking has been disabled, and the program must be stopped then the

only way to stop the program is to power the unit off, set the setup jumper ON,

and power the unit back on. So, CALL 19 should be used with caution.

Syntax:
CALL 19

Example:

.
.
.
100 CALL 19
.
.
.