Command line calls, Execution control and interrupt support calls – Rockwell Automation 1771-DB BASIC MODULE User Manual

Page 97

Advertising
background image

Chapter
Using BASIC Module Statements

7

7 -7

Use these calls to cause a function to occur within the BASIC module.
You cannot execute these calls within the BASIC program, but rather enter
them at the command line.

Statement

Page

CALL 31

display PRT2 port parameters

12 -21

CALL 73

battery-backed RAM disable

13 -5

CALL 74

battery-backed RAM enable

13 -5

CALL 77

protected variable storage

13 -6

CALL 81

user PROM check and description

13 -10

CALL 82

check user memory module map

13 -11

CALL 83

display DH485 port setup

13 -11

CALL 94

display current PRT1 port setup

13 -32

CALL 101

upload user (E)EPROM code to host

13 -35

CALL 103

print PRT1 transmit buffer and pointer

13 -36

CALL 104

print PRT1 receive buffer and pointer

13 -37

CALL 109

print the argument stack

13 -44

CALL 110

print the PRT2 port transmit buffer and pointer

13 -45

CALL 111

print the PRT2 receive buffer and pointer

13 -46

Use these calls to control data flow and program transfer between ROM
and RAM within the BASIC program.

Statement

Page

GOSUB

11 -13

ONDF1

11 -22

ONERR

11 -23

ON-GOSUB

11 -24

ONTIME

11 -25

POP

11 -28

PUSH

11 -30

RETI

11 -33

RETURN

11 -34

STOP

11 -36

CALL 16

enable/disable DF1 packet interrupt

12 -10

CALL 32

enable/disable processor interrupt

12 -22

CALL 38

expanded ONERR restart

12 -36

CALL 70

ROM to RAM program transfer

13 -2

CALL 71

ROM/RAM to ROM program transfer

13 -3

CALL 72

RAM/ROM return

13 -4

Command Line Calls

Execution Control and
Interrupt Support Calls

Advertising