<%@ Language=VBScript %> <%Option Explicit%> <%Response.CharSet = Application("WebbyggCharset") Response.Buffer=TRUE%> <% Set OBJdbConnection = Server.CreateObject("ADODB.Connection") strConnect = "Driver={SQL Server};" & "Server=" & Application("DSN") & ";Database=" & Application("Database") & ";UID=" & Application("SrvUserId") & ";PWD=" & Application("SrvPassword") OBJdbConnection.Open strConnect Dim RSoName '*************************************** 'lngOwnerId: Denna sätts automatiskt för varje webbyggsida av webbyggsverktyget. Om mellanstartsida: Hårdkoda rätt ownerid. lngOwnerId = 12 'Sätts från webbyggaren 'lngMenuid: Denna sätts unik för varje webbyggsida av webbyggsverktyget. Om mellanstartsida: sätt den till 0. lngMenuid = 180 'Sätts från webbyggaren 'lngTextid: Denna sätts unik för varje webbyggsida av webbyggsverktyget. lngTextid = 141 'Sätts från webbyggaren lngSprakId = 2 'Sätts från webbyggaren '*************************************** strSQL = "SELECT Name FROM OwnerInfo WHERE ownerid = " & lngOwnerId Set RSoName = objdbconnection.execute(strSQL) %> "/> Flat components "/>

<%=RSoName("Name")%>

Washers

Our high speed presses manufactures complex our simple parts in most metallic materials. We at Thor Ahlgren can manufacture all volumes, from small to very large series and always to the agreed precision. In the picture below you will find some examples of washers produced.

 

 

 Plana detaljer

 

 

Product features

 

The washers produces could have some of the following properties

 

  • Manufactured in steel, hardenable steel, stainless steel, ultra high strength steel, copper, brass, aliminium
  • Thicknesses down to 0,10 mm
  • Tensile strength up to 1 500 MPa without heat treatment process
  • High demands on flatness and tolerances

 

<% OBJdbConnection.Close Set OBJdbConnection = Nothing %>