Operands – Rockwell Automation 9323-PA2E APS SLC 500 Import/Export Utility User Manual User Manual
Page 38

Creating an ASCII Archive File
5-3
Table 5.B
Defining Keywords for SLC 5/03 and SLC 5/04 Processors
This Keyword
Indicates
PROTECT_DATA
the type of DATA file protection applied to the specified file(s). The
following keywords are used in conjunction with PROTECT_DATA:
D CONSTANT Data file cannot be changed by the user or user
program during program operation.
D STATIC
Data file can only be changed by the user
program during program operation.
D MEM_MOD Protects individual data files from changes
during memory module transfers if the programs
match and are valid.
PROTECT_LAD
the LADDER file(s) specified are protected.
PROTECT_FORCE
that all FORCE file(s) are protected.
Operands
Operands are either logical addresses or immediate values. You can enter the
logical addresses in any valid format. The import utility generates the complete
address format. You may enter the immediate values in decimal, hex, octal, or
binary formats. See table 5.C.
Table 5.C
Defining Immediate Values
Format:
Description:
Example:
decimal
a number with an optional plus or minus sign and
decimal digits.
-32768
hex
a number that starts with a zero, followed by an X", then
any four characters from 0-9 or A-F.
OXFA90
octal
a number that starts with a zero, followed by an O",
then any six digits from 0 to 7.
0O370010
binary
a number that starts with a zero, followed by a B", then
up to 16 zeros or ones.
0B010110
floating point
a number with an optional plus or minus sign that falls in
the range of 3.402823x10
38
to 1.1754944x10
-38
or 0.0
-32768.00