-
Notifications
You must be signed in to change notification settings - Fork 1
/
Robot Simulation Readme.html
65 lines (65 loc) · 1.64 KB
/
Robot Simulation Readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>FRC 2013 LabVIEW Simulation Readme</title>
</head>
<body>
<h1 style="text-align: center;">FRC 2013 LabVIEW Robot Simulation</h1>
<br>
For instructions on how to use simulation see <span
style="font-weight: bold;">Tutorial 10 - Robot
Simulation</span> on the Tutorials tab of the LabVIEW Getting Started
Window.<br>
<h3>Actuators on this simulated robot</h3>
<ol>
<li>Left Motor</li>
<ul>
<li>Digital Module = Digital Module 1</li>
<li>PWM Channel = PWM 1</li>
</ul>
<li>Right Motor</li>
<ul>
<li>Digital Module = Digital Module 1</li>
<li>PWM Channel = PWM 2</li>
</ul>
<li>Camera Servo</li>
<ul>
<li>Digital Module = Digital Module 1</li>
<li>PWM Channel = PWM 5</li>
<li>Angular Range = 170</li>
</ul>
</ol>
<h3><br>
</h3>
<h3>Sensors on this simulated robot</h3>
<ol>
<li>Encoder on Right Motor</li>
<ul>
<li>Digital Module = Digital Module 1</li>
<li>A Channel = DIO 3</li>
<li>B Channel = DIO 4</li>
</ul>
<li>Encoder on Left Motor</li>
<ul>
<li>Digital Module = Digital Module 1</li>
<li>A Channel = DIO 5</li>
<li>B Channel = DIO 6</li>
</ul>
<li>Gyro</li>
<ul>
<li>Analog Module = Analog Module 1</li>
<li>Analog Channel = AI 1</li>
</ul>
<li>Ultrasonic</li>
<ul>
<li>Ping Digital Module = Digital Module 1</li>
<li>Ping DIO Channel = DIO 1</li>
<li>Echo Digital Module = Digital Module 1</li>
<li>Echo DIO Channel = DIO 2</li>
</ul>
<li>AXIS M1011 Camera</li>
</ol>
</body>
</html>