<%@LANGUAGE="VBSCRIPT"%> <% ' *** Visit Counter *** ' FELIXONE 2002 - SB by Felice Di Stefano - www.felixone.it Dim FX_count Dim MR_digit MR_digit = 8 Dim MR_dpath MR_dpath = Server.MapPath("FX_DataCounter") Dim MR_fpath MR_fpath = Server.MapPath("FX_DataCounter/MRcounter.txt") set MR_fso = Server.CreateObject("Scripting.FileSystemObject") ' Check if directory and file exists, if not create it. If (Not MR_fso.fileExists(MR_fpath)) Then If (Not MR_fso.folderExists(MR_dpath)) Then MR_fso.CreateFolder(MR_dpath) End If Application.Lock() set MR_file = MR_fso.OpenTextFile(MR_fpath, 8, true) MR_file.write(999) MR_file.Close() Application.Unlock() End If ' Read file and update it once per session set MR_fobj = MR_fso.getfile(MR_fpath) set MR_file = MR_fobj.OpenAsTextStream(1,-2) FX_count = MR_file.Read(100) Application.Lock() set MR_file = MR_fso.CreateTextFile(MR_fpath, 8, false) MR_file.write(FX_count+1) MR_file.Close() Application.Unlock() set MR_fso = nothing FX_count = FX_count+1 Session("FX_DataCounter") = FX_count ' Add leadings MR_numlength = Len(cStr(FX_count)) If (MR_numlength < MR_digit) Then MR_lead = cInt(MR_digit - MR_numlength) For i=1 To MR_lead FX_count = "0" & FX_count Next End If %> Metal RubberTM Data Sheet

METAL RUBBERTM PRODUCTS

 

Metal RubberTM is a unique self-assembled nanocomposite material that combines the high electrical conductivity of metals with the low mechanical modulus of elastomers.  The self-assembly process allows the simultaneous modification of both conductivity and modulus during manufacturing.  Maximum electrical conductivity is 5x10-6 W cm.  Maximum elongation is approximately 200%.  The electrical conductivity varies slightly with elongation.See NanoSonic’s material properties of Metal RubberTM

 

Metal RubberTM has a wide range of possible applications, from mechanically flexible electrical interconnections and electromagnetic shielding to the measurement of large mechanical deformations.  See NanoSonic’s application notes and papers for possible suggestions.

 

  

 

Metal RubberTM Sheet Stock (left) and ASTM Dogbone Test Sensors (Right).

 

 

NanoSonic is pleased to currently offer Metal RubberTM in the following standard sizes with a minimum order of $500.  If your application requires special sizes or properties, please contact us at products@nanosonic.com.

 

Description

Nominal

Dimensions

Recommended Application

NanoSonic Part Number

Price Each

Small sheet

6 inch square

1 mm thick

Materials testing

MR-01-06

$1000

Large sheet

12 inch square

1 mm thick

Materials testing

MR-01-12

$5000

ASTM D638 dogbone samples

2.5 inch long

0.5 inch wide

1 mm thick

Materials testing

Strain sensing

MR-01-D5

$500 for pack of five

Rectangular strip samples

2.5 inch long, 0.5 inch wide, 1 mm thick

Strain sensing

Electrical interconnects

MR-01-S5

$500 for pack of five

Special order

To be specified

 

MR-01-SPO

Contact us at products@nanosonic.com

 Subject to change

PHONE: 540.953.1785

FAX: 540.953.5022

EMAIL: products@nanosonic.com

MAILING ADDRESS: P.O. Box 618 Christiansburg, VA 24068

SHIPPING ADDRESS: 1485 South Main Street Blacksburg, VA 24060

 

<%=FX_count%>