Programming Console Operations |
|
|
| Section | |||||
|
|
| |||||||
Key Sequence | Follow the procedure below to turn the | ||||||||
1, 2, 3... | 1. | Press the CLR, SHIFT, and then the CLR Key to bring up the mode display. | |||||||
|
| In this case the PC is in PROGRAM mode and the buzzer is ON. | |||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
| <MONITOR> | BZ |
|
|
| |
|
| CLR SHIFT | CLR |
|
|
|
|
|
|
|
|
|
|
|
|
|
| ||
| 2. | Press the SHIFT and then the 1 Key to turn off the buzzer. | |||||||
|
|
|
|
|
|
|
|
| |
|
| SHIFT | B 1 | <MONITOR> |
|
|
|
|
|
|
|
|
|
|
|
| |||
|
|
|
|
|
|
|
|
| |
|
|
|
| The buzzer will not sound | |||||
|
|
|
| when “BZ” is not displayed. | |||||
| 3. | Press the SHIFT and then the 1 Key again to turn the buzzer back ON. | |||||||
|
|
|
|
|
|
| |||
|
|
| B | <MONITOR> | BZ |
|
| ||
|
| SHIFT | 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This operation is used to display the specified program memory address and is possible in any mode. In the RUN or MONITOR mode, the I/O bit status of bits in the program will be displayed.
RUN | MONITOR | PROGRAM |
|
|
|
OK | OK | OK |
When inputting a program for the first time, it is generally written to Program Memory starting from address 000. Because this address appears when the display is cleared, it is not necessary to specify it.
When inputting a program starting from other than 000 or to read or modify a program that already exists in memory, the desired address must be desig- nated.
1, 2, 3... 1. Press the CLR Key to bring up the initial display.
2. Input the desired address. It is not necessary to input leading zeroes.
C | A | A | 00200 |
2 | 0 |
| 0 |
3. Press the Down Arrow Key.
↓ | 00200READ | OFF |
|
|
LD | 00000 |
| ||
|
| |||
|
|
|
|
|
|
|
|
|
|
In the RUN or MONITOR mode, ON/
OFF status of the bit will be displayed.
Note The ON/OFF status of any displayed bit will be shown if the PC is in
RUN or MONITOR mode.
4. Press the Up and Down Arrow Keys to scroll through the program.
↓ | 00201READ | ON | |
AND | 00001 | ||
| |||
|
|
| |
|
|
| |
↑ | 00200READ | OFF | |
LD | 00000 | ||
| |||
|
|
|
Pressing the MONTR Key will change to the I/O monitor display. Bits can be
83