Command line calls, Execution control and interrupt support calls – Rockwell Automation 1771-DB BASIC MODULE User Manual
Page 97
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
CALL 73
battery-backed RAM disable
CALL 74
battery-backed RAM enable
CALL 77
protected variable storage
CALL 81
user PROM check and description
CALL 82
check user memory module map
CALL 83
display DH485 port setup
CALL 94
display current PRT1 port setup
CALL 101
upload user (E)EPROM code to host
CALL 103
print PRT1 transmit buffer and pointer
CALL 104
print PRT1 receive buffer and pointer
CALL 109
print the argument stack
CALL 110
print the PRT2 port transmit buffer and pointer
CALL 111
print the PRT2 receive buffer and pointer
Use these calls to control data flow and program transfer between ROM
and RAM within the BASIC program.
Statement
Page
GOSUB
ONDF1
ONERR
ON-GOSUB
ONTIME
POP
PUSH
RETI
RETURN
STOP
CALL 16
enable/disable DF1 packet interrupt
CALL 32
enable/disable processor interrupt
CALL 38
expanded ONERR restart
CALL 70
ROM to RAM program transfer
CALL 71
ROM/RAM to ROM program transfer
CALL 72
RAM/ROM return
Command Line Calls
Execution Control and
Interrupt Support Calls