beautypg.com

Campbell Scientific LI200X-L LI-COR Silicon Pyranometer User Manual

Page 12

background image

LI200X Pyranometer

; set negative values to zero

2: If (X<=>F) (P89)
1: 3

X Loc [ SlrW ]

2: 4

<

3: 0

F

4: 30

Then

Do


3: Z=F x 10^n (P30)
1: 0

F

2: 0

n, Exponent of 10

3: 3

Z Loc [ SlrW ]


4: End (P95)

; convert mV to MJ/m2 for 10 second execution interval

5: Z=X*F (P37)
1: 3

X Loc [ SlrW ]

2: 0.002

F

3: 4

Loc [ SlrMJ ]


; convert mV to W/m2

6: Z=X*F (P37)
1: 3

X Loc [ SlrW ]

2: 200.0

F

3: 3

Z Loc [ SlrW ]


7: 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)


8: Set Active Storage Area (P80)
1: 1

Final Storage Area 1

2: 101

Array

ID


9: Real Time (P77)
1: 1220

Year,Day,Hour/Minute (midnight = 2400)


10: Average (P71)
1: 1

Reps

2: 3

Loc [ SlrW ]


11: If time is (P92)
1: 0

Minutes (Seconds --) into a

2: 1440

Interval (same units as above)

3: 10

Set Output Flag High (Flag 0)


12: Set Active Storage Area (P80)
1: 1

Final Storage Area 1

2: 102

Array

ID

8