CR10X Instruction Manual
OV-18
Press these Display will show
Explanation of this
keys:
(ID: Data):
step:
*0
LOG 1
Exit Table 1, enter *0 Mode, compile table
and begin logging.
*6
06:0000
Enter *6 Mode (to view Input Storage).
A
01:21.234
Advance to first storage location. Panel
temperature is 21.234°C (the display will
show the actual temperature).
Wait a few seconds:
01:21.423
The CR10X has measured the sensor output
and stored the result again. The internal
temperature is now 21.423°C. The value is
updated every five seconds when the table is
executed. At this point the CR10X is
measuring the temperature every five seconds
and sending the value to Input Storage. No
data is being saved. The next step is to have
the CR10X send each reading to Final
Storage (remember, the Output Flag must be
set first).
*1
01:00
Exit *6 Mode. Enter program table 1.
2A
02:P00
Advance to 2nd instruction location (this
is where we left off).
86
02:P86
This is the DO instruction (a Program
Control Instruction).
A
01:00
Enter 86 and advance to the first parameter
(which will specify the command to execute).
10
01:10
This command sets the Output Flag. (Flag 0)
A
03:P00
Enter 10 and advance to third program
instruction.
70
03:P70
The SAMPLE instruction. This directs the
CR10X to take a reading from an Input
Storage location and send it to Final Storage
(an Output Processing Instruction).
A
01:0000
Enter 70 and advance to the first parameter
(repetitions).
1
01:1
There is only one input location to sample;
repetitions = 1.
A
02:0000
Enter 1 and advance to second parameter
(Input Storage location to sample).
1
02:1
Input Storage Location 1, where the
temperature is stored.
A
04:P00
Enter 1 and advance to fourth program
instruction.
*
00:00
Exit Table 1.
0
LOG 1
Enter *0 Mode, compile program, log data.