-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBoilerFCS.html
106 lines (105 loc) · 5.31 KB
/
BoilerFCS.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
<!--Products-->
<div class="container products">
<h1 class="main-heading">Boiler Fuel Control System</h1>
<div class="row">
<div class = "heading">
<h3>Coal Crusher</h3>
</div>
<div class="content">
<div class="float-md-right float-lg-right img-right">
<img src = "./assets/pics/Boiler FHS/Coal crusher.jpg" >
</div>
<div>
<p class="products-description">
Coal crusher is used as an ore crusher equipment and is employed for crushing coal.
Coal crushing machine is employed for material reduction and processing
applications. In order to reduce wastage of solid unburnt fuel (Coal) coal
crusher is installed. MHP Thermal do not only design this equipment but
manufacture in its company premises. We have successfully installed coal
crusher on various sites.
</p>
</div>
</div>
</div>
<hr>
<div class="row">
<div class = "heading" center>
<h3>Vibrating Screen</h3>
</div>
<div class="content">
<div class="float-md-left float-lg-left img-left">
<img src = "./assets/pics/Boiler FHS/Vibrating screen.jpg" alt="APH" >
</div>
<p class="products-description">
This heavy equipment is designed to make separation / filtration of crushed material
from fine dust to oversized products. The frame of vibration screen is mounted on
springs and the vibrations are generated from an unbalanced flywheel. The design
of Vibration screen is not very complex but yes it do require some short of
calculations, basic understanding of the vibration systems and experience too.
MHP Thermal designers ensures first that the design is flawless and is as per
customer satisfaction, so that quality can't be compromised.
</p>
</div>
</div>
<hr>
<div class="row">
<div class = "heading">
<h3>Screw Feeder</h3>
</div>
<div class="content">
<div class="float-md-right float-lg-right img-right">
<img src = "./assets/pics/Boiler FHS/Screw Feeder.jpg" >
</div>
<div>
<p class="products-description">
A screw feeder or screw conveyor is a mechanism that uses a rotating helical screw
blade, called a "flighting", usually within a tube, to move liquid or granular
materials. MHP Thermal use MS (Mild steel) to manufacture the screw feeder and
the design team ensures a specified amount of fuel to be travelled or move within
a certain time period. It becomes a bit challenging when it comes to the the
manufacturing of screw blades "Flighting". But the skilled team handles this
challenge well and have expertise not only in manufacturing but installation
of the equipment too.
</p>
</div>
</div>
</div>
<hr>
<div class="row">
<div class = "heading" center>
<h3>Conveyor</h3>
</div>
<div class="content">
<div class="float-md-left float-lg-left img-left">
<img src = "./assets/pics/Boiler FHS/Conveyor.jpg" alt="ID fan" >
</div>
<p class="products-description">
MHP Thermal manufactures the conveyor which are used to take solid fuel from
one point to other in the boiler house. A belt is wrapped over on the the
rollers and is a powered up with a electric motor. We have successfully
installed conveyors on various sites.
</p>
</div>
</div>
<hr>
<div class="row">
<div class = "heading">
<h3>Bucket Elevator</h3>
</div>
<div class="content">
<div class="float-md-right float-lg-right img-right">
<img src = "./assets/pics/Boiler FHS/Bucket Elevator.jpg" >
</div>
<div>
<p class="products-description">
One of the most efficient ways to elevate bulk materials vertically is with.
A Bucket Elevator consists of a series of buckets attached to a belt or chain
with pulleys or sprockets located at the top and bottom of the unit. This
equipment have its great advantage i.e. it can carry maximum of fuel from
one point to other vertically.
</p>
</div>
</div>
</div>
</div>
<div id="body"></div>