
Chapter 1 Import and export files
46 Rockwell Automation Publication 1756-RM084S-EN-P - March 2015
keywords or names. If white space characters occur outside of descriptions, they
are ignored.
Internal file comments
Enter comments to document import files. The import process ignores these
comments. Place comments anywhere in an import/export file, except in names
and descriptions. Enter comments by starting the line (record) with REMARK
and a comma.
Component descriptions
Descriptions of components are optional. Unlike internal file comments,
descriptions are imported. The description of a component is added as an attribute
of the component in the L5K format. Place the description within double quotes.
See this example.
TASK Task1 (Description := "Hello World",
Type := PERIODIC, Rate := 1000,
Priority := 10, Watchdog := 500,
DisableUpdateOutputs := No)
END_TASK
To enter control characters in the description, precede the character with a dollar
sign ($). This table shows how to enter the supported control characters in a
description.
Character Required Entry
$ $$
‘ $’
" $Q
10 (line feed) $L or $l
13,10 (carriage return, line feed) $N or $n
12 (form feed) $P or $p
13 (carriage return) $R or $r
9 (tab) $T or $t
xxxx (4-digit character code that represents a
hexadecimal value)
$xxxx