beautypg.com

ProSoft Technology MVI56-BAS User Manual

Page 168

background image

BASIC CALLs Syntax

MVI56-BAS ♦ ControlLogix Platform

User Manual

BASIC Module (DB/BAS Compatible)

Page 168 of 234

ProSoft Technology, Inc.

December 13, 2011

.
.
.
1000 REM This routine uses a DH-485 write command to
1010 REM write BASIC Output Buffer CIF data to a remote
1020 REM DH-485 module data file.
1030 REM
1040 PUSH 1,7,ASC(N),0,10,5: CALL 91: POP STATUS
1050 IF(STATUS<>0) THEN PRINT "CALL 91 Error Code =",STATUS
1060 RETURN
.
.
.