window.ecomNormaScripts = window.ecomNormaScripts || (function () {
/* =====================================
PROPIEDADES PRIVADAS
===================================== */
const privateProps = window.ecomNormaScripts?.privateProps || {
//test1: {},
//test2: 0
};
/* =====================================
INICIALIZACIÓN DE PROPERTIES PRIVADAS
===================================== */
(function initPrivateProps() {
/* privateProps.test1 = {
test11: "",
test111: {
test1112: "00,00",
test1113: "€",
test1114: "00",
test1115: "000-00-000",
test1116: "0000",
test1117: "000"
},
test2: ""
};*/
})();
/* =====================================
PROPIEDADES PÚBLICAS
===================================== */
const publicProps = {
funcsEcomGlobalScripts: null,
propsEcomGlobalScripts: null,
isDebug: false
};
/* =====================================
INICIALIZACIÓN DE PROPERTIES PÚBLICAS
===================================== */
(function initPublicProps() {
//publicProps.TEST1 = "";
//publicProps.TEST2 = 0;
})();
/* =====================================
FUNCIONES PÚBLICAS
===================================== */
//En functions declaramos la functions publicas
const functions = {};
functions.init = async function () {
await _initPublicProps();
await _DOMContentLoaded();
};
/* =====================================
FUNCIONES PRIVADAS
===================================== */
const _initPublicProps = async function() {
// Obtener referencias de ecomGlobalScripts
publicProps.funcsEcomGlobalScripts = window.ecomGlobalScripts?.functions || {};
publicProps.propsEcomGlobalScripts = window.ecomGlobalScripts?.properties || {};
// Configurar debug
publicProps.isDebug = (false || publicProps.propsEcomGlobalScripts?.isDebug) ?? false;
// Asegurar que querySelectors existe (crearlo si no existe)
publicProps.propsEcomGlobalScripts.querySelectors ??= {};
// Agregar las propiedades querySelectors
publicProps.propsEcomGlobalScripts.querySelectors.rootSelector = "#ecom-norma-detail-normas-referenced .standards-section";
};
const _DOMContentLoaded = async function () {
//Se llama desde [dxp-ecom-portal/misc/adt/tienda/Detalle producto/ECOM-Global-Scripts.ftl] desde: document.addEventListener("DOMContentLoaded")
if (publicProps.isDebug) console.log("DOMContentLoaded ecom Norma scripts");
window.ecomGlobalScripts?.functions?.pushViewItemEvent?.({
name: "DIN EN ISO 16610-20:2015-12",
id: "235198983",
category: "Normas DIN"
});
};
// ---- Execute Listener DOMContentLoaded ----
document.addEventListener("DOMContentLoaded", async function() {
//Se llama desde [dxp-ecom-portal/misc/adt/tienda/Detalle producto/ECOM-Global-Scripts.ftl] desde: document.addEventListener("DOMContentLoaded")
//await _DOMContentLoaded();
});
/* =====================================
API PÚBLICA
===================================== */
return {
properties: publicProps, // properties public
functions: functions // functions public
};
})();
DIN EN ISO 16610-20:2015-12
Geometrical product specifications (GPS) - Filtration - Part 20: Linear profile filters: Basic concepts (ISO 16610-20:2015); German version EN ISO 16610-20:2015
| Fecha edición: |
2015-12-01
En Vigor
|
|---|---|
| Idiomas disponibles: | Inglés, Alemán |
| Resumen: | This part of ISO 16610 describes the basic concepts of linear profile filters. |
| Keywords: | Calipers|Checks|Coordinate measuring machines|Coordinate metrology|Cut-off wavelength|Data acquisition|Definitions|Dimensional measurement|Equations|Filtering|Filters|Geometrical product specification|Geometry|GPS|Keys|Linear measurement|Mathematical models|Measurement|Measuring instruments|Metrology|Models|Patterns|Pick-ups|Product specifications|Profile filters|Profilometers|Roughness profile|Scanners|Scanning|Size|Size measurement|Surface roughness|Test equipment|Testing|Transfer functions |
| ICS: | 17.040.40 - Especificación geométrica de productos (GPS) |
| CTN: | |
|
Equivalencia Internacional |
Idéntica EN ISO 16610-20:2015 Idéntica ISO 16610-20:2015 |
|
Reemplazo Normas |
Reemplaza a DIN EN ISO 16610-20:2012-10 |










