<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim head__MMColParam head__MMColParam = "1" If (Session("company") <> "") Then head__MMColParam = Session("company") End If %> <% Dim head Dim head_numRows Set head = Server.CreateObject("ADODB.Recordset") head.ActiveConnection = MM_ttdb_STRING head.Source = "SELECT * FROM head WHERE ID = " + Replace(head__MMColParam, "'", "''") + "" head.CursorType = 0 head.CursorLocation = 2 head.LockType = 1 head.Open() head_numRows = 0 %> <% Dim company__MMColParam company__MMColParam = "1" If (Session("company") <> "") Then company__MMColParam = Session("company") End If %> <% Dim company Dim company_numRows Set company = Server.CreateObject("ADODB.Recordset") company.ActiveConnection = MM_ttdb_STRING company.Source = "SELECT * FROM company WHERE ID = " + Replace(company__MMColParam, "'", "''") + "" company.CursorType = 0 company.CursorLocation = 2 company.LockType = 1 company.Open() company_numRows = 0 %> AB Automotive - Company
 
 
AB Automotive - Company Profile

AB Automotive Inc. was established at an existing North Carolina plant in 1997 to manufacture sensor products for the North American automotive market using technology transferred from affiliated European companies. Driven by customer requirements, this fast-growing unit of global TT electronics plc now has local sensor design capabilities supporting the development of new linear position sensors and rotary position sensors. The 55,000 square foot facility is QS 9000 and ISO 9001 certified.

AB Automotive Inc. manufactures chassis height position sensors designed for vehicle suspension and headlight leveling applications. Other target sensor applications include throttle position sensors, pedal position sensors, EGR valve position sensors, and similar linear and rotary position sensor applications.

Control heads with integral displays, lighted graphics and buttons, and control electronics having multiplex communications capabilities are produced in cooperation with AB Automotive Electronics Limited, UK, primarily for automotive heating and air conditioning applications for US customers. Incorporated into AB Automotive Inc. is the US manufacturing division of AB Connectors Ltd. serving in particular the North American traction control market with cylindrical connectors.

 

 

 

 

Legal Notice    Contact Us
© TT electronics plc 2003, © AB Automotive USA 2004, All Rights Reserved
Information about browser requirements

<% head.Close() Set head = Nothing %> <% company.Close() Set company = Nothing %>