Rockwell Automation 1775-S4B,D17756.5.3 User Manual SCANNER/MSG HND User Manual
Page 61

Editing a Procedure
Chapter 7
7Ć9
Description: The type out lines command prints out line(s) of the
procedure, starting with the current line. If you enter 0 or a number greater
than the number of lines in the procedure, the 1775-S4B scanner types the
rest of the procedure starting with the current line.
Example using the type out lines command:
For the procedure @EXAMPLE which contains the following lines:
P ‘LINE l’
P ‘LINE 1A’
P ‘LINE 2’
P ‘LINE 3’
If we are at the first line of the procedure, we could enter:
P ‘LINE l’
* 2T
The 1775-S4B scanner displays the next two lines in the procedure:
P ‘LINE l’
P ‘LINE 1A’
P ‘LINE 2’
*
Notice that the current line prints out followed by the next two lines in the
procedure.
If you enter 0T at the asterisk:
P ‘LINE 2’
*0T
The 1775-S4B scanner displays the rest of the procedure from the current
line:
P ‘LINE 2’
P ‘LINE 3’
Definition: To locate specific text in a procedure.
Abbreviation: S
Format: <number of occurrences>S/<text>/ [ENTER]
Description: The search command searches for the occurrence of the
specified text after the current line. The slashes (/) are delimiters, which
7.3.7
Searching for Text