beautypg.com

ProSoft Technology MVI56-BAS User Manual

Page 178

background image

BASIC CALLs Syntax

MVI56-BAS ♦ ControlLogix Platform

User Manual

BASIC Module (DB/BAS Compatible)

Page 178 of 234

ProSoft Technology, Inc.

December 13, 2011

CALL 17: Disable DF1 Packet Interrupt

Use CALL 17 to disable the DF1 packet interrupt capability previously enabled by

CALL 16.

Syntax:

CALL 17

Example:

.
.
.
800 CALL 17: REM Disable DF1 Packet Interrupt
.
.
.