Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.

...

Sv translation
languagezh

如果假设纸张横向的轮转机延伸误差为线性误差是不切实际的,则可以创建非线性轮转机延伸误差描述文件来捕获相对于基本色版的实际位移。
本主题提供了在下列方向发生的变形的非线性轮转机延伸误差描述文件示例:

  • Anchor
    Bookmark441_concept4707__ul_44B18E7EF25D
    Bookmark441_concept4707__ul_44B18E7EF25D
    Anchor
    Bookmark441_concept4707__li_57D0D2FE7F08
    Bookmark441_concept4707__li_57D0D2FE7F08
    轮转机横向
  • Anchor
    Bookmark441_concept4707__li_EE66338E6EA5
    Bookmark441_concept4707__li_EE66338E6EA5
    在成像鼓的横向和周向

Anchor
Bookmark441_concept4707__section_1D6118A
Bookmark441_concept4707__section_1D6118A
示例 1:非线性轮转机延伸误差描述文件 - 在轮转机的横向
此轮转机延伸误差描述文件示例使用的位移测量方法与表 1 中相同:相对于黄版横移一个网格的位移量。黑版使用印版轮转色组 1,青版使用印版轮转色组 2,品红版使用印版轮转色组 3。
<?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>
请注意,xshift 元素有两个属性:x 表示轮转机横向上的水平距离;dx 表示相对于基本色版的位移量。
描述文件还使用 measurePosition 元素指定了如何沿印版方向间隔测量,measureShift 元素则指定了位移测量本身所使用的单位。
Anchor
Bookmark441_concept4707__section_330821F
Bookmark441_concept4707__section_330821F
示例 2:非线性轮转机延伸误差描述文件(在成像鼓的横向和周向)
在本例中,分别沿成像鼓的横向(在 x 轴上)和周向(在 y 轴上)进行测量。在成像鼓的横向,每 8 英寸测量一次,偏移以 1 毫米增量测量:
< measurePosition x = "8" unit = "inch" />
<measureShift x = "1" unit = "mm" />
x 方向的原点(沿成像鼓的横向测量)位于印版中心,因此左边的 x 坐标为负值,右边的坐标为正值。如果印版的宽度为 44",并且第一次测量值为距离左边界 2",则其最左边的 x 坐标将是 (44/2 - 2) / 8 = -2.5。因为测量是以 measurePosition 为间隔,所以测量值将具有下列 x 坐标:-2.5、-1.5、-0.5、0.5、1.5 和 2.5。位移量 dx 是在基本色版中的某个特征位置和"当前"色版之间测得的差值。
y 方向的原点(沿成像鼓的周向测量)位于印版的前缘,因此 y 坐标从 0 开始并始终为正值,但在另一方面,其概念与沿成像鼓横向测量的概念相同。yshift 元素有两个属性:y 和 dy,分别指定了 y 方向的偏移量和 y 方向的位移量。下面显示了一个 x 和 y 方向上具有非线性轮转机延伸误差的轮转机延伸误差描述文件示例:
<?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>

Sv translation
languagede

In Fällen, in denen nicht angenommen werden kann, dass die Ausdehnung auf dem Papier linear ist, kann ein nicht lineares Papierausdehnungsprofil erstellt werden, um die tatsächlichen Verschiebungen vom Basisauszug zu erfassen.
Dieses Thema enthält nicht lineare Beispiel-Ausdehnungsprofile für folgende Verzerrungstypen:

  • Anchor
    Bookmark343_concept4707__ul_44B18E7EF25D
    Bookmark343_concept4707__ul_44B18E7EF25D
    Anchor
    Bookmark343_concept4707__li_57D0D2FE7F08
    Bookmark343_concept4707__li_57D0D2FE7F08
    In Bahnrichtung
  • Anchor
    Bookmark343_concept4707__li_EE66338E6EA5
    Bookmark343_concept4707__li_EE66338E6EA5
    In Achsen- und Umfangsrichtung der Trommel

Anchor
Bookmark343_concept4707__section_1D6118A
Bookmark343_concept4707__section_1D6118A
Beispiel 1: Nicht lineares Papierausdehnungsprofil – in Bahnrichtung
Dieses Beispiel-Papierausdehnungsprofil verwendet die Verschiebungsmaße in Tabelle 1: Verschiebungen vom Gelbauszug über ein Raster. Es verwendet Plattenfarbstation 1 für den Schwarzauszug, Plattenfarbstation 2 für den Cyanauszug und Plattenfarbstation 3 für den Magentaauszug.
<?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>
Beachten Sie, dass dem Element „xshift" zwei Attribute zugeordnet sind: der horizontale Abstand in Bahnrichtung („x") und die Verschiebung vom Basisauszug („dx").
Das Profil definiert zudem mit dem Element „measurePosition" die Abstände, in denen die Messungen entlang der Platte erfolgen, und das Element „measureShift" gibt die für Verschiebungsmessungen selbst verwendeten Einheiten an.
Anchor
Bookmark343_concept4707__section_330821F
Bookmark343_concept4707__section_330821F
Beispiel 2: Nicht lineares Papierausdehnungsprofil – in Achsen- und Umfangsrichtung der Trommel
In diesem Beispiel werden Messungen in Achsenrichtung (auf der x-Achse) und in Umfangsrichtung (auf der y-Achse) der Trommel vorgenommen. In der Achsenrichtung der Trommel erfolgen die Messungen in Abständen von jeweils 8 Zoll, und Verschiebungen werden in Schritten von 1 mm gemessen.
< measurePosition x = "8" unit = "inch" />
<measureShift x = "1" unit = "mm" />
Der x-Nullpunkt (Messung in Achsenrichtung der Trommel) befindet sich am Mittelpunkt der Platte. Somit sind die x-Koordinaten auf der linken Seite vom Nullpunkt negativ, und die Koordinaten auf der rechten Seite sind positiv. Wenn die Platte 44 Zoll breit ist, und die erste Messung 2 Zoll vom linken Rand entfernt stattfindet, ist die äußerste linke x-Koordinate (44/2 - 2) / 8 = -2,5. Da die Messungen in den durch „measurePosition" vorgegebenen Abständen erfolgen, lauten die x-Koordinaten -2,5, -1,5, -0,5, 0,5, 1,5 und 2,5. Die Verschiebung dx wird einfach anhand der Differenz zwischen einer Elementposition im Basisauszug und dem „aktuellen" Auszug gemessen.
Der y-Nullpunkt (Messung in Umfangsrichtung der Trommel) befindet sich an der Vorderkante der Platte. Die y-Koordinaten beginnen somit bei 0 und sind immer positiv. Ansonsten ist das Prinzip mit dem der Messungen in Achsenrichtung der Trommel identisch. Dem Element „yshift" sind zwei Attribute zugeordnet: „y" für den y-Versatz und „dy" für die Verschiebung in y-Richtung. Ein Beispiel-Ausdehnungsprofil mit nicht linearer Ausdehnung in x- und y-Richtung sehen Sie im Folgenden:
<?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>