<%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%> <% Dim DCDC__MMColParam DCDC__MMColParam = "IPC/Server Power Supply" if (Request.QueryString("Type") <> "") then DCDC__MMColParam = Request.QueryString("Type") %> <% set DCDC = Server.CreateObject("ADODB.Recordset") DCDC.ActiveConnection = MM_power1_STRING DCDC.Source = "SELECT PDF, Product, Po, Description, Remark FROM power WHERE (Type = '" + Replace(DCDC__MMColParam, "'", "''") + "') and (SubType ='DC-DC Triple Output Single Power Supply') ORDER BY Remark,Maxpower ASC" DCDC.CursorType = 0 DCDC.CursorLocation = 2 DCDC.LockType = 3 DCDC.Open() DCDC_numRows = 0 %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = -1 Repeat2__index = 0 DCDC_numRows = DCDC_numRows + Repeat2__numRows %> 無標題文件
Power Supply>>IPC/Server Power Supplies>>DC-DC Power Supply

DC-DC Power Supply
Output Power: 170W to 300W
Input Voltage: 10 ~ 72VDC
Output Voltage: Regulated in Single, Dual, Triple or Quad Form

DC-DC Industrial SPS Series, With Active P.F.C.
<% While ((Repeat2__numRows <> 0) AND (NOT DCDC.EOF)) %> <% Repeat2__index=Repeat2__index+1 Repeat2__numRows=Repeat2__numRows-1 DCDC.MoveNext() Wend %>
Product
Po(w)
Description
Remark
"> <%=(DCDC.Fields.Item("Product").Value)%>
<%=(DCDC.Fields.Item("Po").Value)%>
<%=(DCDC.Fields.Item("Description").Value)%> <%=(DCDC.Fields.Item("Remark").Value)%>

If you are unable to acess the pdf file, please download the acrobat fix package.

Copyright © 2003Universal Microelectronics.
For comments or questions about this site,
contact us

<% DCDC.Close() %>