Files
mapo-core/MP.SPEC/Recipe/Fimat/RecipeConf.json
T
Samuele Locatelli 1bfee37b4f SPEC:
- Inizio a generare ricetta da template
2023-02-08 10:37:24 +01:00

108 lines
2.4 KiB
JSON

{
"TemplateFile": "TemplateOutput.tpl",
"HeadConf": {
"ListKeys": {
"CustDrumCode": "F:",
"Taglio-N": "F:1",
"Taglio-D": "F:4",
"ServiceType": "F:N",
"RecipeType": "F:C",
"ViscoName": "F:",
"ViscoValue": "F:0",
"LotID": "C:PODL01",
"OrderCode": "C:PODL02",
"Article": "C:Art2PODL01",
"Info1": "C:Art2PODL02",
"Prio": "E:Priority",
"DrumType": "E:DrumType",
"Customer": "Tenditalia",
"Design": "DESIGN",
"Screen": "SCREEN",
"Variant": "VARIANT",
"RecName": "CODE000",
"Series": "E:Series",
"UM": "E:UM",
"DosType": "E:DosType",
"Note1": "",
"Note2": "",
"Sequence": "1",
"SequenceTot": "8",
"Quantity-kg": "1.00"
},
"EnumVal": {
"Priority": {
"N": "Normal",
"H": "Hight"
},
"DrumType": {
"1": "Small",
"2": "Medium",
"3": "Big"
},
"Series": {
"1": "Series 1",
"2": "Series 2"
},
"UM": {
"0": "Percentage",
"1": "g/kg",
"2": "parts for colour and g/kg for thickener",
"3": "gr and parts for thickener",
"4": "g/kg for colour and parts for thickener",
"5": "parts for colour and parts for thickener"
},
"DosType": {
"P": "Production",
"S": "Sampling"
}
},
"CalcVal": {
"PODL01": {
"Description": "Idx PODL",
"Type": "int",
"Format": "{0}"
},
"PODL02": {
"Description": "Codice PODL",
"Type": "string",
"Format": "PODL{0:00000000}"
},
"Art2PODL01": {
"Description": "Codice Articolo dato PODL",
"Type": "string",
"Format": ""
},
"Art2PODL02": {
"Description": "Descrizione Articolo dato PODL",
"Type": "string",
"Format": ""
}
}
},
"RowsConf": {
"ListKeys": {
"Weight-gr-prev": "F:0.00",
"CompNumber": "C:#",
"ColourCode": "C001",
"Description": "COLOR1",
"TypComp": "E:ColType",
"PartsWeight": "1.00",
"PartsPerc": "0.10",
"Weight-gr": "30.00"
},
"EnumVal": {
"ColType": {
"C": "Color",
"A": "Thickener",
"X": "Auxiliaries"
}
},
"CalcVal": {
"#": {
"Description": "Contatore",
"Type": "int",
"Format": "{0}"
}
}
}
}