Placing address comments – Rockwell Automation 9323-PA2E APS SLC 500 Import/Export Utility User Manual User Manual
Page 81

Creating an ASCII Documentation File
6-3
The example below shows an ASCII documentation file with a keyword for each
statement.
SYM
I:0.0/0
C5UNDERFL
AC
I:0.0/0
“Totalizer Pulse Counter”
IC
XIO
I:0.0/0
“North Cutter Running”
IC
JMP
2:LBL5
“Jump to label 5”
Keywords
ASCII Programming Instructions
ASCII Instruction Addresses
ASCII Address Comments
Placing Address Comments
An address comment is a text string (a maximum of 50 characters), which provides
notes or remarks for an address. To enter an address comment, keep the following
in mind:
•
Address comments should begin and end with quotation marks (“ ”), and should
follow the instruction address on the same line.
•
Do not use carriage returns. If you want a carriage return to appear in a
comment, use a back slash (\) in the comment to represent a carriage return.
(Note that this back slash is considered a character in the 50–character limit.)
•
Only the first 50 characters you enter are used in the comment. The
import/export utility displays 5 lines, 10 characters per line.
•
If you want a quotation mark to appear in a comment, use two adjacent
quotation marks. (One of the quotation marks is considered a character in the
50–character limit.)
•
If you enter a back slash in an address comment, precede the back slash with a
tilde (
∼
).