beautypg.com

ProSoft Technology MVI56-BAS User Manual

Page 125

background image

MVI56-BAS ♦ ControlLogix Platform

BASIC CALLs Syntax

BASIC Module (DB/BAS Compatible)

User Manual

ProSoft Technology, Inc.

Page 125 of 234

December 13, 2011

CALL 35: Get Input Character From PRT2

Use CALL 35 to retrieve the current character in the PRT2 input buffer.

Syntax:

CALL 35
POP [S]

Where:
S = ASCII value of character

Example:

.
.
.
125 CALL 35: POP C
.
.
.