Instruction Manual

IRTS-P Precision Infrared Temperature Sensor
9
11: Z=X-Y (P35) ; {subtract Ksb}
1: 5 X Loc [ Hsb ]
2: 6 Y Loc [ Ksb ]
3: 6 Z Loc [ Ksb ]
12: Z=X*Y (P36) ; {calculate SEC}
1: 4 X Loc [ Psb ]
2: 6 Y Loc [ Ksb ]
3: 7 Z Loc [ SEC ]
;Calculate corrected target temperature (CTT)
13: Z=X-Y (P35) ;
1: 2 X Loc [ AppTargT ]
2: 7 Y Loc [ SEC ]
3: 8 Z Loc [ CTT ]
14: If time is (P92)
1: 0 Minutes (Seconds --) into a
2: 60 Interval (same units as above)
3: 10 Set Output Flag High (Flag 0)
15: Real Time (P77)
1: 1220 Year,Day,Hour/Minute (midnight = 2400)
16: Average (P71)
1: 3 Reps
2: 1 Loc [ RefTemp ]
17: Average (P71)
1: 1 Reps
2: 8 Loc [ CTT ]
*Table 2 Program
02: 0.0000 Execution Interval (seconds)
*Table 3 Subroutines
End Program
-Input Locations-
1 RefTemp 1 3 1
2 AppTargT 1 2 1
3 SenBodyT 1 3 1
4 Psb 1 3 3
5 Hsb 1 4 3
6 Ksb 1 2 2
7 SEC 1 1 1
8 CTT 1 1 1