').appendTo(ul); } else { return $("
  • ") .data("ui-autocomplete-item", item) .append(item.id == 10 ? "" + item.label + "" + item.title + "" : (item.id == 20 ? "" + item.sku + "" + (item.label == null ? '' : item.label) + "" : "" + item.label + "")) .appendTo(ul); } }; $('body').scroll(function () { $('.ui-autocomplete').css({ 'display': 'none' }); }); //Trigger btnSearch click on enter keypress jQuery('#globalSearch').keypress(function (e) { var key = e.which; if (key == 13) // the enter key code { jQuery('#btnSearch').click(); return false; } }); ////Show Recent Search when Search Box gets focus /////Commented predictive search as ISH was not able to complete it(as per mail subject"work items for today" 26-sep-2016) //jQuery("#globalSearch").focus(function () { // var _searchText = jQuery("#globalSearch").val(); // if (_searchText.trim() != "" && jQuery("#globalSearch").val().length > 2) { // if (_searchText.toLowerCase() != jQuery("#hdnSearchKeyWord").val().toLowerCase()) { // SuggestiveSearch(_searchText); // } // } // else { // showRecentSearchByCookie(_searchText); // } //}); //jQuery('#globalSearch').keyup(function (e) { // // jQuery('#globalSearch').on('input', function () { // var code = (e.keyCode ? e.keyCode : e.which); // if (code != 40 && code != 38) { // var _searchText = jQuery("#globalSearch").val().trim(); // if (_searchText != "" && jQuery("#globalSearch").val().length > 2) { // SuggestiveSearch(_searchText); // } else { // showRecentSearchByCookie(_searchText); // } // } //}); ///// function CheckCdnCountryCode(_searchText) { var obj = {}; obj.CountryCode = jQuery('#countryCodeSearchCDN').val(); jQuery.ajax({ type: 'POST', url: '/Components/Service/CountryRegionLocation.asmx/GetLocationQueryString', data: JSON.stringify(obj), async: false, contentType: 'application/json; charset=utf-8', dataType: 'json', success: function (response) { var location = response.d; if (location != "") { window.location.href = URLHelper.GetTrainingSearchURL(UrlLocale, _searchText) + "&" + location; } else { window.location.href = URLHelper.GetTrainingSearchURL(UrlLocale, _searchText); } }, error: function (xmlHttpRequest, textStatus, errorThrown) { console.log("responseText: " + xmlHttpRequest.responseText); console.log("textStatus: " + textStatus); console.log("errorThrown: " + errorThrown); } }); } /* Suggestive Search */ function SuggestiveSearch(_searchText) { var categoryUrl = '/en-au/Categories/'; var subCategoryUrl = '/en-au/Categories/'; var publisherUrl = '/en-au/Search/Standard/'; var trainingUrl = '/en-au/Trainings/'; var standardUrl = '/en-au/Standards/'; var urlLangPrefix = 'en-us'; var _searchType = jQuery('.prettyradio .checked').siblings('input[name="search-option"]:first').val(); //alert(_searchType); //If search type is 'LEGISLATION', we don't need to perform suggestive search. //if (typeof (_searchType) !== "undefined" && _searchType.toLowerCase() !== 'legislation') { if (typeof (_searchType) !== "undefined") { jQuery.ajax({ type: 'POST', url: "/Components/Service/SearchService.asmx/GetSuggestiveSearch", data: { "keyword": _searchText, "searchType": _searchType }, success: function (result) { jQuery("#ulRecentSearch").empty(); jQuery("#hdnSearchKeyWord").val(_searchText); result = jQuery.parseJSON(result); if (result.length > 0) { var _liCat = ""; var _liSubCat = ""; var _liProduct = ""; var _liPublisher = ''; jQuery.each(result, function (index, value) { if (value.Type == 'CATEGORY') { if (value.CategoryId != "" && value.ProductFamily != "") { if (value.ProductFamily == "STANDARDS") { _liCat = _liCat + '
  • Browse in ' + value.Text + '
  • '; } else if (value.ProductFamily == "TRAININGS") { _liCat = _liCat + '
  • Browse in ' + value.Text + '
  • '; } } } else if (value.Type == 'SUBCATEGORY') { _liSubCat = _liSubCat + '
  • ' + value.Text + ' &nbspin&nbsp' + value.Category + '
  • '; } else if (value.Type == 'STANDARD') { if (value.VariationId == "True") { _liProduct = _liProduct + '
  • ' + value.Text + '
  • '; } else { _liProduct = _liProduct + '
  • ' + value.Text + '
  • '; } } else if (value.Type == 'TRAINING') { if (value.VariationId == "True") { _liProduct = _liProduct + '
  • ' + value.Text + '
  • '; } else { _liProduct = _liProduct + '
  • ' + value.Text + '
  • '; } } else if (value.Type == 'PUBLISHER') { _liPublisher = _liPublisher + '
  • ' + value.Text + '&nbsp-&nbsp' + value.Type + '
  • '; } }); if (_liPublisher.trim() != "") { _liPublisher = _liPublisher + "
    "; } if (_liCat.trim() != "") { _liCat = _liCat + "
    "; } if (_liSubCat.trim() != "") { _liSubCat = _liSubCat + "
    "; } var _ul = _liPublisher + _liCat + _liSubCat + _liProduct; jQuery("#ulRecentSearch").addClass("search-border"); jQuery("#ulRecentSearch").append(_ul); jQuery('#searchResult').show(); } else { jQuery("#ulRecentSearch").removeClass("search-border"); jQuery('#searchResult').hide(); } }, failure: function (error) { } }); } } function showRecentSearchByCookie(_searchText) { jQuery('#ulRecentSearch').empty(); jQuery("#ulRecentSearch").removeClass("search-border"); var _li = '
  • Recent searches
  • '; if (String(_searchText).trim() == "" || jQuery("#globalSearch").val().length == 0) { var _cookieContent = readCookie("Infostore_globalSearch"); if (_cookieContent != null && _cookieContent != "") { var _recentSearches = String(_cookieContent).split("|", recentSearchLimit); jQuery.each(_recentSearches, function (index, value) { _li = _li + '
  • ' + value + '
  • '; }); } else { // _li = _li + "
  • No recent searches done
  • "; } jQuery("#ulRecentSearch").append(_li); jQuery('#searchResult').show(); } else { jQuery("#ulRecentSearch").append(_li); jQuery('#searchResult').hide(); } } jQuery('input[type="password"],[type="text"]').on("focusout keyup", function (e) { if (jQuery(this).val().toLowerCase().indexOf("
    Please enter a keyword to search
    Search within
    • API std 602 : 2015

      View Superseded By
      Superseded A superseded Standard is one, which is fully replaced by another Standard, which is a new edition of the same Standard.
      Add to Watchlist What is StandardsWatch?
      This Standard has been added successfully to your Watchlist.
      Please visit My Watchlist to see all standards that you are watching.
      You need to be logged in to add this standard to your Watchlist.
      Please log in now or create an account to add.
      We could not add this standard to your Watchlist.
      Please retry or contact support for assistance.
      We could not add this standard to your Watchlist.
      Please retry or contact support for assistance.
      You have already added this standard to your Watchlist.
      Visit My Watchlist to view the full list.

      GATE, GLOBE, AND CHECK VALVES FOR SIZES DN 100 (NPS 4) AND SMALLER FOR THE PETROLEUM AND NATURAL GAS INDUSTRIES

      Available format(s):  Hardcopy, PDF

      Superseded date:  02-22-2020

      Language(s): 

      Published date:  05-01-2015

      Publisher:  American Petroleum Institute

      Add To Cart

      add to cart

       Click for PDF (DRM) information

      • Publisher

        American Petroleum Institute
      • Category

      • Sub Category

      • Access your standards online with a subscription?

        • Simple online access to standards, technical information and regulations
        • Critical updates of standards and customizable alerts and notifications
        • Multi - user online standards collection: secure, flexible and cost effective

        Get in touch Subscription Solutions