Input the internal diameter (ID) and/or cross section (CS) to find the nearest standard sizes available from PPE.
The sizes below do not incur a tooling charge when combined with the following selected PPE materials:
N73B, E70Q, E70V, S50R, S71U, V74C, V75J,
Detectaseal® XN7A & XE7A,
Perlast® G74S, G75B, G75D, G75M, G80A, G80D & G92E.
Download material list.
| ID (mm) |
ID Tol (mm) |
CS (mm) |
CS Tol (mm) |
Standard |
| No value added yet |
$sql = "SELECT COUNT(Standard) FROM agK7O_orings WHERE ID_mm BETWEEN round((%f)*0.9,2) AND round((%f)*1.1,2)";
$total = $wpdb->get_var( $wpdb->prepare( $sql, array($ID_mm,$ID_mm) ) );
//var_dump($total);
$num_of_pages = ceil( $total / $limit );
$page_links = paginate_links( array(
'base' => add_query_arg( 'pagenum', '%#%' ),
'format' => '',
'mid_size' => 1,
'end_size' => 0,
'prev_text' => __( '
' ),
'next_text' => __( '
' ),
'total' => $num_of_pages,
'current' => $pagenum
) );
if ( $page_links ) {
echo '';
} ?>