Program Execution And Debugging; Keys Operations In Editing; Preparations - Omron SYSMAC CV500-BSC11 Operation Manual

Basic units
Table of Contents

Advertisement

Program Execution and Debugging

4-2-13 Keys Operations in Editing

Key
Left Key
Right Key
Up Key
Down Key
Return
SHIFT+HOME/CLR
CTRL+H or BS
DEL
CLR or CTRL+L
CTRL+E
CTRL+R or INS
CTRL+X or CTRL+C
4-3

Program Execution and Debugging

4-3-1 Preparations

The following tables shows the keys that can be used in editing operations.
Moves the cursor to the left. This key is invalid while the cursor is at the beginning of a line.
Moves the cursor to the right. This key is invalid while the cursor is at the end position of a
line + 1 column.
Moves the cursor up. If this key is pressed while the cursor is at the top line, the cursor
moves to the leftmost position. If the cursor is at the leftmost position of the top line, this key
is invalid.
Moves the cursor down. If this key is pressed while the cursor is at the bottom line, the
cursor moves to the bottom position of the + 1 column. With the cursor at this position,
further pressing of this key is invalid.
Executes editing functions and rewrites the program. After that, line feed and carriage return
are performed.
Moves the cursor to the first position of a line. If the cursor is at the top line, this key is
invalid. This function is not provided to the CVSS.
Deletes the character at the left of the cursor. This key is invalid with the cursor at the
leftmost position of a line.
Deletes the character at the cursor position. This key is invalid while the cursor is at the
rightmost position + 1.
Clears the entire screen and moves the cursor to the home position (upper left). The
processing under execution is canceled.
Deletes the characters starting from the cursor position to the end of the line.
Switches between the overwrite mode and insert mode. Either the overwrite or insert mode
is assumed according to the setting of the memory switch when editing is started by the
EDIT command.
Terminates the execution of the AUTO or EDIT command.
Note
1. SHIFT+HOME CLR represents the pressing of the HOME CLR Key while
holding down the SHIFT Key.
2. CTRL+L represents the pressing of the L Key while holding down the CTRL
Key.
3. The edit function is executed when the carriage return has been pressed,
and the program in the BASIC Unit will be rewritten accordingly.
4. The DEL Key and BS Key of CVSS are the same. In addition, HOME CLR
and SHIFT+HOME CLR Keys are invalid.
The BASIC Unit is provided with commands that execute or debug the program.
To start or stop the program, the following commands are used:
RUN, STOP, BREAK
To resume program execution, or execute the program on a step-by-step basis,
these commands are used:
CONT, STEP
To display the execution status of the program, these commands are used:
TRON, TROFF
Operation
Section 4-3
67

Advertisement

Table of Contents
loading

Table of Contents