background image

MMW-005 Solid State Wind Sensor 

__________________________________________________________________________________________ 

conversion from meters per second to kilometer per hour.  
Refer to Table 2 for conversion factors for wind speed. 

 

Table 2. Wind Speed Conversion Factors 

Units 

Conversion Factor 

Kilometers per Hour 

3.6 

Knots 1.944 

Miles per Hour 

2.237 

Feet per Second 

3.281 

 
   

'CR1000 Series Datalogger 
 
'Declare Public Variables 
Public MMW005 As String * 20 
Public NBytesReturned 
Public MMW005Values (2) As Float 
 
Alias MMW005Values (1) = Wind_Dir 
Alias MMW005Values (2) = Wind_Speed 
 
'Define Data Tables 
' Note: These tables are examples only.  Specific applications may require different outputs. 
DataTable (Wnd2Min,True,-1) 
  DataInterval (0,2,Min,10) 
  '2 minute averages of WindDir and WindSpeed 
  WindVector (1,Wind_Speed,Wind_Dir,IEEE4,False,0,0,0) 
  FieldNames ("Mean_Horizontal_Wnd_Spd:,Unit_Vector_Mean_Wnd_Dir:,Standard_Deviation_Wnd_Dir") 
EndTable 
 
DataTable (Wnd10Min,True,-1) 
  DataInterval (0,10,Min,10) 
  '10 minute average of WindDir and WindSpeed 
  WindVector (1,Wind_Speed,Wind_Dir,IEEE4,False,0,0,0) 
  FieldNames ("Mean_Horizontal_Wnd_Spd:,Unit_Vector_Mean_Wnd_Dir:,Standard_Deviation_Wnd_Dir") 
EndTable 
 
DataTable (Wnd60Min,True,-1) 
  DataInterval (0,60,Min,10) 
  'Hourly Averages of Wind Speed and Direction 
  WindVector (1,Wind_Speed,Wind_Dir,IEEE4,False,0,0,0) 
  FieldNames ("Mean_Horizontal_Wnd_Spd:,Unit_Vector_Mean_Wnd_Dir:,Standard_Deviation_Wnd_Dir") 
  Maximum (1,Wind_Speed,FP2,False,True) 
  SampleMaxMin (1,Wind_Dir,FP2,False) 
EndTable 
 
'Main Program 
BeginProg 
  SerialOpen (Com1,4800,0,0,10000) 
  Scan (5,Sec,0,0) 
 
    'Character 36 is $, and Character 13 is CR. 
    SerialInRecord (Com1,MMW005,36,0,13,NBytesReturned,01) 
    SplitStr (MMW005Values(),MMW005,"",2,0) 
 
    'Convert Wind Speed from m/s to km/hr  
    '*** Other Conversion Factors can be used as required *** 
    MMW005Values (2) = MMW005Values (2) * 3.6 
 
    'Call Output Tables 
    CallTable (Wnd2Min) 
    CallTable (Wnd10Min) 
    CallTable (Wnd60Min) 

Содержание MMW-005

Страница 1: ...INSTRUCTION MANUAL Copyright 2008 Campbell Scientific Canada Corp MMW 005 Solid State Wind Sensor Dec 2010...

Страница 2: ...glect accidents of nature or shipping damage This warranty is in lieu of all other warranties expressed or implied including warranties of merchantability or fitness for a particular purpose CSC is no...

Страница 3: ...ications 3 4 Installation 4 5 Wiring 6 5 1 Output String According to NMEA 0183 7 6 CR1000 Example Program 7 7 Maintenance 9 TABLE OF FIGURES Figure 1 MMW 005 Sensor Mounting Base 2 Figure 2 Integrate...

Страница 4: ...ip to measure wind speed and wind direction based on the temperature differences across the chip surface These temperature differences are processed by a small microprocessor in the sensor resulting i...

Страница 5: ...speed and direction Guide discs along the top and bottom of the sensor ensure that wind passes through the sensor in the correct manner Mathematical processing by the microprocessor and signal conditi...

Страница 6: ...0183 protocol serial Baud rate 4800 Data bits 8 Stop bits 1 Parity none 4 Installation The MMW 005 is mounted to either a horizontal or vertical pipe with the use of the C2410 Mounting Bracket Figure...

Страница 7: ...racket It is recommended to leave the sensor cable in place as it can slide into the notch provided at the tip of the bracket Figure 5 Mounting Base Attached Before reattaching the MMW 005 to the moun...

Страница 8: ...need to push the sensor into the base until it is completely secured Figure 7 Figure 7 MMW 005 Mounted The MMW 005 and C2410 can now be mounted to the intended pipe using the provided v bolt and hard...

Страница 9: ...eather Instruments MWV Wind speed and direction ddd Wind direction value 0 359 R Relative to the vessel not applicable ss s Wind speed value 0 25 5 m s M Unit for wind speed m s A Data always valid fo...

Страница 10: ...Mean_Horizontal_Wnd_Spd Unit_Vector_Mean_Wnd_Dir Standard_Deviation_Wnd_Dir EndTable DataTable Wnd10Min True 1 DataInterval 0 10 Min 10 10 minute average of WindDir and WindSpeed WindVector 1 Wind_Sp...

Страница 11: ..._________________________________________________________ NextScan EndProg 7 Maintenance The wind sensor has no moving parts and requires no other maintenance than the cleaning of the sensor itself Th...

Отзывы: