<% if (session("groupName")<>"Not selected" and session("placeName") <> "Not selected") then
sql =" select distinct dr.Down_P FROM Down_rate as dr,Total_list as tl, Price_list as pl WHERE dr.ID_Down = tl.Down_ID AND tl.Model_ID=pl.ID_Model and pl.Model='"&session("groupName")&"' and pl.Sub_Model ='" & session("placeName") & "' "
elseif (session("groupName")<>"Not selected" and session("placeName")="Not selected") then
sql =" select distinct dr.Down_P FROM Down_rate as dr,Total_list as tl, Price_list as pl WHERE dr.ID_Down = tl.Down_ID AND tl.Model_ID=pl.ID_Model and pl.Model='"&session("groupName")&"' "
else
sql= "select distinct dr.Down_P FROM Down_rate as dr "
end if
rs.Open sql, conn %>
Feature
Control panel, Industrial machines,
Wood furniture, Planting protection,
Others
HB 1020 W
Built-in Cascade Air Electrostatic Gun
Hign Transfer Efficiency-Superior Atomization
Feature
1. The lightest electrostatic hand
us in the world.
2. Lighter and smaller than most conventional
spray guns.
3. FM, CSA and EN approved for maximum
safety.
4. HB2000 series gun is capable of
spraying a wide variety of materials,
by simply changing the fluid tube,
making this a very versatile gun.
HB3000
Indirect charging system
Electrostatic hand gun
controller BPS104
Feature
1. Light weight and compact
design
Secured by incorporating miniature size
high voltage generator in itself (weight
reduction by 20 percent from our previous
model)
2. Environment friendly
Over 90 percent of transfer efficiency
(may differ under some coating conditions)
minimizes overspray, greatly contributing
to improvement of circumstances inside
and outside of workshop.
3.
Saving in production cost
High transfer efficiency means redution of meterial
waste and working time resulted in greater saving
in your production cost.
0
<% if (session("groupName")<>"Not selected" and session("placeName") <> "Not selected") then
sql =" select distinct dr.Down_P FROM Down_rate as dr,Total_list as tl, Price_list as pl WHERE dr.ID_Down = tl.Down_ID AND tl.Model_ID=pl.ID_Model and pl.Model='"&session("groupName")&"' and pl.Sub_Model ='" & session("placeName") & "' "
elseif (session("groupName")<>"Not selected" and session("placeName")="Not selected") then
sql =" select distinct dr.Down_P FROM Down_rate as dr,Total_list as tl, Price_list as pl WHERE dr.ID_Down = tl.Down_ID AND tl.Model_ID=pl.ID_Model and pl.Model='"&session("groupName")&"' "
else
sql= "select distinct dr.Down_P FROM Down_rate as dr "
end if
rs.Open sql, conn %>