Command input processing – GE GEFanuc Automation Programmable Control Products TCP/IP Ethernet Communications for the Series 90t-70 PLC GFK-1004B User Manual

Page 142

Advertising
background image

5

5-15

GFK-1004B

Chapter 5 The Station Manager

Section 3: Command Descriptions

Symbols are used to denote options or alternatives in the command parameters. These
symbols are used to help give a clear and complete description of the command and are
not part of the command. The use of these symbols is briefly described below:

Arguments to commands are often given symbolic names which are enclosed in angle
brackets (< >). For example; “<PAGE>” is an argument to many commands. The com-
mand specification for “<PAGE>” is described as a number which specifies the page
number of the display. It is important to remember to enter the argument and not its
symbolic name. For example, to see the second page of the Test Results, you should en-
ter:

REPORT 2 - not - REPORT <PAGE>

Optional arguments are surrounded by square brackets, for example REPORT [<PAGE>].
Again, the brackets should not be entered as part of the command.

Sometimes there are several alternatives for an argument. The alternatives are listed in
the command description separated by a vertical bar (|) and enclosed in braces ({|}).
For example, when using the NET command, only one of the alternatives should be se-
lected:

NET { ON | OFF }

Command Input Processing

Anything in a command description that is not one of the constructs discussed above
should be entered exactly as it is shown. All data entered for the command is converted
to lower case unless it is enclosed in double quotes (“”). To use a double quote character
within an argument string, the double quote should be entered twice, for example:
“This string would contain one ” “character.”

The Station Manager accepts several ASCII control characters for various functions. The
control characters accepted by the Station Manager are listed in the following table. All
other control characters are ignored on normal command inputs. Illegal control charac-
ters sent to the Station Manager result in a BEL character being sent to the terminal.

Table 5-6. Control Characters

БББББББ

БББББББ

Control Character

ББББББББББ

ББББББББББ

Usual Keyboard Function

БББББББББББ

БББББББББББ

Function

БББББББ

БББББББ

BS

ББББББББББ

ББББББББББ

Ctrl-H (Backspace)

БББББББББББ

БББББББББББ

Delete previous character

БББББББ

БББББББ

DEL

ББББББББББ

ББББББББББ

Delete

БББББББББББ

БББББББББББ

Delete previous character

БББББББ

DC1

ББББББББББ

Ctrl-Q

БББББББББББ

Resume output to the display

БББББББ

БББББББ

DC2

ББББББББББ

ББББББББББ

Ctrl-R

БББББББББББ

БББББББББББ

Recall previous command line

БББББББ

БББББББ

DC3

ББББББББББ

ББББББББББ

Ctrl-S

БББББББББББ

БББББББББББ

Stop output to the display

БББББББ

БББББББ

CAN

ББББББББББ

ББББББББББ

Ctrl-X

БББББББББББ

БББББББББББ

Cancel the current input line

БББББББ

БББББББ

CR

ББББББББББ

ББББББББББ

Return (Enter)

БББББББББББ

БББББББББББ

Terminate line and execute command

If a command line becomes too long to easily type on a single display line, the character
pair “\<RET>” can be used to continue the command on the next line on the display.
The “\” (backslash) character will not be used as a part of any argument.

Advertising