Call 110 – print prt2 output buffer pointer, Call 111 – print prt2 input buffer pointer, Purpose – Rockwell Automation 1746-BAS BASIC LANGUAGE User Manual

Page 74: Syntax, Example

Advertising
background image

Publication 1746-RM001A-US-P

5-8 Command Line CALLs

CALL 110 – Print PRT2
Output Buffer Pointer

Purpose

Use CALL 110 to print the complete output buffer with addresses, front pointer
and the number of characters in the buffer to the console device. No PUSHes or
POPs are needed.

Use this information as a troubleshooting aid. It does not affect the contents of the
buffer.

Syntax

CALL 110

Example

>

CALL 110

PRT2 Output Queue

6F00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6F10H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6F20H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6F30H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6F40H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6F50H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6F60H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6F70H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6F80H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6F90H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6FA0H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6FB0H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6FC0H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6FD0H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6FE0H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

6FF0H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H 00H

Output queue front pointer is: 6F00H

CALL 111 – Print PRT2
Input Buffer Pointer

Purpose

Use CALL 111 to print the complete input buffer with addresses, front pointer and
the number of characters in the buffer to the console device. No PUSHes or POPs
are needed.

Use this information as a troubleshooting aid. It does not affect the contents of the
buffer.

Syntax

CALL 111

Advertising