Campbell-scientific 024A-L Met One Wind Direction Sensor Instrukcja Użytkownika Strona 17

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 30
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 16
024A Met-One Wind Direction Sensor
7.4.3 Example Programs
For these examples, the multiplier is listed as 1. The multiplier is
unique to individual devices. Follow the procedure provided in
Section 7.4.2, Calibration and Orientation, to acquire the correct
multiplier for your sensor.
NOTE
'CR200(X) Series
'Created by Short Cut (2.5)
'Declare Variables and Units
Public Batt_Volt
Public WindDir
Public NewMult
Units Batt_Volt=Volts
Units WindDir=degrees
'Define Data Tables
DataTable(Table2,True,-1)
DataInterval(0,1440,Min)
Minimum(1,Batt_Volt,False,False)
EndTable
'Main Program
BeginProg
Scan(10,Sec)
'Default Datalogger Battery Voltage measurement Batt_Volt:
Battery(Batt_Volt)
'024A Wind Direction Sensor measurement WindDir:
ExDelSE(WindDir,1,1,1,2500,2000,1.0,0)
NewMult=360/WindDir
'Call Data Tables and Store Data
CallTable(Table2)
NextScan
EndProg
'CR1000
'Created by Short Cut (2.5 Beta)
'Declare Variables and Units
Public Batt_Volt
Public WindDir
Public NewMult
Units Batt_Volt=Volts
Units WindDir=degrees
'Define Data Tables
DataTable(Table1,True,-1)
DataInterval(0,60,Min,10)
Sample(1,WindDir,FP2)
EndTable
DataTable(Table2,True,-1)
DataInterval(0,1440,Min,10)
Minimum(1,Batt_Volt,FP2,False,False)
EndTable
11
Przeglądanie stron 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 29 30

Komentarze do niniejszej Instrukcji

Brak uwag