78
Note If you mistakenly press the wrong key, press CLR and start again
from the beginning.
3. Press the NOT Key to clear the force-set/reset status of bits in all data areas.
NOT
00000FORCE RELE
END
4-3-25 Hex-ASCII Display Change
This operation is used to convert word data displays back and forth between
4-digit hexadecimal data and ASCII. It is possible in any mode.
RUN MONITOR PROGRAM
OK OK OK
1, 2, 3... 1. Monitor the status of the desired word(s) according to the procedure
described in 4-3-11 Bit, Digit, Word Monitor.
(Multiple address monitor)
D0000 D0001
4142 3031
2. Press the TR Key to switch to ASCII display. The display will toggle between
hexadecimal and ASCII displays each time the TR Key is pressed.
TR
D0000 D0001
"AB" 3031
TR
D0000 D0001
4142 3031
4-3-26 Displaying the Cycle Time
This operation is used to display the current average cycle time (scan time).
It is possible only in RUN or MONITOR mode while the program is being
executed.
RUN MONITOR PROGRAM
OK OK No
1, 2, 3... 1. Press the CLR Key to bring up the initial display.
2. Press the MONTR Key to display the cycle time.
MONTR
00000SCAN TIME
012.1MS
There might be differences in displayed values when the MONTR Key is
pressed repeatedly. These differences are caused by changing execution
conditions.
4-4 Programming Example
This section demonstrates all of the steps needed to write a program with the
Programming Console.
4-4-1 Preparatory Operations
When writing a program to the CPM1 for the first time, use the following proce-
dure up to step 3 (clearing memory).
Programming Example
Section 4-4