Commit 891d8e6d authored by Georgios Dagkakis's avatar Georgios Dagkakis

model menu of BatchScrapMachine set to fixed priorities

parent 4ed5936a
...@@ -513,12 +513,14 @@ ...@@ -513,12 +513,14 @@
{ {
"properties": { "properties": {
"id": { "id": {
"priority":10,
"default": "M", "default": "M",
"name": "Unique Station Name", "name": "Unique Station Name",
"required": true, "required": true,
"type": "string" "type": "string"
}, },
"processingTime": { "processingTime": {
"priority":5,
"$ref": "#/definitions/_dist", "$ref": "#/definitions/_dist",
"default": 0.1, "default": 0.1,
"description": "The time that this station needs in order to process a unit", "description": "The time that this station needs in order to process a unit",
...@@ -526,12 +528,14 @@ ...@@ -526,12 +528,14 @@
"required": true "required": true
}, },
"technology": { "technology": {
"priority":9,
"default": "M", "default": "M",
"name": "Operation", "name": "Operation",
"required": true, "required": true,
"type": "string" "type": "string"
}, },
"workingBatchSize": { "workingBatchSize": {
"priority":0,
"default": 10, "default": 10,
"name": "Working batch size in this station", "name": "Working batch size in this station",
"type": "number" "type": "number"
......
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