beautypg.com

ProSoft Technology MVI56-BAS User Manual

Page 191

background image

MVI56-BAS ♦ ControlLogix Platform

BASIC CALLs Syntax

BASIC Module (DB/BAS Compatible)

User Manual

ProSoft Technology, Inc.

Page 191 of 234

December 13, 2011

Example:

.
.
.
90 PUSH 1,1,0,0,20: CALL 118: POP STATUS
100 IF(STATUS<>0) THEN PRINT "Unsuccessful CALL 118 Setup"
110 REM CALL 118 remains active as long as BASIC
120 REM continues to RUN.
.
.
.