Problem with comparison.
/Designs/GPSRL01A/DOC/HTML/GPSRL01A.cs.html
0,0 → 1,164
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> GPSRL01A </title>
<meta name="keywords" content="stavebnice MLAB zapisovač kosmické záření GPS ">
<meta name="description" content="Projekt MLAB, Zapisovač intenzity kosmického záření využívající GPS">
<!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE -->
<link rel="StyleSheet" href="../../../../Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl">
<link rel="StyleSheet" href="../../../../Web/CSS/MLAB_Print.css" type="text/css" media="print">
<link rel="shortcut icon" type="image/x-icon" href="../../../../Web/PIC/MLAB.ico">
<script type="text/javascript" src="../../../../Web/JS/MLAB_Menu.js"></script>
<!-- AUTOINCLUDE END -->
</head>
 
<body lang="cs">
 
<!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE -->
<!-- ============== HLAVICKA ============== -->
<div class="Header">
<script type="text/javascript">
<!--
SetRelativePath("../../../../");
DrawHeader();
// -->
</script>
<noscript>
<p><b> Pro zobrazení (vložení) hlavičky je potřeba JavaScript </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
<!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE -->
<!-- ============== MENU ============== -->
<div class="Menu">
<script type="text/javascript">
<!--
SetRelativePath("../../../../");
DrawMenu();
// -->
</script>
<noscript>
<p><b> Pro zobrazení (vložení) menu je potřeba JavaScript </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
<!-- ============== TEXT ============== -->
<div class="Text">
<p class="Title">
Zapisovač intenzity kosmického záření
</p>
<p class=Autor>
Jakub Kákona
</p>
<p class="Subtitle">
Zapisovač intensity ionisačního záření umožňuje systematický sběr dat vázaný na zeměpisné souřadnice. Například během letu v letadle.
</p>
<p class="Subtitle">
<img width=291 height=218 src="pictures/image001_small.jpg"
alt="Obrázek radiačního záznamníku">
</p>
 
<h1> Technické parametry </h1>
 
<table>
<tr>
<th> Parametr </th>
<th> Hodnota </th>
<th> Poznámka </th>
</tr>
<tr>
<td> Napájení </td>
<td> 5V </td>
<td> 4x 1,2V Ni-MH acu.</td>
</tr>
<tr>
<td> Spotřeba v klidu </td>
<td> cca 20mA </td>
<td> bez Palmtopu </td>
</tr>
<tr>
<td> Komunikace </td>
<td> 2x sériová linka RS-232 </td>
<td> </td>
</tr>
<tr>
<td> Komunikace s GPS </td>
<td> NMEA </td>
<td> sériová linka RS-232</td>
</tr>
</table>
 
<h1> Popis konstrukce </h1>
 
<h2> Důvod vzniku </h2>
 
<p>
Tento zapisovač byl vyvinut během Fyzikálního Týdne na FJFI ČVUT v Praze. Za účelem použití v miniprojektu Stanovení radiační zátěže od kosmického záření na palubě letadla.
</p>
 
<p>
Zařízení je z části postaveno z modulů stavebnice (kromě Palmtopu, do kterého se ukládají data a samotného detektoru radiace.) Celý zapisovač funguje vlastně jako komprimátor dvou datových toků, jednak z GPS geko 201 a potom ze scintilačního detektoru NB 3201 a případně z intezimetru IT-65.
</p>
 
 
<h2> Zapojení modulů zapisovače </h2>
 
<p>
<img src="../../SCH/GPSRL.png" width="680" height="271">
</p>
<p>
Modul PIC16F84SO1801A je osazen procesorem PIC16F88, protože je potřeba A/D převodník pro zpracování logaritmického analogového signálu ze scintilátoru NB 3201. Připojení intenzimetru IT-65 je provedeno tak, že pulsy se z konektoru přivádí přímo na komparátor v procesoru a z něj do čítače odkud se programově čtou.
</p>
<h3>Snímací prvky</h3>
<p>
<a href="http://www.mlab.cz/WebSVN/filedetails.php?repname=MLAB&path=%2FDesigns%2FGPSRL01A%2FDOC%2Fdokumentace_NB_3201.zip">Dokumentace ke scintilačnímu detektoru NB 3201</a></p>
<p>Intensimetr IT-65:</p>
<a href="pictures/P5290002.JPG"><img src="pictures/P5290002_small.JPG" alt="" width="267" height="200"></a>
<a href="pictures/P5290003.JPG"><img src="pictures/P5290003_small.JPG" alt="" width="267" height="200"></a>
<h2> Program </h2>
 
<p>
Původní zdrojový kód od celého zařízení se mi někam záhadně ztratil Doufám, že ho ale ještě někde objevím, protože i přes jeho jednoduchost byl docela pracný.
</p>
<p>Program pracoval tak, že periodicky četl textový výstup z GPS přijímače a do něj doplňoval naměřenou hodnotu z čítače, nebo A/D převodníku.</p>
<p>
Výsledný datový soubor ukládaný v palmtopu pak vypadal takto: <br>
[datum a čas]N[souřadnice]E[souřadnice]G[intenzita]+[nadmořská výška]E0000N0000U0001*[číslo packetu]
</p>
<p>
060613081217N4943072E01405835G008+00465E0000N0000D0000*0019<br>
060613081222N4943072E01405835G008+00462E0000N0000U0000*0033<br>
060613081227N4943072E01405835G008+00461E0000N0000U0000*0030<br>
060613081232N4943072E01405835G008+00462E0000N0000U0001*0025<br>
060613081237N4943072E01405835G008+00461E0000N0000U0001*0024<br>
060613081242N4943072E01405835G008+00462E0000N0000U0001*0028<br>
060613081247N4943072E01405835G008+00462E0000N0000U0001*0029<br>
060613081252N4943072E01405835G008+00461E0000N0000U0001*0034<br>
</p>
<p>
</p>
 
</div>
 
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE -->
<!-- ============== PATIČKA ============== -->
<div class="Footer">
<script type="text/javascript">
<!--
SetRelativePath("../../../../");
DrawFooter();
// -->
</script>
<noscript>
<p><b> Pro zobrazení (vložení) hlavičky je potřeba JavaScript </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
</body>
</html>
/Designs/GPSRL01A/DOC/HTML/pictures/P5290002.JPG
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Designs/GPSRL01A/DOC/HTML/pictures/P5290002_small.JPG
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Designs/GPSRL01A/DOC/HTML/pictures/P5290003.JPG
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Designs/GPSRL01A/DOC/HTML/pictures/P5290003_small.JPG
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Designs/GPSRL01A/DOC/HTML/pictures/image001.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Designs/GPSRL01A/DOC/HTML/pictures/image001_small.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Designs/GPSRL01A/DOC/dokumentace_NB_3201.zip
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Designs/GPSRL01A/SCH/GPSRL.dia
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Designs/GPSRL01A/SCH/GPSRL.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Designs/GPSRL01A/SCH/GPSRL.svg
0,0 → 1,51
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created by diasvg.py -->
<svg width="34.000cm" height="13.550cm" viewBox="12.600 6.800 46.600 20.350"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<rect x="17.450" y="10.850" width="7.450" height="4.500" fill="#FFFFFF" stroke="none" stroke-width="0"/>
<rect x="17.450" y="10.850" width="7.450" height="4.500" fill="none" stroke="#000000" stroke-width="0.100" />
<rect x="12.650" y="11.800" width="2.700" height="2.700" fill="#FFFFFF" stroke="none" stroke-width="0"/>
<rect x="12.650" y="11.800" width="2.700" height="2.700" fill="none" stroke="#000000" stroke-width="0.100" />
<rect x="29.500" y="11.000" width="7.150" height="4.350" fill="#FFFFFF" stroke="none" stroke-width="0"/>
<rect x="29.500" y="11.000" width="7.150" height="4.350" fill="none" stroke="#000000" stroke-width="0.100" />
<rect x="31.950" y="18.150" width="2.150" height="2.150" fill="#FFFFFF" stroke="none" stroke-width="0"/>
<rect x="31.950" y="18.150" width="2.150" height="2.150" fill="none" stroke="#000000" stroke-width="0.100" />
<rect x="40.650" y="10.250" width="5.900" height="5.900" fill="#FFFFFF" stroke="none" stroke-width="0"/>
<rect x="40.650" y="10.250" width="5.900" height="5.900" fill="none" stroke="#000000" stroke-width="0.100" />
<line x1="15.350" y1="13.150" x2="17.226" y2="13.105" stroke="#000000" stroke-width="0.100" />
<polyline fill="none" stroke="#000000" stroke-width="0.100" points="16.844,13.364 17.338,13.103 16.832,12.865 "/>
<line x1="33.075" y1="13.175" x2="33.075" y2="13.175" stroke="#000000" stroke-width="0.100" />
<line x1="24.950" y1="12.000" x2="29.177" y2="11.953" stroke="#000000" stroke-width="0.100" />
<polyline fill="none" stroke="#000000" stroke-width="0.100" points="28.791,12.207 29.288,11.951 28.786,11.707 "/>
<line x1="25.159" y1="13.998" x2="29.386" y2="13.951" stroke="#000000" stroke-width="0.100" />
<polyline fill="none" stroke="#000000" stroke-width="0.100" points="25.545,13.744 25.047,13.999 25.550,14.244 "/>
<line x1="33.071" y1="15.574" x2="33.025" y2="18.150" stroke="#000000" stroke-width="0.100" />
<polyline fill="none" stroke="#000000" stroke-width="0.100" points="33.314,15.966 33.073,15.462 32.814,15.957 "/>
<line x1="36.650" y1="13.175" x2="40.426" y2="13.199" stroke="#000000" stroke-width="0.100" />
<polyline fill="none" stroke="#000000" stroke-width="0.100" points="40.037,13.446 40.538,13.199 40.040,12.946 "/>
<text x="33.075" y="13.250" fill="#000000" text-anchor="middle" font-size="0.80" font-family="sans" font-style="normal" font-weight="400">
RS232SINGLE01A</text>
<text x="33.025" y="19.291" fill="#000000" text-anchor="middle" font-size="0.80" font-family="sans" font-style="normal" font-weight="400">
GPS</text>
<text x="43.600" y="13.200" fill="#000000" text-anchor="middle" font-size="0.80" font-family="sans" font-style="normal" font-weight="400">
Palmtop</text>
<text x="37.500" y="12.750" fill="#000000" text-anchor="start" font-size="0.80" font-family="sans" font-style="normal" font-weight="400">
RS232</text>
<text x="33.500" y="17.150" fill="#000000" text-anchor="start" font-size="0.80" font-family="sans" font-style="normal" font-weight="400">
RS232</text>
<text x="26.700" y="11.500" fill="#000000" text-anchor="start" font-size="0.80" font-family="sans" font-style="normal" font-weight="400">
TXD</text>
<text x="26.800" y="13.600" fill="#000000" text-anchor="start" font-size="0.80" font-family="sans" font-style="normal" font-weight="400">
RXD</text>
<text x="21.175" y="13.166" fill="#000000" text-anchor="middle" font-size="0.80" font-family="sans" font-style="normal" font-weight="400">
PIC16F84SO1801A</text>
<text x="14.000" y="13.216" fill="#000000" text-anchor="middle" font-size="0.80" font-family="sans" font-style="normal" font-weight="400">
IT-65</text>
<rect x="19.235" y="6.850" width="3.965" height="1.850" fill="#FFFFFF" stroke="none" stroke-width="0"/>
<rect x="19.235" y="6.850" width="3.965" height="1.850" fill="none" stroke="#000000" stroke-width="0.100" />
<line x1="21.218" y1="8.700" x2="21.179" y2="10.626" stroke="#000000" stroke-width="0.100" />
<polyline fill="none" stroke="#000000" stroke-width="0.100" points="20.937,10.233 21.177,10.738 21.437,10.243 "/>
<text x="21.218" y="7.850" fill="#000000" text-anchor="middle" font-size="0.80" font-family="sans" font-style="normal" font-weight="400">
NB 3201</text>
</svg>