Rev Author Line No. Line
4540 kaklik 1 % Sample Paper for Poster Conference
2 %( without guarantee:-))
3 %send your comment to xrund@fel.cvut.cz
4 %
5 \documentclass{poster16}
6 %
7 %----------------------------------------------------------
8 % THIS IS THE PLACE FOR YOUR FAVORITE PACKAGES
9 %
10 %\usepackage[latin2]{inputenc}%
11 %\usepackage{babel}%
12 %\usepackage{czech}%
13 %\usepackage{psfrag}
14 %\usepackage{amsmath}
15 %\usepackage{pifont,amssymb}
16  
17 \begin{document}
18 %----------------------------------------------------------
19  
20 %----------------------------------------------------------
21 % THIS IS THE PLACE OF THE TITLE
22 %
23 \title{Magnetometer Based Wind Vane}
24 %----------------------------------------------------------
25 % THIS IS THE PLACE FOR THE AUTHORS NAMES AND THE TITLE FOR HEADINGS
26 %
27 \headtitle{F. S. AUTHOR, S. S. AUTHOR, SAMPLE PAPER FOR POSTER 2016 CONFERENCE}
28 %----------------------------------------------------------
29 % THIS IS THE PLACE FOR THE AUTHORS NAMES - ALL AUTHORS MUST HAVE A STUDENT STATUS!!!
30  
31 %
32 \author{Jakub Kakona \affiliationmark{1}}
33 %----------------------------------------------------------
34 % THIS IS THE PLACE FOR AFFILIATIONS
35 %
36 \affiliation{%
37 \affiliationmark{1}Dept. of Radio engineering, Czech Technical University, Technick\'a 2, 166 27 Praha, Czech Republic}
38 \email{kakonjak@fel.cvut.cz}
39 %--------------------------------------------------------------
40  
41  
42 \maketitle
43  
44 %----------------------------------------------------------
45 % THIS IS THE PLACE FOR ABSTRACT
46  
47 \begin{abstract}
4685 kaklik 48 Wind vane sensor is classical meteorology instrument used for measuring wind directions. Wind directions are reported relatively to the magnetic north of weather station coordinates. Therefore precise directional adjustment of the sensor is needed. We introduced a self calibrating wind vane sensor which reports the wind direction data without adjustments. Therefore it is more tolerant to the installation mistakes.
4540 kaklik 49 \end{abstract}
50  
51 %----------------------------------------------------------
52 % THIS IS THE PLACE FOR KEYWORDS
53 \begin{keywords}
54 Wind sensor, 3D printing, scientific instrumentation.
55 \end{keywords}
56  
57 %----------------------------------------------------------
58 % HERE WRITE YOUR PAPER
59  
60 \section{Introduction}
61  
4685 kaklik 62 Wind vane is classical measuring device in meteorology. It is used for wind direction sensing at automatic weather stations. The classical construction of such sensor consist a analogue resistive position sensing or "digital" magnetic reed switch contacts \cite{wind_vane}. Both discrete and continuous signal sensing approach measure the position of wind vane relatively to the local word coordinates. Although the wind direction is occasionally reported relatively to the magnetic north of weather station location \cite{wind_direction}. Therefore the precise direction adjustment of wind vane sensor is mandatory for achieving consistent and reliable wind direction data.
4540 kaklik 63  
4685 kaklik 64 But we could use the state of the art technology consisting of MEMS magnetometer sensors which could directly report the wind vane position relatively to the magnetic north. This concept of wind vane is unique because it reports continuous values which allows reliable auto-diagnostics of sensing element.
4540 kaklik 65  
66 \section{Design evolution}
67  
68 The construction of the wind vane should be special because the sensing element in rotor part. The sensor is MAG01A module from MLAB electronic development system. This sensor is a I2C bus based sensor which requests four signals - Power, Ground, Data and clock.
69  
70 Therefore the one of main design problem is signal conduction from rotary part to the stator. A commercially available slip-rings were used as solution for that.
4685 kaklik 71 The used slip-ring is shown in the figure \ref{fig:slip_ring}.
4540 kaklik 72  
73  
74 The integration of such device in to the wind vane construction needs special shape of the rotor and the stator part. A 3D printing technology is ideal for that task. We decided to use the Fused deposition modelling (FDM) additive manufacturing technology as a best candidate for anemometer sensor design. The main reason for that decision was a fact, that this type of 3D printing technology is widely accessible and is of sufficient quality to build the sensor body which could withstand the mechanical and weather stresses in outdoor. The second reason is the fact that this type of technology is relatively cheap in comparison to other additive manufacturing methods.
75 But there also exist technological limits due to the fact that not all shapes could be 3Dprinted. The problematic geometry include overhanging surfaces or large number of very small details in printed volume.
76  
77 The design of wind vane therefore must have special construction which allows reliable printing without costly model specific G-code tweaking. Which is common practice to print poorly designed model on lower quality printers.
78  
79 \begin{figure}[ht]
80 \begin{center}
81 \resizebox{\linewidth}{!}{\includegraphics{./img/WINDGAUGE01A_Assembly.png}}
4685 kaklik 82 \caption{A magnetic sensor wind vane assembly.}
4540 kaklik 83 \label{fig:printed_parts}
84 \end{center}
85 \end{figure}
86  
87  
88 \subsection{Wind vane rotor}
89  
4685 kaklik 90 The rotor part of the wind vane houses the magnetometer sensor. The MAG01A sensor module is triple axis one chip solution for magnetic orientation measurement. Sensor module is mounted directly in rotation center of wind wane, this position was selected as the best option to optimizing the overall sensor dimensions. The digital magnetometer signals are guided to the stator via slip rings.
4540 kaklik 91  
4685 kaklik 92 \begin{figure}[ht]
93 \begin{center}
94 \resizebox{\linewidth}{!}{\includegraphics{./img/slip_ring.jpg}}
95 \caption{A sample of printable rocket design. (Experimentally printed from red ABS)}
96 \label{fig:slip_ring}
97 \end{center}
98 \end{figure}
4540 kaklik 99  
4685 kaklik 100 Hence electrical signal chain in the sensor is very simple and reliable.
4540 kaklik 101  
102 \subsection{Software data processing}
103  
104 The triple axis magnetometer sensor is read directly by pymlab sensor library, this library is primarily focused on I²C based sensor data reading.
105 Output of the magnetometer hardware driver is a uncalibrated vector of magnetic field. Therefore a data calibration is needed to obtain a wind direction data.
106  
107  
108  
109 \section{Conclusion}
110  
4685 kaklik 111 The 3D printable design of the wind vane housing was successfully developed. Measuring principle based on the magnetometer sensor was also verified although long time outdoor testing in different weather conditions is needed.
4540 kaklik 112  
113  
114 \section*{Acknowledgements}
115  
116 The research presented in this proposal was not supported from any grant or from public resources. It was funded exclusively by Universal Scientific Technologies s.r.o. company.
117  
118 %----------------------------------------------------------
119 % THIS IS THE PLACE FOR REFERENCES
120 \begin{thebibliography}{9}
4685 kaklik 121 \bibitem{wind_vane}
122 The ULTIMETER PRO Anemometer/Wind Vane, 23.3.2016 [online] http://www.peetbros.com/shop/category.aspx?catid=35
123 \bibitem{wind_direction}
124 Computing Magnetic Wind Direction, 23.3.2016 [online] http://www.nws.noaa.gov/asos/magwind.htm
4540 kaklik 125 \end{thebibliography}
126  
127  
128 %----------------------------------------------------------
129 % THIS IS THE PLACE FOR AUTHOR CV
130 \begin{authorcv}{Jakub Kakona}
131 He is a Ph.D. student of Air Traffic Control programme under Electrical Engineering and Information Technology. His professional activities are radioastronomy, development of 3D printers and scientific instruments design.
132 \end{authorcv}
133 \end{document}
134