-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntegratedMotor.html
28 lines (26 loc) · 1.04 KB
/
IntegratedMotor.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Integrated Motor</title>
<style>
body
{
margin-left: 150px;
margin-right: 150px;
background-color: rgb(231, 223, 223);
text-align: justify;
}
p
{
font-size: larger;
}
</style>
</head>
<body>
<h2>Integrated Motor</h2>
<img src="IntegratedMotor.jpg" alt="Integrated Motor Image">
<p>
ElectroCraft PRO Series Integrated Motor Drives consolidate our most exceptional engines and drive advancements into a solitary bundle to give another degree of movement control ability. The engine types have been chosen for their smaller size, elite execution qualities, and rough, field-demonstrated capacities. The incorporated drive depends on ElectroCraft's effective PRO Series programmable servo drive. Together, each engine/drive mix offers a degree of utilitarian accuracy that has never recently been accessible in a solitary bundle.
</p>
</body>
</html>