<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> Shanghai Marine Diesel Engine Research Institute
Products & Services
Diesel Engine
M23G Gas Engine

M23G gas engines have reached the international advanced level in technical and economic data. The key components are from world international famous suppliers to ensure the high performance and reliability of the products. Design of intrinsically safe, double wall structure type design for all gas pipes and gas valve parts. They have good power performance and fuel economy, the fuel costs are reduced by more than 10% compared with the diesel engines. With complete functions, electronic control systems are easy to use. A variety of flexible configuration is suitable for a wide variety of applications. Perfect security protection meets the safety standards of China Classification Society. No visible smoke in the whole load range and in compliance with IMO Tier Ⅲ NOx emission regulations. Besides, the products are characterized with easy assembling and low-cost maintenance. M23G gas engines are applicable for tugboat, bulk freighter, container vessel, public service vessel, stationary power plant, etc.

The main specifications psarameters:
Cylinder bore 230mm
Stroke 320mm
Lube oil consumption 0.8g/kW.h
Gas fuel  specification 28MJ/m³,min ;

Marine Propulsion Diesel Engine:
Model Rated Power Speed  Mean piston speed BMEP Fuelconsumption
100%
L×B×H weight
kW r/min m/s MPa kJ/kW.h mm kg
8M23G 1620 1000 10.67 1.81 8750 4526×1840×3008 19400
<% function WebContent() dim ID ID=request.QueryString("ID") dim rs,sql set rs = server.createobject("adodb.recordset") if request.QueryString("ID")="" then sql="select top 1 ID,AboutName,Source,Content,GroupID,Exclusive,ClickNumber,AddTime from Ameav_About where ViewFlag and not ChildFlag order by Sequence asc" else sql="select ID,AboutName,Source,Content,GroupID,Exclusive,ClickNumber,AddTime from Ameav_About where ViewFlag and not ChildFlag and ID="&ID end if rs.open sql,conn,1,3 if not rs.eof then numbers=len(rs("content")) '总字节数 pagenum=Sitenum '每页显示的数量 maxpage=-int(-numbers/pagenum)'总页数 requestpage=clng(request("p"))'接收页码 if requestpage="" or requestpage=0 then'获取默认页码 requestpage=1 end if if requestpage>maxpage then '当前页的页码大于最大页码时,使当前页码等于最大页码 requestpage=maxpage end if if not requestpage=1 then '当前页码不等于1时,向下移动相应的字节数 content=mid(rs("content"),(requestpage-1)*pagenum+1,Sitenum) else content=left(rs("content"),Sitenum) '当页码等于1时,截取相应文本 end if if isempty(requestpage) then thispage=1 else thispage=cint(requestpage) end if if ViewNoRight(rs("GroupID"),rs("Exclusive")) then %> <%=Replace(content,chr(13),"")%> <% rs("ClickNumber")=rs("ClickNumber")+1 else WebContent="
" end if rs.update rs.close else response.write "
No information
" end if set rs=nothing end function %>