%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%>
<%
Dim leftMenu
Dim leftMenu_numRows
Set leftMenu = Server.CreateObject("ADODB.Recordset")
leftMenu.ActiveConnection = MM_anpec_STRING
leftMenu.Source = "SELECT Title, Level1, Level2, Link, IsLink, IsShow FROM Products WHERE (IsShow = 1) ORDER BY Level1, Level2"
leftMenu.CursorType = 0
leftMenu.CursorLocation = 2
leftMenu.LockType = 1
leftMenu.Open()
leftMenu_numRows = 0
%>
<%
Dim rs26__MMColParam
rs26__MMColParam = "%"
If (Request.QueryString("productno") <> "") Then
rs26__MMColParam = Request.QueryString("productno")
End If
%>
<%
Dim rs26
Dim rs26_numRows
Set rs26 = Server.CreateObject("ADODB.Recordset")
rs26.ActiveConnection = MM_anpec_STRING
rs26.Source = "SELECT * FROM Stepping WHERE Part_NO LIKE '%" + Replace(rs26__MMColParam, "'", "''") + "%' ORDER BY Porder"
rs26.CursorType = 0
rs26.CursorLocation = 2
rs26.LockType = 1
rs26.Open()
rs26_numRows = 0
%>
<%
Dim rs27__MMColParam
rs27__MMColParam = "%"
If (Request.QueryString("productno") <> "") Then
rs27__MMColParam = Request.QueryString("productno")
End If
%>
<%
Dim rs27
Dim rs27_numRows
Set rs27 = Server.CreateObject("ADODB.Recordset")
rs27.ActiveConnection = MM_anpec_STRING
rs27.Source = "SELECT * FROM DSC WHERE Part_NO LIKE '%" + Replace(rs27__MMColParam, "'", "''") + "%' ORDER BY Porder"
rs27.CursorType = 0
rs27.CursorLocation = 2
rs27.LockType = 1
rs27.Open()
rs27_numRows = 0
%>
<%
Dim Repeat26__numRows
Dim Repeat26__index
Repeat26__numRows = -1
Repeat26__index = 0
rs26_numRows = rs26_numRows + Repeat26__numRows
%>
<%
Dim Repeat27__numRows
Dim Repeat27__index
Repeat27__numRows = -1
Repeat27__index = 0
rs27_numRows = rs27_numRows + Repeat27__numRows
%>
Anpec Electronics Corporation
Please key Part
No.
Or Key Word Search |
|
|
|
|
|
|
|
| |
Amplifier
And Driver> Motor
Drivers > Fan Motor Driver
Part NO. |
Main App. Fields |
Package & Pins |
Supply Voltage(in Volts) |
Max. Current(in A) |
Lock & Restart |
Description |
Status |
APX9261 |
MB |
SSOP16-10 |
4.5 ~ 15 |
1 |
CT |
External PWM Speed Controller |
OK |
APX9262/3 |
MB |
SSOP-16 |
4.5 ~ 15 |
1 |
CT |
Built-in Hall Bias;Speed Controller with Thermistor |
OK |
|
NB |
MSOP-10 |
2.2 ~ 5.5 |
1 |
CT |
Silent Driver;Built-in Hall Bias;Speed Controller;Low Shutdown Current |
OK |
|
NB |
MSOP-8 |
2.3 ~ 5.5 |
1 |
Internal Control |
Silent Driver ; Speed Controller ; Low Shutdown Current |
OK |
|
NB |
MSOP-8 |
2.2 ~ 5.5 |
1 |
Internal Control |
Silent Driver ; Built-in Hall Bias |
OK |
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
|
|
© 2006, Anpec Electronics Corporation. All Rights Reserved.
|
<%
rs26.Close()
Set rs26 = Nothing
%>
<%
rs27.Close()
Set rs27 = Nothing
%>
<%
leftMenu.Close()
Set leftMenu = Nothing
%>