beautypg.com

ProSoft Technology MVI56-BAS User Manual

Page 110

background image

BASIC CALLs Syntax

MVI56-BAS ♦ ControlLogix Platform

User Manual

BASIC Module (DB/BAS Compatible)

Page 110 of 234

ProSoft Technology, Inc.

December 13, 2011

.
.
700 REM This routine copies data from variable A()
710 REM to the BASIC Output Buffer Input Image area
720 FOR I = 0 TO 31
730 PUSH A(I),I+200: CALL 24
740 NEXT I
750 RETURN