operationType defined in different way now

parent bad574ba
......@@ -854,6 +854,7 @@
}
},
"preprocessing" : {
"description" : " ",
"plugin_list" : [{
"plugin" : "GatherWIPStat.GatherWIPStat",
"input_id" : "WIPStat"
......@@ -874,6 +875,7 @@
]
},
"processing" : {
"description" : " ",
"plugin_list" : [{
"plugin" : "plugin.DefaultExecutionPlugin",
"input_id" : "Simulation"
......@@ -881,6 +883,7 @@
]
},
"postprocessing" : {
"description" : " ",
"plugin_list" : [
]
},
......
......@@ -295,25 +295,14 @@
]
},
"_operationType" : {
"_class" : "Dream.PropertyList",
"name" : "Operation type",
"id" : "operationType",
"description" : "the type of operations that are performed manually in the machine",
"properties" : {
"operationType" : {
"default" : "Automatic",
"type" : "string",
"enum" : [
"Load",
"Setup",
"Processing",
"MT-Load",
"MT-Load-Setup",
"MT-Load-Setup-Processing",
"MT-Setup-Processing"
"Automatic",
"Manual"
]
}
}
}
},
"edge" : {
"description" : "Base definition for edge",
......@@ -453,6 +442,26 @@
"default" : "M",
"required" : true
},
"loadType" : {
"$ref" : "#/definitions/_operationType",
"required" : true
},
"setupType" : {
"$ref" : "#/definitions/_operationType",
"required" : true
},
"processingType" : {
"$ref" : "#/definitions/_operationType",
"required" : true
},
"loadTime" : {
"$ref" : "#/definitions/_dist",
"required" : true
},
"setupTime" : {
"$ref" : "#/definitions/_dist",
"required" : true
},
"processingTime" : {
"$ref" : "#/definitions/_dist",
"required" : true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment