CR10X User Guide
8-4
8.2 Rainfall Intensity
In this example, the total rainfall for the last 15 minutes is output only if any rain
has occurred. The program makes use of the CR10X’s ability to direct the output
of Output Processing Instructions to Input Storage.
Every 15 minutes, the total rainfall is sent to Input Storage. If the total is not equal
to 0, output is redirected to Final Storage Area 1, the time is output and the total is
sampled.
Input Location Labels:
1:Rain (mm)
2:15min tot
*
1
Table 1 Programs
01:
60
Sec. Execution Interval
01:
P3
Pulse
01:
1
Rep
02:
1
Pulse Input Chan
03:
2
Switch Closure
04:
1
Loc [:Rain (mm)]
05:
.2
Mult
06:
0
Offset
02:
P92
If time is
01:
0
minutes into a
02:
15
minute interval
03:
10
Set high Flag 0 (output)
03:
P80
Set Active Storage Area
01:
3
Input Storage Area
02:
2
Array ID or location
04:
P72
Totalize
01:
1
Rep
02:
1
Loc Rain (mm)
05:
P89
If X<=>F
01:
2
X Loc 15min tot
02:
2
<>
03:
0
F
04:
30
Then Do
06:
P80
Set Active Storage Area
01:
1
Final Storage Area 1
02:
25
Array ID or location
07:
P77
Real Time
01:
110
Day, Hour-Minute
08:
P70
Sample
01:
1
Reps
02:
2
Loc 15min tot
09:
P95
End
10:
P
End Table 1