Commit d5e6a6c1 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Ioannis Papagiannopoulos

updates in topologies

parent dfe8d623
......@@ -154,9 +154,12 @@
{
"operator": "O1",
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"mean": 1.0
"Fixed": {
"mean": 1
}
},
"operationType": {
"Processing": 1
},
"stationIdsList": [
"M0"
......@@ -186,9 +189,12 @@
{
"operator": "O1",
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"mean": "2"
"Fixed": {
"mean": 2
}
},
"operationType": {
"Processing": 1
},
"stationIdsList": [
"M1",
......@@ -231,9 +237,12 @@
{
"operator": "O1",
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"mean": "1"
"Fixed": {
"mean": 1
}
},
"operationType": {
"Processing": 1
},
"stationIdsList": [
"M1",
......@@ -276,9 +285,12 @@
{
"operator": "O1",
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"mean": "3"
"Fixed": {
"mean": 3
}
},
"operationType": {
"Processing": 1
},
"stationIdsList": [
"M1",
......@@ -312,9 +324,12 @@
{
"operator": "O2",
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"mean": "1"
"Fixed": {
"mean": 1
}
},
"operationType": {
"Processing": 1
},
"stationIdsList": [
"MA1"
......
......@@ -264,14 +264,18 @@
"CAD2"
],
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 1
}
},
"setupTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 0.5
}
},
"operationType": {
"Processing": 1,
"Setup":1
},
"sequence": "1"
}
......@@ -302,14 +306,18 @@
"CAM2"
],
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 2
}
},
"setupTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 0.5
}
},
"operationType": {
"Processing": 1,
"Setup":1
},
"sequence": "2"
},
......@@ -326,14 +334,18 @@
"MILL2"
],
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 2
}
},
"setupTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 0.5
}
},
"operationType": {
"Processing": 1,
"Setup":1
},
"sequence": "3"
},
......@@ -349,14 +361,18 @@
"EDM"
],
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 2
}
},
"setupTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 0.5
}
},
"operationType": {
"Processing": 1,
"Setup":1
},
"sequence": "4"
},
......@@ -401,14 +417,18 @@
"CAM2"
],
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 1
}
},
"setupTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 0.6
}
},
"operationType": {
"Processing": 1,
"Setup":1
},
"sequence": "3"
},
......@@ -425,14 +445,18 @@
"MILL2"
],
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 4
}
},
"setupTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 0.4
}
},
"operationType": {
"Processing": 1,
"Setup":1
},
"sequence": "4"
},
......@@ -448,14 +472,18 @@
"EDM"
],
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 1
}
},
"setupTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 0.6
}
},
"operationType": {
"Processing": 1,
"Setup":1
},
"sequence": "5"
},
......@@ -488,9 +516,12 @@
"MA3"
],
"processingTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 1
}
},
"operationType": {
"Processing": 1
},
"sequence": "6"
},
......@@ -506,14 +537,18 @@
"IM"
],
"processingTime": {
"operationType": 0,
"distributionType": "Fixed",
"Fixed": {
"mean": 2
}
},
"setupTime": {
"operationType": 1,
"distributionType": "Fixed",
"Fixed": {
"mean": 0.5
}
},
"operationType": {
"Processing": 0,
"Setup":1
},
"sequence": "7"
},
......
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