beautypg.com

ProSoft Technology MVI56-BAS User Manual

Page 166

background image

BASIC CALLs Syntax

MVI56-BAS ♦ ControlLogix Platform

User Manual

BASIC Module (DB/BAS Compatible)

Page 166 of 234

ProSoft Technology, Inc.

December 13, 2011

.
.
.
1000 REM This routine waits for the CIF to be read.
1010 REM CALL 87 simply tells us that the CIF has been
1020 REM read some time in the past. This routine
1030 REM waits for the CIF to be read again.
1040 CALL 85: POP STATUS
1050 CALL 85: POP STATUS
1060 IF(STATUS=0) THEN GOTO 1050
1070 RETURN
.
.
.