Date: |
2010-09-07 |
From: |
Lab - none |
To: |
Lab - none |
Title: |
Troubleshooting |
Notes: |
Troubleshooting the bad final storage values led to the discovery of a bug in the Campbell program on the data logger. If the Totalize function is burried in a "If time is" function, it doesn't work. The follow instructions do not work.
58: If time is (P92)
1: 0 Minutes (Seconds --) into a
2: 1 Interval (same units as above)
3: 30 Then Do
59: Do (P86)
1: 10 Set Output Flag High (Flag 0)
60: Totalize (P72)^12888
1: 1 Reps
2: 57 Loc [ Precip_mm ]
61: End (P95)
Instead the code should read:
58: If time is (P92)
1: 0 Minutes (Seconds --) into a
2: 1 Interval (same units as above)
3: 10 Then Do
59: Totalize (P72)^12888
1: 1 Reps
2: 57 Loc [ Precip_mm ]
|
Entered by: |
|
|
|