Categories

Electroformed Fine Nickel Wire Mesh - 11" x 11"

Product Code: 592663

Price:
From $770.00

Available Options


* Mesh Size:


'; return html; } function specialPrice(old_price, new_price) { html = '' + old_price + '
' + new_price + '

'; return html; } function taxPrice(tax_price) { html = 'Ex Tax: ' + tax_price + '
'; return html; } function getOtpChild() { $.ajax({ type: 'GET', url: 'index.php?route=product/product/getotpchildvalues', data: { product_id: 214, child_option_id: $('#otp-option-1').attr('option'), parent_option_value_id: $('#otp-option-0').val(), mode: $('#otp-option-1').attr('mode') }, success: function(data) { $('.otp-option-1-wrap').show(); if ($('#otp-option-1').attr('mode') == 'select') { $('#otp-option-1').html(data); } else { $('.otp-option-1').html(data); } } }); $('.options .error').remove(); $('#otp-option-1').val(''); } function getOtpGrandchild() { $.ajax({ type: 'GET', url: 'index.php?route=product/product/getotpgrandchildvalues', data: { product_id: 214, grandchild_option_id: $('#otp-option-2').attr('option'), parent_option_value_id: $('#otp-option-0').val(), child_option_value_id: $('#otp-option-1').val(), mode: $('#otp-option-2').attr('mode') }, success: function(data) { $('.otp-option-2-wrap').show(); if ($('#otp-option-2').attr('mode') == 'select') { $('#otp-option-2').html(data); } else { $('.otp-option-2').html(data); } } }); $('.options .error').remove(); $('#otp-option-2').val(''); } function getOtpData(pov_id, cov_id, gov_id) { $('.options .error').remove(); $('#button-cart').addClass('inactive'); $.ajax({ type: 'GET', dataType: 'json', url: 'index.php?route=product/product/getotp', data: { product_id: 214, parent_option_value_id: pov_id, child_option_value_id: cov_id, grandchild_option_value_id: gov_id }, success: function(data){ if (data) { $('#otp').val(data.id); $('#button-cart').removeClass('inactive'); $('#otp_default').attr('stock', data.quantity); $('#otp_default').attr('out-of-stock', data.out_of_stock); checkAvailability(); otp_price = 'Price: '; if (data.price != 0 || data.special != 0) { if (data.price != 0) { if (data.special != 0) { otp_price += specialPrice(data.price, data.special); } else if ($('#otp_default').attr('special') != '0') { otp_price += specialPrice(data.price, $('#otp_default').attr('special')); } else { otp_price += standardPrice(data.price); } } else if (data.special != 0) { otp_price += specialPrice($('#otp_default').attr('price'), data.special); } if (data.tax != 0) { otp_price += taxPrice(data.tax); } } else { if ($('#otp_default').attr('special') != '0') { otp_price += specialPrice($('#otp_default').attr('price'), $('#otp_default').attr('special')); } else { otp_price += standardPrice($('#otp_default').attr('price')); } } $('.product-info .price').html(otp_price); if (data.model != '') { $('#otp-model').html(data.model); } else { $('#otp-model').html($('#otp_default').attr('model')); } if (data.extra != '') { $('#otp-extra').html(data.extra); } else { $('#otp-extra').html(''); } $('#otp-stock').html(data.stock); } } }); } $('#otp-option-0').on('change', function(){ if ($(this).val() != '') { getOtpData($('#otp-option-0').val(), 0, 0); } else { revertData(); } }); $('.otp-option-0').on('click', 'li', function(){ if (!$(this).hasClass('selected')) { $('.otp-option-0 > li').removeClass('selected'); $(this).addClass('selected'); $('#otp-option-0').val($(this).attr('value')); getOtpData($('#otp-option-0').val(), 0, 0); } });
Qty: - +
   - OR -   

Electroformed fine wire mesh Nickel sheets are manufactured by a plating process that creates a fine, high quality mesh.  Nickel wire cloth is corrosion resistant and suitable for alkaline fuel cells.

Features:

• 99.98% pure nickel
• 0.002" thick

Mesh Size Open. Width (microns) Open Area Wire Dia. Open Width
70 x 70 345 90% 0.00073" 0.01355"
80 x 80 284 80% 0.00132" 0.01118"

Mesh Size - the number of openings within a linear inch of the wire cloth
Wire Diameter - indicates the thickness of the wire
Opening Width - refers to the actual open space between parallel wires

Write a review


Your Name:


Your Review: Note: HTML is not translated!

Rating: Bad           Good

Enter the code in the box below:




'); $('.warning').fadeIn('slow'); $('html, body').animate({ scrollTop: 0 }, 'slow'); } if (json['error']['maximum']) { $('#notification').html(''); $('.warning').fadeIn('slow'); $('html, body').animate({ scrollTop: 0 }, 'slow'); } for (i in json['error']) { $('#option-' + i).after('' + json['error'][i] + ''); } } if (json['error']) { if (json['error']['option']) { for (i in json['error']['option']) { $('#option-' + i).after('' + json['error']['option'][i] + ''); } } } if (json['success']) { $('#notification').html(''); $('.success').fadeIn('slow'); $('#cart-total').html(json['total']); $('html, body').animate({ scrollTop: 0 }, 'slow'); } } }); }); //-->