-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbusiness-en.html
363 lines (359 loc) · 13.8 KB
/
business-en.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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- meta tags -->
<meta charset="utf-8"/>
<meta name="description" content="index page - your description here ..."/>
<meta name="keywords" content="your,keywords"/>
<meta name="author" content="Tohid Zamani"/>
<meta name="copyright" content="all right reserved."/>
<meta name="robots" content="index,follow"/>
<!-- View port -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>Index</title>
<!-- embed -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/swiper-bundle.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<header id="header">
<section class="menu-section">
<div class="container">
<div class="menu-section-row row align-items-center">
<div class="logo-section col-9 col-sm-9 col-md-2">
<img src="img/logo.png" alt="">
</div>
<div class="ul-section d-none d-md-block col-md-7">
<ul>
<li><a href="/">Company</a>
<div class="menu-dropdown">
<div class="dropdown-ul-strip">
<ul>
<li><a href="sub4-en.html">CEO's Message</a></li>
<li><a href="sub3-en.html">History</a></li>
<li><a href="sub2-en.html">Organization Chat</a></li>
<li><a href="sub1-en.html">Location</a></li>
</ul>
<ul>
<li><a href="">Motion Platform</a></li>
<li><a href="stablizer-en.html">Stablizer</a></li>
<li><a href="">HILS Simulator</a></li>
<li><a href="">AR/VR Platform</a></li>
<li><a href="">Smart Factory</a></li>
</ul>
<ul>
<li><a href="/">Lorem Ipsum</a></li>
<li><a href="/">Web Develop</a></li>
</ul>
<ul>
<li><a href="/">Test Text</a></li>
<li><a href="/">Html, Css</a></li>
<li><a href="/">Laravel</a></li>
<li><a href="/">NodeJS Express.JS</a></li>
</ul>
</div>
</div>
</li>
<li><a href="/">Products</a></li>
<li><a href="/">Test & Evaluation</a></li>
<li><a href="/">Promotion</a></li>
</ul>
</div>
<div class="button-section d-none d-md-block col-md-3">
<ul>
<li><a href="/">KOR</a></li>
<li class="active-lang"><a href="/">ENG</a></li>
<!-- contact us button -->
<li><a href="/">contact us</a></li>
</ul>
</div>
<div class="responsive-menu-icon col-3 col-sm-3 d-md-none d-sm-block">
<div class="menu-icon"></div>
</div>
</div>
</div>
</section>
<!-- responsive menu -->
<section class="responsive-menu-section">
<ul>
<li><a href="/">Company</a>
<div class="menu-dropdown">
<div class="dropdown-ul-strip">
<ul>
<li><a href="/">CEO's Message</a></li>
<li><a href="/">History</a></li>
<li><a href="/">Organization Chat</a></li>
<li><a href="/">Location</a></li>
</ul>
<ul>
<li><a href="/">Motion Platform</a></li>
<li><a href="/">Stablizer</a></li>
<li><a href="/">HILS Simulator</a></li>
<li><a href="/">AR/VR Platform</a></li>
<li><a href="/">Smart Factory</a></li>
</ul>
<ul>
<li><a href="/">Lorem Ipsum</a></li>
<li><a href="/">Web Develop</a></li>
</ul>
<ul>
<li><a href="/">Test Text</a></li>
<li><a href="/">Html, Css</a></li>
<li><a href="/">Laravel</a></li>
<li><a href="/">NodeJS Express.JS</a></li>
</ul>
</div>
</div>
</li>
<li><a href="/">Products</a></li>
<li><a href="/">Test & Evaluation</a></li>
<li><a href="/">Promotion</a></li>
</ul>
<br>
<ol class="buttom-menu-res">
<li><a href="/">KOR</a></li>
<li class="active-lang"><a href="/">ENG</a></li>
<!-- contact us button -->
<li><a href="/">contact us</a></li>
</ol>
</section>
<section class="company-topheader-section">
<div class="company-topheader-section--blur-strip-business">
<div class="company-topheader-section--blur-business"></div>
<div class="company-topheader-section--grayscale-business"></div>
</div>
<div class="container">
<div class="row company-text-row align-items-center">
<div class="company-text col-12">
<h1>BUSINESS</h1>
</div>
</div>
<div class="row headerbottom-menu-row">
<div class="col-12">
<ul>
<li><a class="active-hb-a" href="">Motion Platform</a></li>
<li><a href="stablizer-en.html">Stabilizer</a></li>
<li><a href="usbtype-en.html">USB Type Coding</a></li>
<li><a href="arvr-en.html">AR & VR</a></li>
<li><a href="">Smart Fermentation System</a></li>
</ul>
</div>
</div>
</div>
</section>
</header>
<section class="middle-subcontent">
<div class="container" style="min-width: 1000px;">
<div class="row business-section">
<div class="col-12 business-section-title-text">
<h4>Motion platfotm</h4>
<h1>Motion Platform System</h1>
</div>
<div class="col-12 business-section-m632">
<img src="img/m632.png" alt="img">
</div>
<div class="col-12 business-section-content-title">
<h1>System Architecture</h1>
</div>
<div class="col-3 business-section-m29">
<img src="img/m29.png" alt="img">
</div>
<div class="col-3 business-section-m83">
<img src="img/m83.png" alt="img">
</div>
<div class="col-6 business-section-ul">
<ul>
<li>
<div class="uldiv-23"><h4>1</h4></div>
<div class="uldiv-24">
<h3>Upper Frame <span>1(ea)</span></h3>
<p>High quality metalic material (SS400, AL)</p>
</div>
</li>
<li>
<div class="uldiv-23"><h4>2</h4></div>
<div class="uldiv-24">
<h3>Lower Frame <span>1(ea)</span></h3>
<p>Fixed to the base, high quality metalic material (SS400, AL)</p>
</div>
</li>
<li>
<div class="uldiv-23"><h4>3</h4></div>
<div class="uldiv-24">
<h3>Joint A’SSY <span>12(set)</span></h3>
<p>Connects the Upper Frame with the Lower Frame<br>
High quality metalic material (S45C)</p>
</div>
</li>
<li>
<div class="uldiv-23"><h4>4</h4></div>
<div class="uldiv-24">
<h3>Electronic Actuator <span>6(set)</span></h3>
<p>High performance actuator with great accuracy<br>
High quality metalic material (AL&S45C)</p>
</div>
</li>
<li>
<div class="uldiv-23"><h4>5</h4></div>
<div class="uldiv-24">
<h3>Servo Motor <span>6(ea)</span></h3>
<p>Highly precise servo motors with fast reaction</p>
</div>
</li>
</ul>
</div>
<div class="col-12 business-section-content-title">
<h1>Range of motions</h1>
</div>
<div class="col-8 business-section-table">
<table>
<tr>
<th></th>
<th>Displacement</th>
<th>Velocity</th>
<th>Acceleration</th>
</tr>
<tr>
<td>Surge</td>
<td>70~410m</td>
<td>20~610 mm/s</td>
<td>Up to 1G</td>
</tr>
<tr>
<td>Sway</td>
<td>70~410mm</td>
<td>20~610 mm/s</td>
<td>Up to 1G</td>
</tr>
<tr>
<td>Heave</td>
<td>70~350mm</td>
<td>20~610 mm/s</td>
<td>Up to 1G</td>
</tr>
<tr>
<td>Roll</td>
<td>5~40deg</td>
<td>3~45 deg/s</td>
<td>Up to 600 deg/s²</td>
</tr>
<tr>
<td>Pitch</td>
<td>5~40deg</td>
<td>3~45 deg/s</td>
<td>Up to 600 deg/s²</td>
</tr>
<tr>
<td>Yaw</td>
<td>5~40deg</td>
<td>3~45 deg/s</td>
<td>Up to 600 deg/s²</td>
</tr>
</table>
<p><span></span> Due to the mix of straight line and rotary motion, detailed design is required when driving inall max ranges</p>
</div>
<div class="col-4 business-section-m43">
<img src="img/m43.png" alt="img">
</div>
<div class="col-12 business-section-content-title">
<h1>Payload</h1>
</div>
<div class="col-12 business-section-payload">
<ul>
<li>Our production range: From 200 kg up to 10 tons (electric-type)</li>
<li>Payload means the weight of motion that can be driven (carried) and <br>
includes the upper frame.</li>
</ul>
</div>
<div class="col-12 business-section-content-title">
<h1>Interpretation</h1>
</div>
<div class="col-12 business-section-g36">
<img src="img/g36.png" alt="img">
</div>
<div class="col-12 business-section-table business-section-bottomtable">
<table>
<tr>
<th>Payload</th>
<th>Size (TBD)</th>
<th>Cost (TBD)</th>
<th>Servo Motor Spec (electronic type)</th>
</tr>
<tr>
<td>200 kg</td>
<td>H:Under 500mm</td>
<td style="border-top: none;border-bottom: none;"></td>
<td>Minimum 1.2 kw / 220V 3 phases</td>
</tr>
<tr>
<td>1.5 Ton</td>
<td>H:Under 1,200mm</td>
<td style="border-top: none;border-bottom: none;"></td>
<td>Minimum 12 kw / 220V 3 phases</td>
</tr>
<tr>
<td>3.0 Ton</td>
<td>H:Under 1,800mm</td>
<td style="border-top: none;border-bottom: none;"></td>
<td>Minimum 30 kw / 220V 3 phases</td>
</tr>
<tr>
<td>5.0 Ton</td>
<td>H:Under 2,200mm</td>
<td style="border-top: none;border-bottom: none; top: -20px">Contact us</td>
<td>Minimum 39 kw / 220V 3 phases</td>
</tr>
<tr>
<td>8.0 Ton</td>
<td>H:Under 2,500mm</td>
<td style="border-top: none;border-bottom: none;"></td>
<td>Minimum 66 kw / 220V 3 phases</td>
</tr>
<tr>
<td>10.0 Ton</td>
<td>H:Under 3,000mm</td>
<td style="border-top: none;"></td>
<td>Minimum 90 kw / 220V 3 phases</td>
</tr>
</table>
<p><span></span> TBD : To Be Determined</p>
</div>
<div class="col-12 business-section-contactus">
<div>
<h2>Feel free to contact us at any time, we’ll reply to your queries ASAP.</h2>
<button>Contact us</button>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="row">
<div class="footer--logo col-12 col-sm-12 col-md-2 col-lg-1 d-flex align-items-center">
<img src="img/logo.png" alt="logo">
</div>
<div class="footer--info col-12 col-sm-12 col-md-10 col-lg-11">
<ul>
<li><a href="/">Company</a></li>
<li><a href="/">Privacy Policy</a></li>
<li><a href="/">Location</a></li>
</ul>
<h4><span>Address: </span>111,Wonsanjeong-gil, Deokjin-gu, Jeonju-si, Jellobuk-do, Republic of korea</h4>
<h4><span>TEL </span>070-4870-3955 <span> | FAX </span> 070-8270-3955 <span> | E-mail </span>[email protected]</h4>
<h5>Web Developer: www.ramdel.kr</h5>
</div>
</div>
</div>
</footer>
<!-- embed script -->
<script src="js/jquery-3.5.1.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/swiper-bundle.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>