Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PRINERGY and version 9.0

...

Sv translation
languagees

En lo casos en los que suponer que la dilatación del papel es lineal en todo el papel no resulte práctico, puede crearse un perfil de dilatación del papel no lineal para capturar los desplazamientos reales con respecto a la separación base.

Este tema proporciona ejemplos de perfiles de dilatación del papel no lineal para las distorsiones que se producen en la bobina o a lo ancho y en torno al tambor.

Ejemplo 1: Perfil de dilatación del papel no lineal a lo ancho de la bobina

Este ejemplo de perfil de dilatación del papel utiliza las mismas medidas de desplazamiento incluidas en la Tabla 1: Desplazamientos a partir de la separación amarilla a lo ancho de la cuadrícula. Utiliza la torre de planchas 1 para la separación de negro, la torre de planchas 2 para la separación de cian y la torre de plancha 3 para la separación de magenta.

<?xml version=1.0 encoding=UTF-8?>
<!DOCTYPE profile SYSTEM WebGrowthProfile.dtd>
<perfil>
<measurePosition x = 1 y = 1 unit = mm />
<measureShift x = 1 y = 1 unit = mm />
<plate tower=1 side=U>
<xshift x= -886.8 dx= -1.38 />
<xshift x= -584.0 dx= -.82 />
<xshift x= -252,0 dx= -0,36 />
<xshift x= -12,7 dx= 0,10 />
<xshift x= 12,7 dx= 0,13 />
<xshift x= 315,5 dx= 0,64 />
<xshift x= 584,0 dx= 0,95 />
<xshift x= 886,8 dx= 1,40 />
</plancha>
<plate tower=2 side=U>
<xshift x= -886.8 dx= -1,04 />
<xshift x= -584.0 dx= -0,66 />
<xshift x= -252,0 dx= -0,36 />
<xshift x= -12,7 dx= 0,10 />
<xshift x= 12,7 dx= 0,10 />
<xshift x= 315,5 dx= 0,30 />
<xshift x= 584,0 dx= 0,46 />
<xshift x= 886,8 dx= 0,78 />
</plancha>
<plate tower=3 side=U>
<xshift x= -886,8 dx= -0,52 />
<xshift x= -584.0 dx= -0,30 />
<xshift x= -252,0 dx= -0,08 />
<xshift x= -12,7 dx= 0,10 />
<xshift x= 12,7 dx= 0,08 />
<xshift x= 315,5 dx= 0,12 />
<xshift x= 584,0 dx= 0,23 />
<xshift x= 886,8 dx= 0,40 />
</plancha>
</perfil>

Tenga en cuenta que el elemento xshift tiene dos atributos: x, que es la distancia horizontal del ancho de la bobina, y dx, que es el desplazamiento con respecto a la separación base.
El perfil especifica además el modo en que se espacian las mediciones a lo largo de la plancha mediante el elemento measurePosition; a su vez, el elemento measureShift especifica las unidades utilizadas en la medición del desplazamiento.

Ejemplo 2: Perfil de dilatación del papel no lineal (a lo ancho y en torno al tambor)

En este ejemplo, las mediciones se toman a lo ancho del tambor (en el eje X) y en torno al tambor (en el eje Y). A lo ancho del tambor, se toman mediciones cada 8 pulgadas y los desplazamientos se miden en incrementos de un milímetro:

<measurePosition x = 8 unit = inch />
<measureShift x = 1 unit = mm />

El origen X (la medición a lo ancho del tambor) se encuentra en el centro de la plancha de manera que las coordenadas X de la izquierda son negativas y, las de la derecha, positivas. Si la plancha es de 44" de ancho y la primera medida es de 2" in desde la esquina izquierda, esta coordenada situada más a la izquierda será de (44/2 - 2) / 8 = -2,5. Dado que las mediciones están espaciadas por measurePosition, tendrán las coordenadas x -2,5, -1,5, -0,5, 0,5, 1,5 y 2,5. El desplazamiento, dx, es sencillamente la diferencia medida entre una posición de elemento de la separación base y la separación actual.

El origen Y (la medición en torno al tambor) se encuentra en el borde de entrada de la plancha de manera que las coordenadas Y empiezan desde 0 y son siempre positivas. A excepción de esta diferencia, el concepto es el mismo que el de las mediciones a lo ancho del tambor. El elemento yshift tiene dos atributos, y y dy, que especifican respectivamente el desplazamiento Y y el desplazamiento en la dirección Y. A continuación, se muestra un ejemplo de perfil de dilatación del papel con dilatación del papel no lineal tanto en la dirección X como en la dirección Y:

<?xml version=1.0 encoding=UTF-8?>
<!DOCTYPE profile SYSTEM WebGrowthProfile.dtd>
<perfil>
<measurePosition x = 8 y = 2 unit = inch />
<measureShift x = 1 y = 1 unit = mm />
<plate tower=1 side=U>
<xshift x= -2,5 dx= -1,584 />
<xshift x= -1,5 dx= -0,720 />
<xshift x= -.5 dx= -1.544 />
<xshift x= 0,5 dx= 0,288 />
<xshift x= 1,5 dx= 1,288 />
<xshift x= 2,5 dx= 1,578 />
<yshift y= 0,5 dy= -3,288 />
<yshift y= 1.5 dy= 0 />
<yshift y= 2,5 dy= -2,578 />
<yshift y= 3,5 dy= -4 />
<yshift y= 4,5 dy= -2 />
<yshift y= 5,5 dy= 0 />
<yshift y= 6,5 dy= -2 />
<yshift y= 7,5 dy= 0 />
</plancha>
</perfil>

Sv translation
languageit

In cases where it is not practical to assume that the web growth is linear across the paper, a nonlinear web growth profile can be created to capture the actual displacements from the base separation.

This topic provides nonlinear web growth profile examples for distortions occurring either across the web or across and around the drum.

Example 1: Nonlinear web growth profile-across the web

This web growth profile example uses the same displacement measurements as in Table 1: Displacements from the yellow separation across a grid (see Calculating web growth). It uses plate tower 1 for the black separation, plate tower 2 for the cyan separation, and plate tower 3 for the magenta separation.

<?xml version=1.0 encoding=UTF-8?>
<!DOCTYPE profile SYSTEM WebGrowthProfile.dtd>
<profile>
<measurePosition x = 1 y = 1 unit = mm />
<measureShift x = 1 y = 1 unit = mm />
<plate tower=1 side=U>
<xshift x= -886.8 dx= -1.38 />
<xshift x= -584.0 dx= -.82 />
<xshift x= -252.0 dx= -.36 />
<xshift x= -12.7 dx= .10 />
<xshift x= 12.7 dx= .13 />
<xshift x= 315.5 dx= .64 />
<xshift x= 584.0 dx= .95 />
<xshift x= 886.8 dx= 1.40 />
</plate>
<plate tower=2 side=U>
<xshift x= -886.8 dx= -1.04 />
<xshift x= -584.0 dx= -.66 />
<xshift x= -252.0 dx= -.36 />
<xshift x= -12.7 dx= .10 />
<xshift x= 12.7 dx= .10 />
<xshift x= 315.5 dx= .30 />
<xshift x= 584.0 dx= .46 />
<xshift x= 886.8 dx= .78 />
</plate>
<plate tower=3 side=U>
<xshift x= -886.8 dx= -.52 />
<xshift x= -584.0 dx= -.30 />
<xshift x= -252.0 dx= -.08 />
<xshift x= -12.7 dx= .10 />
<xshift x= 12.7 dx= .08 />
<xshift x= 315.5 dx= .12 />
<xshift x= 584.0 dx= .23 />
<xshift x= 886.8 dx= .40 />
</plate>
</profile>

Note that the xshift element has two attributes: x, which is the horizontal distance across the web, and dx, which is the displacement from the base separation.
The profile also specifies how the measurements are spaced along the plate with the measurePosition element, and the measureShift element specifies the units used for the displacement measurements themselves.


Example 2: Nonlinear web growth profile (across and around the drum)

In this example, measurements are made across the drum (on the x axis), and around the drum (on the y axis). Across the drum, measurements are made every 8 inches and displacements are measured in 1-millimeter increments:

<measurePosition x = 8 unit = inch />
<measureShift x = 1 unit = mm />

The x origin (the across-the-drum measurement) is at the centre of the plate, and so the left-hand x coordinates are negative, and the right-hand coordinates are positive. If the plate is 44 wide, and the first measurement is 2 in from the left edge, this left-most x coordinate will be (44/2 - 2) / 8 = -2.5. Because the measurements are spaced by measurePosition, they will have the x coordinates -2.5, -1.5, -0.5, 0.5, 1.5, and 2.5. The displacement, dx, is simply the measured difference between a feature position in the base separation and the current separation.
The y origin (the around-the-drum measurement) is at the plate's leading edge, and so the y coordinates start from 0 and are always positive, but otherwise, the concept is the same as the across-the-drum measurements. The yshift element has two attributes, y and dy, which specify the y offset and the displacement in the y direction respectively. An example web growth profile with nonlinear web growth in both the x and y directions is shown below:

<?xml version=1.0 encoding=UTF-8?>
<!DOCTYPE profile SYSTEM WebGrowthProfile.dtd>
<profile>
<measurePosition x = 8 y = 2 unit = inch />
<measureShift x = 1 y = 1 unit = mm />
<plate tower=1 side=U>
<xshift x= -2.5 dx= -1.584 />
<xshift x= -1.5 dx= -.720 />
<xshift x= -.5 dx= -1.544 />
<xshift x= .5 dx= .288 />
<xshift x= 1.5 dx= 1.288 />
<xshift x= 2.5 dx= 1.578 />
<yshift y= .5 dy= -3.288 />
<yshift y= 1.5 dy= 0 />
<yshift y= 2.5 dy= -2.578 />
<yshift y= 3.5 dy= -4 />
<yshift y= 4.5 dy= -2 />
<yshift y= 5.5 dy= 0 />
<yshift y= 6.5 dy= -2 />
<yshift y= 7.5 dy= 0 />
</plate>
</profile>