blob: c1962a52bee598115a6e6b5af42821af43c1924b (
plain)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
|
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<style type="text/css" media="all">
@import url("scilab_code.css");
@import url("xml_code.css");
@import url("c_code.css");
@import url("style.css");
</style>
</head>
<body>
<div class="manualnavbar">
<table width="100%"><tr>
<td width="30%">
</td>
<td width="40%" class="center">
</td>
<td width="30%" class="next">
</td>
</tr></table>
<hr />
</div>
<br /><br />
<h3 class="book-title">Arduino toolbox</h3>
<ul class="list-part"><a name="arduino_toolbox_manual"></a><div class="info"></div>
<li><a href="section_147efb2e6adc067fcd27975e0e16385a.html" class="part">Arduino toolbox</a>
<ul class="list-chapter"><li><a href="ANALOG_READ_SB.html" class="refentry">ANALOG_READ_SB</a> — <span class="refentry-description">Analog ports of an Arduino board which allow the acquisition of an analog input</span></li>
<li><a href="ANALOG_WRITE_SB.html" class="refentry">ANALOG_WRITE_SB</a> — <span class="refentry-description">Analog outputs which allow generation of analog voltage on a given port</span></li>
<li><a href="ARDUINO_SETUP.html" class="refentry">ARDUINO_SETUP</a> — <span class="refentry-description">This block is used to configure the serial port setting for communication between the Arduino and Scilab.</span></li>
<li><a href="DCMOTOR_SB.html" class="refentry">DCMOTOR_SB</a> — <span class="refentry-description">This block is used to control a DC motor</span></li>
<li><a href="DIGITAL_READ_SB.html" class="refentry">DIGITAL_READ_SB</a> — <span class="refentry-description">Allows to receive a logical value 0 or 1 on a given port.</span></li>
<li><a href="DIGITAL_WRITE_SB.html" class="refentry">DIGITAL_WRITE_SB</a> — <span class="refentry-description">Allows to send a logical value 0 or 1 on a given port.</span></li>
<li><a href="ENCODER_SB.html" class="refentry">ENCODER_SB</a> — <span class="refentry-description">Used to read encoder signal from one or more channels.</span></li>
<li><a href="INTERRUPT_SB.html" class="refentry">INTERRUPT_SB</a> — <span class="refentry-description">Used to track a set of events on one or more channels.</span></li>
<li><a href="SERVO_WRITE_SB.html" class="refentry">SERVO_WRITE_SB</a> — <span class="refentry-description">Drive a servomotor by sending command of the angle from 0 to 180°</span></li>
<li><a href="TIME_SAMPLE.html" class="refentry">TIME_SAMPLE</a> — <span class="refentry-description">Set the control duration and the sampling time</span></li>
<li><a href="close_serial.html" class="refentry">close_serial</a> — <span class="refentry-description">Command to close the serial port which is connected to Arduino</span></li>
<li><a href="cmd_analog_in.html" class="refentry">cmd_analog_in</a> — <span class="refentry-description">Command to read in analog signal from a connected Arduino board</span></li>
<li><a href="cmd_analog_in_volt.html" class="refentry">cmd_analog_in_volt</a> — <span class="refentry-description">Command to read in analog signal from a connected Arduino board</span></li>
<li><a href="cmd_analog_out.html" class="refentry">cmd_analog_out</a> — <span class="refentry-description">Command to sent out analog signal to a connected Arduino board</span></li>
<li><a href="cmd_analog_out_volt.html" class="refentry">cmd_analog_out_volt</a> — <span class="refentry-description">Command to sent out analog signal to a connected Arduino board</span></li>
<li><a href="cmd_arduino_a_control.html" class="refentry">cmd_arduino_a_control</a> — <span class="refentry-description">GUI to control analog signal to be sent to a connected Arduino board</span></li>
<li><a href="cmd_arduino_d_control.html" class="refentry">cmd_arduino_d_control</a> — <span class="refentry-description">GUI to control digital signal to be sent to a connected Arduino board</span></li>
<li><a href="cmd_arduino_meter.html" class="refentry">cmd_arduino_meter</a> — <span class="refentry-description">GUI to display continuous signal from a loop, and break the loop after termination of the GUI</span></li>
<li><a href="cmd_dcmotor_release.html" class="refentry">cmd_dcmotor_release</a> — <span class="refentry-description">Command to release pins which have setup for DC motor</span></li>
<li><a href="cmd_dcmotor_run.html" class="refentry">cmd_dcmotor_run</a> — <span class="refentry-description">Command to run DC motor after setting up</span></li>
<li><a href="cmd_dcmotor_setup.html" class="refentry">cmd_dcmotor_setup</a> — <span class="refentry-description">Command to setup pins to control DC motor</span></li>
<li><a href="cmd_digital_in.html" class="refentry">cmd_digital_in</a> — <span class="refentry-description">Command to read in digital signal from a connected Arduino board</span></li>
<li><a href="cmd_digital_out.html" class="refentry">cmd_digital_out</a> — <span class="refentry-description">Command to sent out digital signal to a connected Arduino board</span></li>
<li><a href="cmd_servo_attach.html" class="refentry">cmd_servo_attach</a> — <span class="refentry-description">Command to attach servo motor to Arduino</span></li>
<li><a href="cmd_servo_detach.html" class="refentry">cmd_servo_detach</a> — <span class="refentry-description">Command to release the pin which has been setup for servo motor</span></li>
<li><a href="cmd_servo_move.html" class="refentry">cmd_servo_move</a> — <span class="refentry-description">Command to run servo motor which has been setup</span></li>
<li><a href="open_serial.html" class="refentry">open_serial</a> — <span class="refentry-description">Command to initialize the serial port which is connected to Arduino</span></li></ul></li></ul>
<br />
<div class="manualnavbar">
<table width="100%">
<tr><td colspan="3" class="next"><a href="http://bugzilla.scilab.org/enter_bug.cgi?product=Scilab%20software&component=Documentation%20pages" class="ulink">Report an issue</a></td></tr>
<tr>
<td width="30%">
</td>
<td width="40%" class="center">
</td>
<td width="30%" class="next">
</td>
</tr></table>
<hr />
</div>
</body>
</html>
|