<%@ Language=VBScript %> <% 'The following three lines of code are used to ensure that this page is not cached on the client. Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 dim Database 'Hard Code Database path. Database must reside in Database folder on Web Server Database = "database/calibration.mdb" 'Build connection with database set conn = server.CreateObject ("ADODB.Connection") 'Set database connection based on selected database If Database = "database/calibration.mdb" Then 'MS 2000 Access Datbase conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath (Database) Else 'SQL Server Database conn.Open "Provider=SQLOLEDB.1; Network Library=dbmssocn;Password=5mbeazzrvf;User ID=calibrationmadeeasycom1;Initial Catalog=calibrationmadeeasycom1;Data Source=qtw2.registeredsite.com;" End If set rs = server.CreateObject ("ADODB.Recordset") set rs1 = server.CreateObject ("ADODB.Recordset") Dim Yes Yes = "Yes" 'Open record from cme_procedures_level_1 rs.Open "SELECT * FROM cme_procedures_level_1 where view_flag ='"& Yes & "' and active_flag='"& Yes &"'", conn, 1, 3 'Open record from cme_procedures_level_2 rs1.Open "SELECT * FROM cme_procedures_level_2 where view_flag ='"& Yes & "' and active_flag='"& Yes &"'", conn, 1, 3 %> CME Procedure Costs

CME Procedure Costs Order Now

Different reasons drive equipment owners and companies to want their vibration equipment calibrated. Some may simply want to know that their equipment is giving good data. Others may have ISO9000 or company Quality Assurance program requirements. The following price list is broken down into two (2) categories. Level 1 prices are procedures for customers with CME ‘kit’, procedures or web access for calibration certification software geared exactly to the vibration equipment you own. This listing may be used for comparison to your current provider of service or the product OEM for similar services. Level 2 is the price to send your equipment to CME, Inc., for calibration.   

Level 1 - Price/US Dollars of procedures for customers with CME 'kit' (Web Access).
Level 2 - Price/US Dollars of calibration at CME Lab.

  Procedure Name

Level 1 - Web Access

Procedure Name

Level 2 - CME Lab

<% Do While NOT rs.EOF %>

<%=rs("procedure_name")%>

<%=FormatCurrency(rs("level_1_cost"),2)%>

<% rs.MoveNext Loop rs.Close %>
<% Do While NOT rs1.EOF %>

<%=rs1("procedure_name")%>

<%=FormatCurrency(rs1("level_2_cost"),2)%>

<% rs1.MoveNext Loop rs1.Close %>

If you should own equipment not included in the above instrument price listing, contact CME, Inc., and advise of instrumentation information and we will either develop a calibration certification procedure or provide in-house service for that equipment. 

Home - About Us - Contact Us - Site Map
Copyright © 2003 Calibration Made Easy, Inc. - A Division of Vibration Analysis Limited
All rights reserved.


<% set rs=nothing set rs1=nothing conn.Close set conn=nothing %>