ProSoft Technology MVI56-BAS User Manual

Page 200

Advertising
background image

BASIC CALLs Syntax

MVI56-BAS ♦ ControlLogix Platform

User Manual

BASIC Module (DB/BAS Compatible)

Page 200 of 234

ProSoft Technology, Inc.

December 13, 2011

CALL 109: Print Argument Stack

There are times when developing and debugging a BASIC program that it would

be nice to see exactly what has been pushed onto the argument stack. Use

CALL 109 for this purpose.

Syntax:

CALL 109

Example:

Ready
>push 1,2,3,4
Ready
>call 109
000 1
001 2
002 3
003 4
Argument stack pointer is: 4
Ready
>

This section provides information on diagnostics and troubleshooting in the

following forms:
 Status CALLs
 LED status indicators on the front of the module provide information on the

modules status.

Advertising