Merge branch 'release/FixCimolaiOpcDisconnectedLost'
This commit is contained in:
@@ -9,9 +9,18 @@ namespace IOB_UT_NEXT
|
||||
{
|
||||
public class plcMemMapExt : plcMemMap
|
||||
{
|
||||
/// <summary>
|
||||
/// Dizionario parametri opzionali
|
||||
/// </summary>
|
||||
public Dictionary<string, string> optMemPar { get; set; } = new Dictionary<string, string>();
|
||||
/// <summary>
|
||||
/// Dizionario x decodifica file
|
||||
/// </summary>
|
||||
public Dictionary<string, int> fileDecod { get; set; } = new Dictionary<string, int>();
|
||||
/// <summary>
|
||||
/// Lista dei percorsi filepath attivi x gestioni IN/OUT varie
|
||||
/// </summary>
|
||||
public Dictionary<string, string> actPath { get; set; } = new Dictionary<string, string>();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -58,6 +58,7 @@ ENABLE_DYN_DATA=FALSE
|
||||
FORCE_DYN_DATA=TRUE
|
||||
ENABLE_DATA_FILTER=TRUE
|
||||
ENABLE_CLI_RESTART=TRUE
|
||||
MAX_ELAPSED_TIME_SEC=120
|
||||
MAX_TRY_PING=3
|
||||
DISABLE_SEND_WDST=TRUE
|
||||
FTP_SERVER=192.168.60.234
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
"keyProgName": "Path_01_CurrProg",
|
||||
"keyRunMode": "Path_01_RUN_MODE",
|
||||
"pingAsPowerOn": true,
|
||||
"condPowerOn":
|
||||
{
|
||||
"keyName": "POWER",
|
||||
"targetValue": "OK"
|
||||
},
|
||||
"emergencyArmedTrue": false,
|
||||
"condPowerOn": {
|
||||
"keyName": "POWER",
|
||||
"targetValue": "OK"
|
||||
},
|
||||
"condWork": [
|
||||
{
|
||||
"keyName": "Path_01_EXE_MODE",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"mMapWrite": { },
|
||||
"mMapWrite": {},
|
||||
"mMapRead": {
|
||||
"StatoMacchina": {
|
||||
"name": "StatoMacchina",
|
||||
@@ -304,6 +304,13 @@
|
||||
"VarInt2Translate": "40001,40007",
|
||||
"VarBit2Translate": "40003"
|
||||
},
|
||||
"actPath": {
|
||||
"recTempPath": "DATA/CONF/RECIPE/FIMAT",
|
||||
"recSentPath": "DATA/SENT",
|
||||
"recDestPath": "y:/",
|
||||
"ordExecPath": "Z:/",
|
||||
"ordArchPath": "DATA/RETURN"
|
||||
},
|
||||
"itemTranslation": {
|
||||
"40001_0": "Stato non aggiornato per mancanza comunicazione da computer",
|
||||
"40001_1": "Stato non aggiornato per mancanza comunicazione da PLC",
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>000</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10001</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.29</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 000</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>ULTRAPHO</ColourCode>
|
||||
<Description>ERE</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.295</PartsWeight>
|
||||
<PartsPerc>100.000</PartsPerc>
|
||||
<Weight-gr>2.950</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>A11</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10002</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.20</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG A11</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.110</PartsWeight>
|
||||
<PartsPerc>53.922</PartsPerc>
|
||||
<Weight-gr>1.100</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.066</PartsWeight>
|
||||
<PartsPerc>32.353</PartsPerc>
|
||||
<Weight-gr>0.660</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.027</PartsWeight>
|
||||
<PartsPerc>13.235</PartsPerc>
|
||||
<Weight-gr>0.270</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.001</PartsWeight>
|
||||
<PartsPerc>0.490</PartsPerc>
|
||||
<Weight-gr>0.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>002</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10003</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.12</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 002</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.109</PartsWeight>
|
||||
<PartsPerc>90.833</PartsPerc>
|
||||
<Weight-gr>1.090</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.002</PartsWeight>
|
||||
<PartsPerc>1.667</PartsPerc>
|
||||
<Weight-gr>0.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.009</PartsWeight>
|
||||
<PartsPerc>7.500</PartsPerc>
|
||||
<Weight-gr>0.090</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>022</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10004</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.04</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 022</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.000</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.027</PartsWeight>
|
||||
<PartsPerc>72.973</PartsPerc>
|
||||
<Weight-gr>0.270</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>13.514</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>13.514</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>023</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10005</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.04</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 023</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.000</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.031</PartsWeight>
|
||||
<PartsPerc>86.111</PartsPerc>
|
||||
<Weight-gr>0.310</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.004</PartsWeight>
|
||||
<PartsPerc>11.111</PartsPerc>
|
||||
<Weight-gr>0.040</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.001</PartsWeight>
|
||||
<PartsPerc>2.778</PartsPerc>
|
||||
<Weight-gr>0.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>003</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10006</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.11</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 003</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.087</PartsWeight>
|
||||
<PartsPerc>76.991</PartsPerc>
|
||||
<Weight-gr>0.870</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.014</PartsWeight>
|
||||
<PartsPerc>12.389</PartsPerc>
|
||||
<Weight-gr>0.140</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.012</PartsWeight>
|
||||
<PartsPerc>10.619</PartsPerc>
|
||||
<Weight-gr>0.120</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>031</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10007</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.13</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 031</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.102</PartsWeight>
|
||||
<PartsPerc>79.688</PartsPerc>
|
||||
<Weight-gr>1.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.014</PartsWeight>
|
||||
<PartsPerc>10.938</PartsPerc>
|
||||
<Weight-gr>0.140</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.012</PartsWeight>
|
||||
<PartsPerc>9.375</PartsPerc>
|
||||
<Weight-gr>0.120</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>004</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10008</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.12</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 004</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.082</PartsWeight>
|
||||
<PartsPerc>68.333</PartsPerc>
|
||||
<Weight-gr>0.820</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.025</PartsWeight>
|
||||
<PartsPerc>20.833</PartsPerc>
|
||||
<Weight-gr>0.250</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.013</PartsWeight>
|
||||
<PartsPerc>10.833</PartsPerc>
|
||||
<Weight-gr>0.130</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>005</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10009</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.29</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 005</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.254</PartsWeight>
|
||||
<PartsPerc>87.285</PartsPerc>
|
||||
<Weight-gr>2.540</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.008</PartsWeight>
|
||||
<PartsPerc>2.749</PartsPerc>
|
||||
<Weight-gr>0.080</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.002</PartsWeight>
|
||||
<PartsPerc>0.687</PartsPerc>
|
||||
<Weight-gr>0.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.002</PartsWeight>
|
||||
<PartsPerc>0.687</PartsPerc>
|
||||
<Weight-gr>0.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.025</PartsWeight>
|
||||
<PartsPerc>8.591</PartsPerc>
|
||||
<Weight-gr>0.250</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>014</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10010</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1>come flash 141</Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.04</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>come flash 141 PATAGONIA-SHANTUNG 014</Note1>
|
||||
<Note2>come flash 141</Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.000</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.021</PartsWeight>
|
||||
<PartsPerc>51.220</PartsPerc>
|
||||
<Weight-gr>0.210</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>COLANVIO</ColourCode>
|
||||
<Description>RL132</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.020</PartsWeight>
|
||||
<PartsPerc>48.780</PartsPerc>
|
||||
<Weight-gr>0.200</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>006</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10011</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.29</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 006</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.227</PartsWeight>
|
||||
<PartsPerc>78.547</PartsPerc>
|
||||
<Weight-gr>2.270</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.023</PartsWeight>
|
||||
<PartsPerc>7.958</PartsPerc>
|
||||
<Weight-gr>0.230</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.006</PartsWeight>
|
||||
<PartsPerc>2.076</PartsPerc>
|
||||
<Weight-gr>0.060</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.033</PartsWeight>
|
||||
<PartsPerc>11.419</PartsPerc>
|
||||
<Weight-gr>0.330</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>061</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10012</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.20</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 061</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.164</PartsWeight>
|
||||
<PartsPerc>83.249</PartsPerc>
|
||||
<Weight-gr>1.640</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.008</PartsWeight>
|
||||
<PartsPerc>4.061</PartsPerc>
|
||||
<Weight-gr>0.080</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.025</PartsWeight>
|
||||
<PartsPerc>12.690</PartsPerc>
|
||||
<Weight-gr>0.250</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>007</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10013</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.86</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 007</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.009</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.573</PartsWeight>
|
||||
<PartsPerc>66.861</PartsPerc>
|
||||
<Weight-gr>5.730</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.175</PartsWeight>
|
||||
<PartsPerc>20.420</PartsPerc>
|
||||
<Weight-gr>1.750</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.109</PartsWeight>
|
||||
<PartsPerc>12.719</PartsPerc>
|
||||
<Weight-gr>1.090</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>010</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10014</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.30</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 010</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.239</PartsWeight>
|
||||
<PartsPerc>79.667</PartsPerc>
|
||||
<Weight-gr>2.390</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.031</PartsWeight>
|
||||
<PartsPerc>10.333</PartsPerc>
|
||||
<Weight-gr>0.310</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.003</PartsWeight>
|
||||
<PartsPerc>1.000</PartsPerc>
|
||||
<Weight-gr>0.030</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.019</PartsWeight>
|
||||
<PartsPerc>6.333</PartsPerc>
|
||||
<Weight-gr>0.190</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.008</PartsWeight>
|
||||
<PartsPerc>2.667</PartsPerc>
|
||||
<Weight-gr>0.080</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>011</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10015</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.28</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 011</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.253</PartsWeight>
|
||||
<PartsPerc>91.007</PartsPerc>
|
||||
<Weight-gr>2.530</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.020</PartsWeight>
|
||||
<PartsPerc>7.194</PartsPerc>
|
||||
<Weight-gr>0.200</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>1.799</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>111</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10016</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.81</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 111</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.008</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.777</PartsWeight>
|
||||
<PartsPerc>95.572</PartsPerc>
|
||||
<Weight-gr>7.770</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.013</PartsWeight>
|
||||
<PartsPerc>1.599</PartsPerc>
|
||||
<Weight-gr>0.130</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.018</PartsWeight>
|
||||
<PartsPerc>2.214</PartsPerc>
|
||||
<Weight-gr>0.180</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>0.615</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN-FLASH</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>012</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10017</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1>come flash 132</Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.29</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>come flash 132 PATAGONIA-SHANTUNG 012</Note1>
|
||||
<Note2>come flash 132</Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.253</PartsWeight>
|
||||
<PartsPerc>88.153</PartsPerc>
|
||||
<Weight-gr>2.530</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.028</PartsWeight>
|
||||
<PartsPerc>9.756</PartsPerc>
|
||||
<Weight-gr>0.280</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.006</PartsWeight>
|
||||
<PartsPerc>2.091</PartsPerc>
|
||||
<Weight-gr>0.060</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>12B</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10018</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.09</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 12B</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.066</PartsWeight>
|
||||
<PartsPerc>72.527</PartsPerc>
|
||||
<Weight-gr>0.660</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.020</PartsWeight>
|
||||
<PartsPerc>21.978</PartsPerc>
|
||||
<Weight-gr>0.200</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>5.495</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>013</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10019</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.29</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 013</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.253</PartsWeight>
|
||||
<PartsPerc>86.644</PartsPerc>
|
||||
<Weight-gr>2.530</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.028</PartsWeight>
|
||||
<PartsPerc>9.589</PartsPerc>
|
||||
<Weight-gr>0.280</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.011</PartsWeight>
|
||||
<PartsPerc>3.767</PartsPerc>
|
||||
<Weight-gr>0.110</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>015</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10020</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.14</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 015</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.023</PartsWeight>
|
||||
<PartsPerc>16.429</PartsPerc>
|
||||
<Weight-gr>0.230</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.108</PartsWeight>
|
||||
<PartsPerc>77.143</PartsPerc>
|
||||
<Weight-gr>1.080</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.009</PartsWeight>
|
||||
<PartsPerc>6.429</PartsPerc>
|
||||
<Weight-gr>0.090</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>152</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10021</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.35</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 152</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.187</PartsWeight>
|
||||
<PartsPerc>53.736</PartsPerc>
|
||||
<Weight-gr>1.870</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.112</PartsWeight>
|
||||
<PartsPerc>32.184</PartsPerc>
|
||||
<Weight-gr>1.120</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.047</PartsWeight>
|
||||
<PartsPerc>13.506</PartsPerc>
|
||||
<Weight-gr>0.470</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.002</PartsWeight>
|
||||
<PartsPerc>0.575</PartsPerc>
|
||||
<Weight-gr>0.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>062</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10022</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.30</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 062</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.143</PartsWeight>
|
||||
<PartsPerc>47.667</PartsPerc>
|
||||
<Weight-gr>1.430</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.132</PartsWeight>
|
||||
<PartsPerc>44.000</PartsPerc>
|
||||
<Weight-gr>1.320</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.025</PartsWeight>
|
||||
<PartsPerc>8.333</PartsPerc>
|
||||
<Weight-gr>0.250</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN-FLASH</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>551</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10023</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1>come flash 053</Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.05</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>come flash 053 PATAGONIA-SHANTUNG 551</Note1>
|
||||
<Note2>come flash 053</Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.000</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.031</PartsWeight>
|
||||
<PartsPerc>67.391</PartsPerc>
|
||||
<Weight-gr>0.310</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.015</PartsWeight>
|
||||
<PartsPerc>32.609</PartsPerc>
|
||||
<Weight-gr>0.150</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>063</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10024</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.07</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 063</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.068</PartsWeight>
|
||||
<PartsPerc>93.151</PartsPerc>
|
||||
<Weight-gr>0.680</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>6.849</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>051</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10025</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.19</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 051</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.171</PartsWeight>
|
||||
<PartsPerc>87.692</PartsPerc>
|
||||
<Weight-gr>1.710</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>2.564</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.001</PartsWeight>
|
||||
<PartsPerc>0.513</PartsPerc>
|
||||
<Weight-gr>0.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.001</PartsWeight>
|
||||
<PartsPerc>0.513</PartsPerc>
|
||||
<Weight-gr>0.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.017</PartsWeight>
|
||||
<PartsPerc>8.718</PartsPerc>
|
||||
<Weight-gr>0.170</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>066</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10026</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.06</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 066</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.048</PartsWeight>
|
||||
<PartsPerc>80.000</PartsPerc>
|
||||
<Weight-gr>0.480</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.004</PartsWeight>
|
||||
<PartsPerc>6.667</PartsPerc>
|
||||
<Weight-gr>0.040</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.008</PartsWeight>
|
||||
<PartsPerc>13.333</PartsPerc>
|
||||
<Weight-gr>0.080</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>055</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10027</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.40</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 055</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.004</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.349</PartsWeight>
|
||||
<PartsPerc>88.354</PartsPerc>
|
||||
<Weight-gr>3.490</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.009</PartsWeight>
|
||||
<PartsPerc>2.278</PartsPerc>
|
||||
<Weight-gr>0.090</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.002</PartsWeight>
|
||||
<PartsPerc>0.506</PartsPerc>
|
||||
<Weight-gr>0.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.002</PartsWeight>
|
||||
<PartsPerc>0.506</PartsPerc>
|
||||
<Weight-gr>0.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.033</PartsWeight>
|
||||
<PartsPerc>8.354</PartsPerc>
|
||||
<Weight-gr>0.330</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>021</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10028</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.06</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 021</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.048</PartsWeight>
|
||||
<PartsPerc>84.211</PartsPerc>
|
||||
<Weight-gr>0.480</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>8.772</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.004</PartsWeight>
|
||||
<PartsPerc>7.018</PartsPerc>
|
||||
<Weight-gr>0.040</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>026</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10029</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.17</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 026</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.090</PartsWeight>
|
||||
<PartsPerc>54.545</PartsPerc>
|
||||
<Weight-gr>0.900</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.065</PartsWeight>
|
||||
<PartsPerc>39.394</PartsPerc>
|
||||
<Weight-gr>0.650</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.004</PartsWeight>
|
||||
<PartsPerc>2.424</PartsPerc>
|
||||
<Weight-gr>0.040</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.006</PartsWeight>
|
||||
<PartsPerc>3.636</PartsPerc>
|
||||
<Weight-gr>0.060</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>A00</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10030</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.88</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG A00</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.019</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>1.190</PartsWeight>
|
||||
<PartsPerc>63.433</PartsPerc>
|
||||
<Weight-gr>11.900</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.001</PartsWeight>
|
||||
<PartsPerc>0.053</PartsPerc>
|
||||
<Weight-gr>0.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.001</PartsWeight>
|
||||
<PartsPerc>0.053</PartsPerc>
|
||||
<Weight-gr>0.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>ULTRAPHO</ColourCode>
|
||||
<Description>ERE</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.684</PartsWeight>
|
||||
<PartsPerc>36.461</PartsPerc>
|
||||
<Weight-gr>6.840</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>118</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10031</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.24</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 118</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.178</PartsWeight>
|
||||
<PartsPerc>74.167</PartsPerc>
|
||||
<Weight-gr>1.780</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.004</PartsWeight>
|
||||
<PartsPerc>1.667</PartsPerc>
|
||||
<Weight-gr>0.040</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.020</PartsWeight>
|
||||
<PartsPerc>8.333</PartsPerc>
|
||||
<Weight-gr>0.200</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.034</PartsWeight>
|
||||
<PartsPerc>14.167</PartsPerc>
|
||||
<Weight-gr>0.340</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.004</PartsWeight>
|
||||
<PartsPerc>1.667</PartsPerc>
|
||||
<Weight-gr>0.040</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>121</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10032</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.12</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 121</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.119</PartsWeight>
|
||||
<PartsPerc>98.347</PartsPerc>
|
||||
<Weight-gr>1.190</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.002</PartsWeight>
|
||||
<PartsPerc>1.653</PartsPerc>
|
||||
<Weight-gr>0.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>141</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10033</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.02</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 141</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.000</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.009</PartsWeight>
|
||||
<PartsPerc>47.368</PartsPerc>
|
||||
<Weight-gr>0.090</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.001</PartsWeight>
|
||||
<PartsPerc>5.263</PartsPerc>
|
||||
<Weight-gr>0.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>COLANVIO</ColourCode>
|
||||
<Description>RL132</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.009</PartsWeight>
|
||||
<PartsPerc>47.368</PartsPerc>
|
||||
<Weight-gr>0.090</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>059</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10034</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.09</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 059</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.040</PartsWeight>
|
||||
<PartsPerc>43.956</PartsPerc>
|
||||
<Weight-gr>0.400</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.016</PartsWeight>
|
||||
<PartsPerc>17.582</PartsPerc>
|
||||
<Weight-gr>0.160</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.010</PartsWeight>
|
||||
<PartsPerc>10.989</PartsPerc>
|
||||
<Weight-gr>0.100</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.015</PartsWeight>
|
||||
<PartsPerc>16.484</PartsPerc>
|
||||
<Weight-gr>0.150</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.010</PartsWeight>
|
||||
<PartsPerc>10.989</PartsPerc>
|
||||
<Weight-gr>0.100</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>058</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10035</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.11</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 058</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.037</PartsWeight>
|
||||
<PartsPerc>33.333</PartsPerc>
|
||||
<Weight-gr>0.370</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.020</PartsWeight>
|
||||
<PartsPerc>18.018</PartsPerc>
|
||||
<Weight-gr>0.200</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.031</PartsWeight>
|
||||
<PartsPerc>27.928</PartsPerc>
|
||||
<Weight-gr>0.310</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.023</PartsWeight>
|
||||
<PartsPerc>20.721</PartsPerc>
|
||||
<Weight-gr>0.230</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>151</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10036</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.45</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 151</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.004</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.149</PartsWeight>
|
||||
<PartsPerc>33.333</PartsPerc>
|
||||
<Weight-gr>1.490</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.289</PartsWeight>
|
||||
<PartsPerc>64.653</PartsPerc>
|
||||
<Weight-gr>2.890</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.004</PartsWeight>
|
||||
<PartsPerc>0.895</PartsPerc>
|
||||
<Weight-gr>0.040</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>1.119</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>117</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10037</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.13</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 117</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.042</PartsWeight>
|
||||
<PartsPerc>33.071</PartsPerc>
|
||||
<Weight-gr>0.420</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.085</PartsWeight>
|
||||
<PartsPerc>66.929</PartsPerc>
|
||||
<Weight-gr>0.850</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>119</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10038</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.28</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 119</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.104</PartsWeight>
|
||||
<PartsPerc>37.818</PartsPerc>
|
||||
<Weight-gr>1.040</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.022</PartsWeight>
|
||||
<PartsPerc>8.000</PartsPerc>
|
||||
<Weight-gr>0.220</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.119</PartsWeight>
|
||||
<PartsPerc>43.273</PartsPerc>
|
||||
<Weight-gr>1.190</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.030</PartsWeight>
|
||||
<PartsPerc>10.909</PartsPerc>
|
||||
<Weight-gr>0.300</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>064</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10039</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.22</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 064</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.071</PartsWeight>
|
||||
<PartsPerc>32.719</PartsPerc>
|
||||
<Weight-gr>0.710</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.047</PartsWeight>
|
||||
<PartsPerc>21.659</PartsPerc>
|
||||
<Weight-gr>0.470</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.051</PartsWeight>
|
||||
<PartsPerc>23.502</PartsPerc>
|
||||
<Weight-gr>0.510</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.012</PartsWeight>
|
||||
<PartsPerc>5.530</PartsPerc>
|
||||
<Weight-gr>0.120</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.036</PartsWeight>
|
||||
<PartsPerc>16.590</PartsPerc>
|
||||
<Weight-gr>0.360</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>065</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10040</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.65</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 065</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.007</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.119</PartsWeight>
|
||||
<PartsPerc>18.224</PartsPerc>
|
||||
<Weight-gr>1.190</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.459</PartsWeight>
|
||||
<PartsPerc>70.291</PartsPerc>
|
||||
<Weight-gr>4.590</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.046</PartsWeight>
|
||||
<PartsPerc>7.044</PartsPerc>
|
||||
<Weight-gr>0.460</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.029</PartsWeight>
|
||||
<PartsPerc>4.441</PartsPerc>
|
||||
<Weight-gr>0.290</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>115</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10041</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.25</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONNIA-SHANTUNG 115</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.197</PartsWeight>
|
||||
<PartsPerc>78.175</PartsPerc>
|
||||
<Weight-gr>1.970</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.006</PartsWeight>
|
||||
<PartsPerc>2.381</PartsPerc>
|
||||
<Weight-gr>0.060</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.021</PartsWeight>
|
||||
<PartsPerc>8.333</PartsPerc>
|
||||
<Weight-gr>0.210</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>ULTRAPHO</ColourCode>
|
||||
<Description>ERE</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.028</PartsWeight>
|
||||
<PartsPerc>11.111</PartsPerc>
|
||||
<Weight-gr>0.280</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PAT-SHA-FLA-PAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>028</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10042</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1>come panda 021 e fla</Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.05</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>come panda 021 e flash 021 PATAG-SHAN 028</Note1>
|
||||
<Note2>come panda 021 e flash 021</Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.009</PartsWeight>
|
||||
<PartsPerc>16.981</PartsPerc>
|
||||
<Weight-gr>0.090</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.041</PartsWeight>
|
||||
<PartsPerc>77.359</PartsPerc>
|
||||
<Weight-gr>0.410</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.003</PartsWeight>
|
||||
<PartsPerc>5.660</PartsPerc>
|
||||
<Weight-gr>0.030</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>016</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10043</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.07</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 016</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.009</PartsWeight>
|
||||
<PartsPerc>12.500</PartsPerc>
|
||||
<Weight-gr>0.090</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.011</PartsWeight>
|
||||
<PartsPerc>15.278</PartsPerc>
|
||||
<Weight-gr>0.110</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.052</PartsWeight>
|
||||
<PartsPerc>72.222</PartsPerc>
|
||||
<Weight-gr>0.520</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>069</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10044</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.14</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 069</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.101</PartsWeight>
|
||||
<PartsPerc>72.662</PartsPerc>
|
||||
<Weight-gr>1.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.008</PartsWeight>
|
||||
<PartsPerc>5.755</PartsPerc>
|
||||
<Weight-gr>0.080</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.017</PartsWeight>
|
||||
<PartsPerc>12.230</PartsPerc>
|
||||
<Weight-gr>0.170</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.013</PartsWeight>
|
||||
<PartsPerc>9.353</PartsPerc>
|
||||
<Weight-gr>0.130</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>153</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10045</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.83</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 153</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.008</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.821</PartsWeight>
|
||||
<PartsPerc>99.155</PartsPerc>
|
||||
<Weight-gr>8.210</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.006</PartsWeight>
|
||||
<PartsPerc>0.725</PartsPerc>
|
||||
<Weight-gr>0.060</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.001</PartsWeight>
|
||||
<PartsPerc>0.121</PartsPerc>
|
||||
<Weight-gr>0.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>114</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10046</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.15</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 114</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.011</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.142</PartsWeight>
|
||||
<PartsPerc>12.369</PartsPerc>
|
||||
<Weight-gr>1.420</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.320</PartsWeight>
|
||||
<PartsPerc>27.875</PartsPerc>
|
||||
<Weight-gr>3.200</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.624</PartsWeight>
|
||||
<PartsPerc>54.355</PartsPerc>
|
||||
<Weight-gr>6.240</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.062</PartsWeight>
|
||||
<PartsPerc>5.401</PartsPerc>
|
||||
<Weight-gr>0.620</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>041</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10047</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.25</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 041</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.171</PartsWeight>
|
||||
<PartsPerc>67.857</PartsPerc>
|
||||
<Weight-gr>1.710</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.055</PartsWeight>
|
||||
<PartsPerc>21.825</PartsPerc>
|
||||
<Weight-gr>0.550</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.026</PartsWeight>
|
||||
<PartsPerc>10.317</PartsPerc>
|
||||
<Weight-gr>0.260</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>057</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10048</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.13</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 057</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.008</PartsWeight>
|
||||
<PartsPerc>6.061</PartsPerc>
|
||||
<Weight-gr>0.080</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.020</PartsWeight>
|
||||
<PartsPerc>15.152</PartsPerc>
|
||||
<Weight-gr>0.200</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.040</PartsWeight>
|
||||
<PartsPerc>30.303</PartsPerc>
|
||||
<Weight-gr>0.400</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.064</PartsWeight>
|
||||
<PartsPerc>48.485</PartsPerc>
|
||||
<Weight-gr>0.640</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>029</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10049</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.06</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 029</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.054</PartsWeight>
|
||||
<PartsPerc>87.097</PartsPerc>
|
||||
<Weight-gr>0.540</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.007</PartsWeight>
|
||||
<PartsPerc>11.290</PartsPerc>
|
||||
<Weight-gr>0.070</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.001</PartsWeight>
|
||||
<PartsPerc>1.613</PartsPerc>
|
||||
<Weight-gr>0.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>032</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10050</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.17</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 032</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.063</PartsWeight>
|
||||
<PartsPerc>36.000</PartsPerc>
|
||||
<Weight-gr>0.630</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.085</PartsWeight>
|
||||
<PartsPerc>48.571</PartsPerc>
|
||||
<Weight-gr>0.850</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.026</PartsWeight>
|
||||
<PartsPerc>14.857</PartsPerc>
|
||||
<Weight-gr>0.260</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.001</PartsWeight>
|
||||
<PartsPerc>0.571</PartsPerc>
|
||||
<Weight-gr>0.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>071</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10051</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.67</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 071</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.017</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.698</PartsWeight>
|
||||
<PartsPerc>41.771</PartsPerc>
|
||||
<Weight-gr>6.980</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.631</PartsWeight>
|
||||
<PartsPerc>37.762</PartsPerc>
|
||||
<Weight-gr>6.310</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.314</PartsWeight>
|
||||
<PartsPerc>18.791</PartsPerc>
|
||||
<Weight-gr>3.140</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.028</PartsWeight>
|
||||
<PartsPerc>1.676</PartsPerc>
|
||||
<Weight-gr>0.280</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>102</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10052</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.22</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 102</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.202</PartsWeight>
|
||||
<PartsPerc>90.991</PartsPerc>
|
||||
<Weight-gr>2.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.016</PartsWeight>
|
||||
<PartsPerc>7.207</PartsPerc>
|
||||
<Weight-gr>0.160</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.004</PartsWeight>
|
||||
<PartsPerc>1.802</PartsPerc>
|
||||
<Weight-gr>0.040</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>067</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10053</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.22</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 067</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.183</PartsWeight>
|
||||
<PartsPerc>83.182</PartsPerc>
|
||||
<Weight-gr>1.830</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.015</PartsWeight>
|
||||
<PartsPerc>6.818</PartsPerc>
|
||||
<Weight-gr>0.150</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.022</PartsWeight>
|
||||
<PartsPerc>10.000</PartsPerc>
|
||||
<Weight-gr>0.220</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN-FLASH</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>034</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10054</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1>come flash 003</Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.19</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>come flash 003 PATAGONIA-SHANTUNG 034</Note1>
|
||||
<Note2>come flash 003</Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.163</PartsWeight>
|
||||
<PartsPerc>86.243</PartsPerc>
|
||||
<Weight-gr>1.630</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.012</PartsWeight>
|
||||
<PartsPerc>6.349</PartsPerc>
|
||||
<Weight-gr>0.120</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.014</PartsWeight>
|
||||
<PartsPerc>7.407</PartsPerc>
|
||||
<Weight-gr>0.140</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>123</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10055</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.12</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 123</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.094</PartsWeight>
|
||||
<PartsPerc>80.342</PartsPerc>
|
||||
<Weight-gr>0.940</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.021</PartsWeight>
|
||||
<PartsPerc>17.949</PartsPerc>
|
||||
<Weight-gr>0.210</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.002</PartsWeight>
|
||||
<PartsPerc>1.709</PartsPerc>
|
||||
<Weight-gr>0.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>035</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10056</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.15</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA 035</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.126</PartsWeight>
|
||||
<PartsPerc>82.895</PartsPerc>
|
||||
<Weight-gr>1.260</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.015</PartsWeight>
|
||||
<PartsPerc>9.868</PartsPerc>
|
||||
<Weight-gr>0.150</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.011</PartsWeight>
|
||||
<PartsPerc>7.237</PartsPerc>
|
||||
<Weight-gr>0.110</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN-FLASH</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>072</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10057</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1>come flash 161</Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.11</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>come flash 161 PATAGONIA-SHANTUNG 072</Note1>
|
||||
<Note2>come flash 161</Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.011</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.877</PartsWeight>
|
||||
<PartsPerc>78.867</PartsPerc>
|
||||
<Weight-gr>8.770</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.235</PartsWeight>
|
||||
<PartsPerc>21.133</PartsPerc>
|
||||
<Weight-gr>2.350</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>073</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10058</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.57</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 073</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.006</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.432</PartsWeight>
|
||||
<PartsPerc>75.130</PartsPerc>
|
||||
<Weight-gr>4.320</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.127</PartsWeight>
|
||||
<PartsPerc>22.087</PartsPerc>
|
||||
<Weight-gr>1.270</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.016</PartsWeight>
|
||||
<PartsPerc>2.783</PartsPerc>
|
||||
<Weight-gr>0.160</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>068</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10059</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.09</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 068</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.069</PartsWeight>
|
||||
<PartsPerc>80.233</PartsPerc>
|
||||
<Weight-gr>0.690</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.008</PartsWeight>
|
||||
<PartsPerc>9.302</PartsPerc>
|
||||
<Weight-gr>0.080</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.009</PartsWeight>
|
||||
<PartsPerc>10.465</PartsPerc>
|
||||
<Weight-gr>0.090</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>124</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10060</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>7.70</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 124</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.077</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>7.700</PartsWeight>
|
||||
<PartsPerc>100.000</PartsPerc>
|
||||
<Weight-gr>77.000</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>126</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10061</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.99</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 126</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.020</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>1.826</PartsWeight>
|
||||
<PartsPerc>91.575</PartsPerc>
|
||||
<Weight-gr>18.260</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.073</PartsWeight>
|
||||
<PartsPerc>3.661</PartsPerc>
|
||||
<Weight-gr>0.730</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>COLANVIO</ColourCode>
|
||||
<Description>RL132</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.095</PartsWeight>
|
||||
<PartsPerc>4.764</PartsPerc>
|
||||
<Weight-gr>0.950</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>053</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10062</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.20</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATTAGONIA-SHANTUNG 053</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.043</PartsWeight>
|
||||
<PartsPerc>20.976</PartsPerc>
|
||||
<Weight-gr>0.430</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.029</PartsWeight>
|
||||
<PartsPerc>14.146</PartsPerc>
|
||||
<Weight-gr>0.290</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.063</PartsWeight>
|
||||
<PartsPerc>30.732</PartsPerc>
|
||||
<Weight-gr>0.630</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.070</PartsWeight>
|
||||
<PartsPerc>34.146</PartsPerc>
|
||||
<Weight-gr>0.700</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>602</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10063</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.04</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 602</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.010</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.883</PartsWeight>
|
||||
<PartsPerc>84.660</PartsPerc>
|
||||
<Weight-gr>8.830</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.129</PartsWeight>
|
||||
<PartsPerc>12.368</PartsPerc>
|
||||
<Weight-gr>1.290</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.031</PartsWeight>
|
||||
<PartsPerc>2.972</PartsPerc>
|
||||
<Weight-gr>0.310</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>103</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10064</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.66</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 103</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.017</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>1.665</PartsWeight>
|
||||
<PartsPerc>100.000</PartsPerc>
|
||||
<Weight-gr>16.650</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>603</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10065</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.34</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 603</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.013</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.880</PartsWeight>
|
||||
<PartsPerc>65.476</PartsPerc>
|
||||
<Weight-gr>8.800</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.352</PartsWeight>
|
||||
<PartsPerc>26.190</PartsPerc>
|
||||
<Weight-gr>3.520</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.112</PartsWeight>
|
||||
<PartsPerc>8.333</PartsPerc>
|
||||
<Weight-gr>1.120</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>125</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10066</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>2.38</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 125</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.024</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>2.270</PartsWeight>
|
||||
<PartsPerc>95.218</PartsPerc>
|
||||
<Weight-gr>22.700</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.018</PartsWeight>
|
||||
<PartsPerc>0.755</PartsPerc>
|
||||
<Weight-gr>0.180</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>COLANVIO</ColourCode>
|
||||
<Description>RL132</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.096</PartsWeight>
|
||||
<PartsPerc>4.027</PartsPerc>
|
||||
<Weight-gr>0.960</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>142</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10067</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.16</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 142</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.012</PartsWeight>
|
||||
<PartsPerc>7.407</PartsPerc>
|
||||
<Weight-gr>0.120</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>COLANVIO</ColourCode>
|
||||
<Description>RL132</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.150</PartsWeight>
|
||||
<PartsPerc>92.593</PartsPerc>
|
||||
<Weight-gr>1.500</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>074</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10068</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>2.66</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 074</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.027</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>1.723</PartsWeight>
|
||||
<PartsPerc>64.799</PartsPerc>
|
||||
<Weight-gr>17.230</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.410</PartsWeight>
|
||||
<PartsPerc>15.419</PartsPerc>
|
||||
<Weight-gr>4.100</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.526</PartsWeight>
|
||||
<PartsPerc>19.782</PartsPerc>
|
||||
<Weight-gr>5.260</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>143</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10069</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1>PRINTOFIX ROSA1,098%</Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.28</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PRINTOFIX ROSA1.098% CONC PATAG-SHAN 143</Note1>
|
||||
<Note2>PRINTOFIX ROSA1,098% CONC</Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.013</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.128</PartsWeight>
|
||||
<PartsPerc>10.008</PartsPerc>
|
||||
<Weight-gr>1.280</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.046</PartsWeight>
|
||||
<PartsPerc>3.597</PartsPerc>
|
||||
<Weight-gr>0.460</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.007</PartsWeight>
|
||||
<PartsPerc>0.547</PartsPerc>
|
||||
<Weight-gr>0.070</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>COLANVIO</ColourCode>
|
||||
<Description>RL132</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>1.098</PartsWeight>
|
||||
<PartsPerc>85.848</PartsPerc>
|
||||
<Weight-gr>10.980</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>PATA-SHAN</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>144</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10070</RecName>
|
||||
<Article>PATA-SHAN</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.96</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>PATAGONIA-SHANTUNG 144</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.020</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.644</PartsWeight>
|
||||
<PartsPerc>32.924</PartsPerc>
|
||||
<Weight-gr>6.440</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.736</PartsWeight>
|
||||
<PartsPerc>37.628</PartsPerc>
|
||||
<Weight-gr>7.360</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>COLANVIO</ColourCode>
|
||||
<Description>RL132</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.576</PartsWeight>
|
||||
<PartsPerc>29.448</PartsPerc>
|
||||
<Weight-gr>5.760</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>CONTRACT</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>003</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10071</RecName>
|
||||
<Article>CONTRACT</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.31</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>CONTRACT 003</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.163</PartsWeight>
|
||||
<PartsPerc>52.412</PartsPerc>
|
||||
<Weight-gr>1.630</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.115</PartsWeight>
|
||||
<PartsPerc>36.977</PartsPerc>
|
||||
<Weight-gr>1.150</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.001</PartsWeight>
|
||||
<PartsPerc>0.322</PartsPerc>
|
||||
<Weight-gr>0.010</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.017</PartsWeight>
|
||||
<PartsPerc>5.466</PartsPerc>
|
||||
<Weight-gr>0.170</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.015</PartsWeight>
|
||||
<PartsPerc>4.823</PartsPerc>
|
||||
<Weight-gr>0.150</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>CONTRACT</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>004</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10072</RecName>
|
||||
<Article>CONTRACT</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.20</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>CONTRACT 004</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.028</PartsWeight>
|
||||
<PartsPerc>14.000</PartsPerc>
|
||||
<Weight-gr>0.280</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.123</PartsWeight>
|
||||
<PartsPerc>61.500</PartsPerc>
|
||||
<Weight-gr>1.230</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.035</PartsWeight>
|
||||
<PartsPerc>17.500</PartsPerc>
|
||||
<Weight-gr>0.350</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.014</PartsWeight>
|
||||
<PartsPerc>7.000</PartsPerc>
|
||||
<Weight-gr>0.140</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>CONTRACT</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>005</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10073</RecName>
|
||||
<Article>CONTRACT</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.52</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>CONTRACT 005</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.005</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.453</PartsWeight>
|
||||
<PartsPerc>87.452</PartsPerc>
|
||||
<Weight-gr>4.530</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.014</PartsWeight>
|
||||
<PartsPerc>2.703</PartsPerc>
|
||||
<Weight-gr>0.140</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.003</PartsWeight>
|
||||
<PartsPerc>0.579</PartsPerc>
|
||||
<Weight-gr>0.030</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.003</PartsWeight>
|
||||
<PartsPerc>0.579</PartsPerc>
|
||||
<Weight-gr>0.030</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.045</PartsWeight>
|
||||
<PartsPerc>8.687</PartsPerc>
|
||||
<Weight-gr>0.450</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>CONTRACT</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>051</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10074</RecName>
|
||||
<Article>CONTRACT</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.67</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>CONTRACT 051</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.007</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.508</PartsWeight>
|
||||
<PartsPerc>76.048</PartsPerc>
|
||||
<Weight-gr>5.080</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.039</PartsWeight>
|
||||
<PartsPerc>5.838</PartsPerc>
|
||||
<Weight-gr>0.390</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.012</PartsWeight>
|
||||
<PartsPerc>1.796</PartsPerc>
|
||||
<Weight-gr>0.120</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.023</PartsWeight>
|
||||
<PartsPerc>3.443</PartsPerc>
|
||||
<Weight-gr>0.230</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.086</PartsWeight>
|
||||
<PartsPerc>12.874</PartsPerc>
|
||||
<Weight-gr>0.860</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>CONTRACT</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>052</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10075</RecName>
|
||||
<Article>CONTRACT</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.16</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>CONTRACT 052</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.070</PartsWeight>
|
||||
<PartsPerc>42.945</PartsPerc>
|
||||
<Weight-gr>0.700</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.012</PartsWeight>
|
||||
<PartsPerc>7.362</PartsPerc>
|
||||
<Weight-gr>0.120</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.021</PartsWeight>
|
||||
<PartsPerc>12.883</PartsPerc>
|
||||
<Weight-gr>0.210</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.017</PartsWeight>
|
||||
<PartsPerc>10.429</PartsPerc>
|
||||
<Weight-gr>0.170</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.043</PartsWeight>
|
||||
<PartsPerc>26.380</PartsPerc>
|
||||
<Weight-gr>0.430</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>CONTRACT</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>062</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10076</RecName>
|
||||
<Article>CONTRACT</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.99</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>CONTRACT 062</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.010</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.703</PartsWeight>
|
||||
<PartsPerc>70.938</PartsPerc>
|
||||
<Weight-gr>7.030</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.075</PartsWeight>
|
||||
<PartsPerc>7.568</PartsPerc>
|
||||
<Weight-gr>0.750</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.100</PartsWeight>
|
||||
<PartsPerc>10.091</PartsPerc>
|
||||
<Weight-gr>1.000</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.113</PartsWeight>
|
||||
<PartsPerc>11.403</PartsPerc>
|
||||
<Weight-gr>1.130</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>CONTRACT</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>113</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10077</RecName>
|
||||
<Article>CONTRACT</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.30</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>CONTRACT 113</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.013</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.568</PartsWeight>
|
||||
<PartsPerc>43.625</PartsPerc>
|
||||
<Weight-gr>5.680</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.252</PartsWeight>
|
||||
<PartsPerc>19.355</PartsPerc>
|
||||
<Weight-gr>2.520</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.482</PartsWeight>
|
||||
<PartsPerc>37.020</PartsPerc>
|
||||
<Weight-gr>4.820</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>CONTRACT</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>000</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10078</RecName>
|
||||
<Article>CONTRACT</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.06</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>CONTRACT 000</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>ULTRAPHO</ColourCode>
|
||||
<Description>ERE</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.064</PartsWeight>
|
||||
<PartsPerc>100.000</PartsPerc>
|
||||
<Weight-gr>0.640</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>CONTRACT</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>002</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10079</RecName>
|
||||
<Article>CONTRACT</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.04</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>CONTRAACT 002</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.000</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.007</PartsWeight>
|
||||
<PartsPerc>17.949</PartsPerc>
|
||||
<Weight-gr>0.070</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.027</PartsWeight>
|
||||
<PartsPerc>69.231</PartsPerc>
|
||||
<Weight-gr>0.270</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.003</PartsWeight>
|
||||
<PartsPerc>7.692</PartsPerc>
|
||||
<Weight-gr>0.030</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.002</PartsWeight>
|
||||
<PartsPerc>5.128</PartsPerc>
|
||||
<Weight-gr>0.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>000</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10080</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.28</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 000</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>ULTRAPHO</ColourCode>
|
||||
<Description>ERE</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.285</PartsWeight>
|
||||
<PartsPerc>100.000</PartsPerc>
|
||||
<Weight-gr>2.850</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>002</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10081</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.09</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 002</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.070</PartsWeight>
|
||||
<PartsPerc>77.778</PartsPerc>
|
||||
<Weight-gr>0.700</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.016</PartsWeight>
|
||||
<PartsPerc>17.778</PartsPerc>
|
||||
<Weight-gr>0.160</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.002</PartsWeight>
|
||||
<PartsPerc>2.222</PartsPerc>
|
||||
<Weight-gr>0.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.002</PartsWeight>
|
||||
<PartsPerc>2.222</PartsPerc>
|
||||
<Weight-gr>0.020</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>021</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10082</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.71</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 021</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.007</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.492</PartsWeight>
|
||||
<PartsPerc>69.688</PartsPerc>
|
||||
<Weight-gr>4.920</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.182</PartsWeight>
|
||||
<PartsPerc>25.779</PartsPerc>
|
||||
<Weight-gr>1.820</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.022</PartsWeight>
|
||||
<PartsPerc>3.116</PartsPerc>
|
||||
<Weight-gr>0.220</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.010</PartsWeight>
|
||||
<PartsPerc>1.416</PartsPerc>
|
||||
<Weight-gr>0.100</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>023</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10083</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.25</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 023</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.012</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.479</PartsWeight>
|
||||
<PartsPerc>38.412</PartsPerc>
|
||||
<Weight-gr>4.790</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.564</PartsWeight>
|
||||
<PartsPerc>45.229</PartsPerc>
|
||||
<Weight-gr>5.640</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.175</PartsWeight>
|
||||
<PartsPerc>14.034</PartsPerc>
|
||||
<Weight-gr>1.750</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.029</PartsWeight>
|
||||
<PartsPerc>2.326</PartsPerc>
|
||||
<Weight-gr>0.290</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>005</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10084</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.03</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 005</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.000</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.013</PartsWeight>
|
||||
<PartsPerc>44.828</PartsPerc>
|
||||
<Weight-gr>0.130</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.011</PartsWeight>
|
||||
<PartsPerc>37.931</PartsPerc>
|
||||
<Weight-gr>0.110</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>17.241</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>051</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10085</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.10</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 051</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.041</PartsWeight>
|
||||
<PartsPerc>41.837</PartsPerc>
|
||||
<Weight-gr>0.410</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.007</PartsWeight>
|
||||
<PartsPerc>7.143</PartsPerc>
|
||||
<Weight-gr>0.070</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.011</PartsWeight>
|
||||
<PartsPerc>11.224</PartsPerc>
|
||||
<Weight-gr>0.110</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.014</PartsWeight>
|
||||
<PartsPerc>14.286</PartsPerc>
|
||||
<Weight-gr>0.140</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.025</PartsWeight>
|
||||
<PartsPerc>25.510</PartsPerc>
|
||||
<Weight-gr>0.250</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>006</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10086</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.75</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 006</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.007</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.586</PartsWeight>
|
||||
<PartsPerc>78.658</PartsPerc>
|
||||
<Weight-gr>5.860</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.094</PartsWeight>
|
||||
<PartsPerc>12.617</PartsPerc>
|
||||
<Weight-gr>0.940</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.012</PartsWeight>
|
||||
<PartsPerc>1.611</PartsPerc>
|
||||
<Weight-gr>0.120</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.035</PartsWeight>
|
||||
<PartsPerc>4.698</PartsPerc>
|
||||
<Weight-gr>0.350</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.018</PartsWeight>
|
||||
<PartsPerc>2.416</PartsPerc>
|
||||
<Weight-gr>0.180</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>011</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10087</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.90</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 011</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.009</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.665</PartsWeight>
|
||||
<PartsPerc>73.971</PartsPerc>
|
||||
<Weight-gr>6.650</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.013</PartsWeight>
|
||||
<PartsPerc>1.446</PartsPerc>
|
||||
<Weight-gr>0.130</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.075</PartsWeight>
|
||||
<PartsPerc>8.343</PartsPerc>
|
||||
<Weight-gr>0.750</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.133</PartsWeight>
|
||||
<PartsPerc>14.794</PartsPerc>
|
||||
<Weight-gr>1.330</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.013</PartsWeight>
|
||||
<PartsPerc>1.446</PartsPerc>
|
||||
<Weight-gr>0.130</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>022</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10088</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.02</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 022</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.000</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.006</PartsWeight>
|
||||
<PartsPerc>31.579</PartsPerc>
|
||||
<Weight-gr>0.060</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.007</PartsWeight>
|
||||
<PartsPerc>36.842</PartsPerc>
|
||||
<Weight-gr>0.070</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.006</PartsWeight>
|
||||
<PartsPerc>31.579</PartsPerc>
|
||||
<Weight-gr>0.060</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>003</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10089</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.60</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 003</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.006</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.479</PartsWeight>
|
||||
<PartsPerc>79.305</PartsPerc>
|
||||
<Weight-gr>4.790</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.085</PartsWeight>
|
||||
<PartsPerc>14.073</PartsPerc>
|
||||
<Weight-gr>0.850</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.040</PartsWeight>
|
||||
<PartsPerc>6.623</PartsPerc>
|
||||
<Weight-gr>0.400</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>031</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10090</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.36</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 031</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.014</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PRINTWHI</ColourCode>
|
||||
<Description>RTN</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.578</PartsWeight>
|
||||
<PartsPerc>42.500</PartsPerc>
|
||||
<Weight-gr>5.780</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.165</PartsWeight>
|
||||
<PartsPerc>12.132</PartsPerc>
|
||||
<Weight-gr>1.650</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.431</PartsWeight>
|
||||
<PartsPerc>31.691</PartsPerc>
|
||||
<Weight-gr>4.310</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.083</PartsWeight>
|
||||
<PartsPerc>6.103</PartsPerc>
|
||||
<Weight-gr>0.830</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>5</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.103</PartsWeight>
|
||||
<PartsPerc>7.574</PartsPerc>
|
||||
<Weight-gr>1.030</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>013</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10091</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.08</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 013</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.001</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>6.098</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.060</PartsWeight>
|
||||
<PartsPerc>73.171</PartsPerc>
|
||||
<Weight-gr>0.600</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>6.098</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.012</PartsWeight>
|
||||
<PartsPerc>14.634</PartsPerc>
|
||||
<Weight-gr>0.120</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>131</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10092</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.30</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 131</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.003</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.019</PartsWeight>
|
||||
<PartsPerc>6.333</PartsPerc>
|
||||
<Weight-gr>0.190</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.243</PartsWeight>
|
||||
<PartsPerc>81.000</PartsPerc>
|
||||
<Weight-gr>2.430</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.038</PartsWeight>
|
||||
<PartsPerc>12.667</PartsPerc>
|
||||
<Weight-gr>0.380</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>061</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10093</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>0.18</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 061</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.002</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.107</PartsWeight>
|
||||
<PartsPerc>59.777</PartsPerc>
|
||||
<Weight-gr>1.070</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>GIALLORO</ColourCode>
|
||||
<Description>RWS</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.019</PartsWeight>
|
||||
<PartsPerc>10.615</PartsPerc>
|
||||
<Weight-gr>0.190</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.048</PartsWeight>
|
||||
<PartsPerc>26.816</PartsPerc>
|
||||
<Weight-gr>0.480</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>4</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.005</PartsWeight>
|
||||
<PartsPerc>2.793</PartsPerc>
|
||||
<Weight-gr>0.050</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>062</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10094</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>2.70</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIMAMI 062</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.027</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>2.540</PartsWeight>
|
||||
<PartsPerc>94.004</PartsPerc>
|
||||
<Weight-gr>25.400</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.154</PartsWeight>
|
||||
<PartsPerc>5.699</PartsPerc>
|
||||
<Weight-gr>1.540</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.008</PartsWeight>
|
||||
<PartsPerc>0.296</PartsPerc>
|
||||
<Weight-gr>0.080</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>063</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10095</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.96</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 063</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.020</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>1.529</PartsWeight>
|
||||
<PartsPerc>78.130</PartsPerc>
|
||||
<Weight-gr>15.290</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>BLU</ColourCode>
|
||||
<Description>B A.C.</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.428</PartsWeight>
|
||||
<PartsPerc>21.870</PartsPerc>
|
||||
<Weight-gr>4.280</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<A_Recipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/C:/CColour/arc/Recipe_E.xsd">
|
||||
<DesRecipe>
|
||||
<DesData>
|
||||
<Prio>N</Prio>
|
||||
<DrumType>6</DrumType>
|
||||
<DrumCode>000000000000</DrumCode>
|
||||
<CustDrumCode></CustDrumCode>
|
||||
<OrderCode>MIAMI</OrderCode>
|
||||
<Customer></Customer>
|
||||
<Design>015</Design>
|
||||
<Screen></Screen>
|
||||
<Variant></Variant>
|
||||
<RecName>10096</RecName>
|
||||
<Article>MIAMI</Article>
|
||||
<LotID></LotID>
|
||||
<Info1></Info1>
|
||||
<Info2></Info2>
|
||||
<Info3></Info3>
|
||||
<Info4></Info4>
|
||||
<Info5></Info5>
|
||||
<Info6></Info6>
|
||||
<Info7></Info7>
|
||||
<Info8></Info8>
|
||||
<Info9></Info9>
|
||||
<ViscoName></ViscoName>
|
||||
<Taglio-N>1.11</Taglio-N>
|
||||
<Taglio-D>1.00</Taglio-D>
|
||||
<Sequence>0</Sequence>
|
||||
<SequenceTot>0</SequenceTot>
|
||||
<Series>1</Series>
|
||||
<ViscoValue>0</ViscoValue>
|
||||
<UM>7</UM>
|
||||
<DosType>S</DosType>
|
||||
<ServiceType>N</ServiceType>
|
||||
<RecipeType>C</RecipeType>
|
||||
<ReqType>L</ReqType>
|
||||
<Note1>MIAMI 015</Note1>
|
||||
<Note2></Note2>
|
||||
<Date>0001-01-01 00:00:00</Date>
|
||||
<DosDuration>0</DosDuration>
|
||||
<Quantity-kg>0.011</Quantity-kg>
|
||||
<Quantity-kg-dosed>0.00</Quantity-kg-dosed>
|
||||
</DesData>
|
||||
</DesRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>1</CompNumber>
|
||||
<ColourCode>PCW0215</ColourCode>
|
||||
<Description>GIALLO</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>1.094</PartsWeight>
|
||||
<PartsPerc>99.005</PartsPerc>
|
||||
<Weight-gr>10.940</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>2</CompNumber>
|
||||
<ColourCode>ROSSO</ColourCode>
|
||||
<Description>FTL AC</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.007</PartsWeight>
|
||||
<PartsPerc>0.633</PartsPerc>
|
||||
<Weight-gr>0.070</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
<ColRecipe>
|
||||
<ColData>
|
||||
<CompNumber>3</CompNumber>
|
||||
<ColourCode>NERO</ColourCode>
|
||||
<Description>CF A.C</Description>
|
||||
<TypComp>C</TypComp>
|
||||
<PartsWeight>0.004</PartsWeight>
|
||||
<PartsPerc>0.362</PartsPerc>
|
||||
<Weight-gr>0.040</Weight-gr>
|
||||
<Weight-gr-prev>0.00</Weight-gr-prev>
|
||||
</ColData>
|
||||
</ColRecipe>
|
||||
</A_Recipe>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user