-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 1.88 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Labelling Machine Demo</title>
<script type="text/javascript" src="processing.js"></script>
<style>
p {width: 1800px}
</style>
</head>
<body>
<h1 align="center">Demonstration of The Great Labelling Machine</h1>
<p align="center"> <a href="Diagrams/Arduino Class Diagram light.class.violet.html">Arduino Software Architecture (C++)</a></p>
<p align="center"> <a href="Diagrams/Processing Class Diagram.class.violet.html">Simu/Visu Software Architecture (Processing/Java)</a></p>
<canvas id="mysketch8"
data-processing-sources="Processing/labellingMachine_4/labellingMachine_4.pde
Processing/labellingMachine_4/app.pde
Processing/labellingMachine_4/CommsMgr.pde
Processing/labellingMachine_4/config.pde
Processing/labellingMachine_4/driver.pde
Processing/labellingMachine_4/platform.pde
Processing/labellingMachine_4/steppingLine.pde
Processing/labellingMachine_4/sticker.pde"></canvas>
<p align="center"> Expand console window to see more messages</p>
<p align="center"> Simulation Controls: <i> first click in simulator window to get focus</i></p>
<p align="center"> <b>A/a</b>: <i>Accelerate</i> the simulation.</p>
<p align="center"> <b>B/b</b>: Toggle <i>Blocking</i> messages.</p>
<p align="center"> <b>D/d</b>: <i>Decelerate</i> the simulation.</p>
<p align="center"> <b>L/l</b>: Toggle <i>Label point </i> callout messages.</p>
<p align="center"> <b>P/p</b>: Toggle <i>Pausing</i> at each message - any key or mouse to resume.</p>
<p align="center"> <b>R/r</b>: Toggle <i>Ramp end</i> or <i> Contact point </i> sitcker blocking.</p>
<p align="center"> <b>T/t</b>: Toggle <i>Tag point </i> callout messages.</p>
<p align="center"> Press any <i>other</i> key in sumulator window to pause/restart the simulation.</p>
</body>
</html>