Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / internal / wiring_old.php @ f59acf11

History | View | Annotate | Download (2.88 KB)

1
<?php require("includes/internal.php")?>
2

    
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> 
5
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>        
6
                <meta name="description" content="FILL IN"/> 
7
                <meta name="keywords" content="FILL IN"/> 
8
<?php include($docRoot."header.php"); ?>
9
                <title>Wiring Diagrams | ColonyScout.com</title>
10
<?php include('includes/querybox.php');?>
11
<link rel="stylesheet" type="text/css" href="css/internal.css" />
12
</head>
13
<style>
14

    
15
</style>
16
<body bgcolor="#eeeeee"> 
17

    
18
<div id="general"> 
19
<?php include("includes/nav_internal.php"); ?> 
20
        <div id="body">
21
                <div id="body-boxes">
22
                        <div class="box-row" style="margin-top: 7px;">
23
                                <div class="white-top"></div>
24
                                <div class="white-body text-box">
25
                                        <div id="breadcrumbs">Wiring&gt;</div>
26
                                        <div id="livesearch"><div id="box0"><!-- livesearch--></div></div>
27
                                        <br/>
28
                                        <div class="hr"></div>
29
                                </div><!--end 'TEMP' collapse-->
30
                                
31
                                <div class="white-body text-box">
32

    
33

    
34
<h1>Sonar Wiring Harness</h1>
35
<div>
36
        <div class="wiring-diagram">
37
        <table id="wiring" cellspacing="0">
38
                <tr><td class="type" rowspan=3"><div class="box_rotate">JST_3</div></td>
39
                        <td class="pin">1</td><td class="box-wires"><div class="wire bk"></div></td>
40
                        <td class="wire-dimensions" rowspan=3>(6") 28AWG</td>
41
                </tr>
42
                <tr><td class="pin">2</td><td class="box-wires"><div class="wire re"></div></td></tr>
43
                <tr><td class="pin">3</td><td class="box-wires"><div class="wire bl"></div></td></tr>
44
        </table>
45
        <br/>
46
        <table id="wiring" cellspacing="0">
47
                <tr><td class="type" rowspan=3"><div class="box_rotate">JST_2</div></td>
48
                        <td class="pin">1</td><td class="box-wires"><div class="wire wh"></div></td>
49
                        <td class="wire-dimensions" rowspan=3>(8") 28AWG</td>
50
                </tr>
51
                <tr><td class="pin">2</td><td class="box-wires"><div class="wire ye"></div></td></tr>
52
        </table>
53
        </div>
54
        <div class="wiring-diagram">
55
        <table id="wiring" cellspacing="0">
56
                <tr><td class="box-wires"><div class="wire bk"></div></td><td class="pin">1</td><td class="labels">GND</td></tr>
57
                <tr><td class="box-wires"><div class="wire re"></div></td><td class="pin">2</td><td class="labels">5V+</td></tr>
58
                <tr><td class="box-wires"><div class="wire bl"></div></td><td class="pin">3</td><td class="labels">sonar_tx</td></tr>
59
                <tr><td class="box-wires"><div class="wire wh"></div></td><td class="pin">4</td><td class="labels">sonar_pwm_0</td></tr>
60
                <tr><td class="box-wires"><div class="wire ye"></div></td><td class="pin">5</td><td class="labels">sonar_pwm_1</td></tr>
61
        </table>
62
        </div>
63
</div>
64
<img src="images/wiring/sonar.jpg"/>
65
                                </div>
66
                                <div class="white-bottom"></div>
67
                        </div>                        
68
                </div>        
69
        </div> <!--BODY!--> 
70

    
71

    
72
<?php include($docRoot."footer.php"); ?>
73

    
74
</div><!--GENERAL!--> 
75
 
76
 
77
</body></html>
78
<?php                
79
        mysqli_close($mysqli);
80
?>