-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
230 lines (218 loc) · 11.2 KB
/
main.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
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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KUKA</title>
<link rel="stylesheet" href="main-style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<div class="navbar-container">
<a href="#" class="navbar-logo"><img src="KUKA_Logo.jpg" alt="Your Logo"></a>
<ul class="navbar-menu">
<li class="navbar-item"><a href="main.html" class="navbar-link">Home</a></li>
<li class="navbar-item"><a href="Theory/Theory.html" class="navbar-link">Theory</a></li>
<li class="navbar-item"><a href="PRETEST/main.html" class="navbar-link">Pretest</a></li>
<li class="navbar-item"><a href="Procedure.html" class="navbar-link">Procedure</a></li>
<li class="navbar-item"><a href="Simulation/simulation.html" class="navbar-link">Simulation</a></li>
<li class="navbar-item"><a href="POSTEST/main.html" class="navbar-link">Posttest</a></li>
<li class="navbar-item"><a href="reference_main.html" class="navbar-link">References</a></li>
<li class="navbar-item"><a href="contribution_main.html" class="navbar-link">Contributors</a></li>
<li class="navbar-item"><a href="Feedback.html" class="navbar-link">Feedback</a></li>
</ul>
</div>
</nav>
<div class="video-container">
<video autoplay loop muted>
<source src="Working_demo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="background-image"></div>
<div class="content" id="content">
<h2>LBR iiwa</h2>
<p>With the LBR iiwa, one of KUKA's lightweight cobots specialized in delicate assembly work, safety fences make way for human-robot-collaboration in the workspace.</p>
<p>The LBR iiwa is the world's first series-produced sensitive, and therefore HRC-compatible, robot. LBR stands for "Leichtbauroboter" (German for lightweight robot), iiwa for "intelligent industrial work assistant". With the LBR iiwa, humans and robots can work together on highly sensitive tasks in close cooperation, opening the possibility of new applications and paving the way for greater cost-effectiveness and efficiency.</p>
<p>When grouped with its smaller sibling, the LBR iisy running on KUKA's new operating system, iiQKA.OS, KUKA's lightweight robot portfolio can handle cobot applications from small to large and simple to complex.</p>
</div>
<div class="container">
<div class="spec">
<img src="load-white.svg" alt="Load capacity icon">
<div class="details">
<p class="value">7 - 14</p>
<p class="label">Load capacity [kg]</p>
</div>
</div>
<div class="spec">
<img src="range-white.svg" alt="Reach icon">
<div class="details">
<p class="value">800 - 820</p>
<p class="label">Reach [mm] (arm length)</p>
</div>
</div>
</div>
<div class="advantages-section">
<h2>Advantages</h2>
<hr>
<div class="advantages">
<div class="advantage-item">
<h3>Quick reactions</h3>
<p>Thanks to its joint torque sensors, the LBR iiwa can detect contact immediately and reduces its level of force and speed instantly. Its position and compliance control enables it to handle delicate components without creating crushing and shearing hazards.</p>
</div>
<div class="advantage-item">
<h3>Able to learn</h3>
<p>You can choose from three operating modes and program the LBR iiwa via simulation: indicate the desired position and it will remember the coordinates of the path point. Stop for breaks and control it with simple touch commands.</p>
</div>
<div class="advantage-item">
<h3>Sensitive</h3>
<p>The lightweight LBR iiwa with its high-performance servo control is able to detect contours quickly under force control. It establishes the correct installation position and mounts components quickly and with the utmost precision with an axis-specific torque accuracy of ±2% of the maximum torque. The LBR iiwa can also find small, delicate components in next to no time without your assistance.</p>
</div>
<div class="advantage-item">
<h3>Independent</h3>
<p>The LBR iiwa's controller, KUKA Sunrise Cabinet, simplifies the quick start-up of even complex applications. Give your operator a third hand and have the LBR iiwa take care of unergonomic, monotonous tasks reliably and independently.</p>
</div>
</div>
</div>
<div class="data-overview">
<h2>LBR iiwa Data Overview</h2>
<table class="data-table">
<thead>
<tr>
<th></th>
<th>LBR iiwa 7 R800</th>
<th>LBR iiwa 7 R800 CR</th>
<th>LBR iiwa 7 R800 RAL 9016</th>
<th>LBR iiwa 14 R820</th>
<th>LBR iiwa 14 R820 CR</th>
<th>LBR iiwa 14 R820 RAL 9016</th>
</tr>
</thead>
<tbody>
<tr>
<td>Payload</td>
<td>7 kg</td>
<td>7 kg</td>
<td>7 kg</td>
<td>14 kg</td>
<td>14 kg</td>
<td>14 kg</td>
</tr>
<tr>
<td>Maximum reach</td>
<td>800 mm</td>
<td>800 mm</td>
<td>800 mm</td>
<td>820 mm</td>
<td>820 mm</td>
<td>820 mm</td>
</tr>
<tr>
<td>Construction type</td>
<td>Standard</td>
<td>Standard</td>
<td>Standard</td>
<td>Standard</td>
<td>Standard</td>
<td>Standard</td>
</tr>
<tr>
<td>Version environment</td>
<td>Standard</td>
<td>Cleanroom</td>
<td>Standard</td>
<td>Standard</td>
<td>Cleanroom</td>
<td>Standard</td>
</tr>
<tr>
<td>Mounting positions</td>
<td>Ceiling, Floor, Wall</td>
<td>Floor</td>
<td>Ceiling, Floor, Wall</td>
<td>Ceiling, Floor, Wall</td>
<td>Floor</td>
<td>Ceiling, Floor, Wall</td>
</tr>
<tr>
<td>Protection class</td>
<td>IP 54</td>
<td>IP 54</td>
<td>IP 54</td>
<td>IP 54</td>
<td>IP 54</td>
<td>IP 54</td>
</tr>
<tr>
<td>Data sheet</td>
<td><a href="#">PDF for LBR iiwa 7 R800</a></td>
<td><a href="#">PDF for LBR iiwa 7 R800 CR</a></td>
<td><a href="#">PDF for LBR iiwa 7 R800 RAL 9016</a></td>
<td><a href="#">PDF for LBR iiwa 14 R820</a></td>
<td><a href="#">PDF for LBR iiwa 14 R820 CR</a></td>
<td><a href="#">PDF for LBR iiwa 14 R820 RAL 9016</a></td>
</tr>
<tr>
<td>KUKA Marketplace</td>
<td><a href="#">Documents for LBR iiwa 7 R800</a></td>
<td><a href="#">Documents for LBR iiwa 7 R800 CR</a></td>
<td><a href="#">Documents for LBR iiwa 7 R800 RAL 9016</a></td>
<td><a href="#">Documents for LBR iiwa 14 R820</a></td>
<td><a href="#">Documents for LBR iiwa 14 R820 CR</a></td>
<td><a href="#">Documents for LBR iiwa 14 R820 RAL</a></td>
</tr>
</tbody>
</table>
</div>
<div class="faq-section">
<h2>Frequently Asked Questions</h2>
<hr>
<div class="faq">
<div class="faq-item">
<button class="faq-question">What is the load capacity of the LBR iiwa?<span class="faq-icon">+</span></button>
<div class="faq-answer">
<p>The LBR iiwa has a load capacity ranging from 7 to 14 kg, making it suitable for various delicate assembly tasks.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">What is the reach of the LBR iiwa?<span class="faq-icon">+</span></button>
<div class="faq-answer">
<p>The reach of the LBR iiwa is between 800 and 820 mm, allowing it to perform tasks within a significant working area.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">How does the LBR iiwa ensure safety during operation?<span class="faq-icon">+</span></button>
<div class="faq-answer">
<p>The LBR iiwa is equipped with joint torque sensors that detect contact immediately, reducing force and speed to prevent hazards.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">Can the LBR iiwa be programmed easily?<span class="faq-icon">+</span></button>
<div class="faq-answer">
<p>Yes, the LBR iiwa can be programmed via simulation, allowing users to indicate positions and control the robot with touch commands.</p>
</div>
</div>
</div>
</div>
<script>
document.querySelectorAll('.faq-question').forEach(button => {
button.addEventListener('click', () => {
const faqItem = button.parentElement;
const currentlyActiveFaq = document.querySelector('.faq-item.active');
if (currentlyActiveFaq && currentlyActiveFaq !== faqItem) {
currentlyActiveFaq.classList.remove('active');
currentlyActiveFaq.querySelector('.faq-answer').style.maxHeight = 0;
}
faqItem.classList.toggle('active');
const faqAnswer = faqItem.querySelector('.faq-answer');
if (faqItem.classList.contains('active')) {
faqAnswer.style.maxHeight = faqAnswer.scrollHeight + 'px';
} else {
faqAnswer.style.maxHeight = 0;
}
});
});
</script>
</body>
</html>