7 - using basic module statements, What’s in this chapter, Memory and operation calls – Rockwell Automation 1771-DB BASIC MODULE User Manual
Page 91: Using basic module statements

7
Chapter
7 -1
Using BASIC Module Statements
This chapter groups the statements and calls required to manipulate the
various hardware parts of the BASIC module. We assume you are familiar
with standard BASIC programming practices. Therefore, standard BASIC
commands and statements are not covered here unless a special
consideration is required for the BASIC module. Some calls perform
multiple operations and are listed in more than one place. Chapter 11
describes the statements in detail and Chapters 12 and 13 describe the calls
in detail.
This chapter describes:
On page:
memory and operation calls
port communication calls
block-transfer support calls
number conversion calls
clock/calendar calls
string calls
DH-485 communication
DF1 communication
background operations
command line calls
execution control and interrupt support calls
input calls
output calls
setup calls
status calls
what’s next?
Memory Manipulation
Statement
Page
CALL 70
ROM to RAM program transfer
CALL 71
ROM/RAM to ROM program transfer
CALL 72
RAM/ROM return
CALL 73
battery-backed RAM disable
CALL 74
battery-backed RAM enable
CALL 77
protected variable storage
CALL 80
check battery condition
CALL 81
user PROM check and description
CALL 82
check user memory module map
What’s in This Chapter?
Chapter
Memory and Operation Calls