Page tree

No Translation available yet

You have Chinese selected as language but this page has not been translated yet. Translate the page or view the content in the default space language below.

Display default

如果假设纸张横向的轮转机延伸误差为线性误差是不切实际的,则可以创建非线性轮转机延伸误差描述文件来捕获相对于基本色版的实际位移。

本主题提供了在下列方向发生的变形的非线性轮转机延伸误差描述文件示例:

  • 轮转机横向
  • 在成像鼓的横向和周向

示例 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 元素则指定了位移测量本身所使用的单位。

示例 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>

 

  • No labels