Commit 4e57e0d0 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

topologies 70-78 update

parent d576bbd5
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -111,10 +111,10 @@ ...@@ -111,10 +111,10 @@
}, },
"_class": "Dream.Simulation", "_class": "Dream.Simulation",
"general": { "general": {
"trace": "No", "maxSimTime": "1440",
"_class": "Dream.Configuration", "_class": "Dream.Configuration",
"confidenceLevel": "0.95", "confidenceLevel": "0.95",
"maxSimTime": "1440", "trace": "No",
"numberOfReplications": "1" "numberOfReplications": "1"
} }
} }
\ No newline at end of file
{ {
"graph": { "graph": {
"node": { "node": {
"E1": {
"interruptions": {},
"top": 0.10215053763440862,
"_class": "Dream.Exit",
"name": "Stock",
"left": 0.5
},
"S1": {
"name": "Raw Material",
"top": 0.8978494623655914,
"entity": "Dream.Part",
"interArrivalTime": {
"Fixed": {
"distributionType": "Fixed",
"mean": 1.0
}
},
"interruptions": {},
"_class": "Dream.Source",
"left": 0.5
},
"M1": { "M1": {
"name": "Moulding", "name": "Moulding",
"shift": { "shift": {
...@@ -29,27 +50,6 @@ ...@@ -29,27 +50,6 @@
"interruptions": {}, "interruptions": {},
"_class": "Dream.Machine", "_class": "Dream.Machine",
"left": 0.5 "left": 0.5
},
"S1": {
"name": "Raw Material",
"top": 0.8978494623655914,
"entity": "Dream.Part",
"interArrivalTime": {
"Fixed": {
"distributionType": "Fixed",
"mean": 1.0
}
},
"interruptions": {},
"_class": "Dream.Source",
"left": 0.5
},
"E1": {
"interruptions": {},
"top": 0.10215053763440862,
"_class": "Dream.Exit",
"name": "Stock",
"left": 0.5
} }
}, },
"edge": { "edge": {
...@@ -69,10 +69,10 @@ ...@@ -69,10 +69,10 @@
}, },
"_class": "Dream.Simulation", "_class": "Dream.Simulation",
"general": { "general": {
"trace": "No", "maxSimTime": "8",
"_class": "Dream.Configuration", "_class": "Dream.Configuration",
"confidenceLevel": "0.95", "confidenceLevel": "0.95",
"maxSimTime": "8", "trace": "No",
"numberOfReplications": "1" "numberOfReplications": "1"
} }
} }
\ No newline at end of file
...@@ -3,16 +3,21 @@ ...@@ -3,16 +3,21 @@
"node": { "node": {
"CSC": { "CSC": {
"interruptions": {}, "interruptions": {},
"start": "0",
"_class": "dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController", "_class": "dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController",
"name": "CSC", "name": "CSC",
"interval": "1" "interval": "1",
"start": "0"
}, },
"CB2": { "CB2": {
"interruptions": {}, "interruptions": {},
"_class": "dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer", "_class": "dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer",
"name": "WELDBuffer" "name": "WELDBuffer"
}, },
"CE2": {
"interruptions": {},
"_class": "dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit",
"name": "WELDExit"
},
"CB1": { "CB1": {
"interruptions": {}, "interruptions": {},
"_class": "dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer", "_class": "dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer",
...@@ -20,15 +25,15 @@ ...@@ -20,15 +25,15 @@
"wip": [ "wip": [
{ {
"_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity", "_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity",
"requiredCapacity": 100,
"capacityProjectId": "P1", "capacityProjectId": "P1",
"name": "P1_SMF_100", "name": "P1_SMF_100"
"requiredCapacity": 100
}, },
{ {
"_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity", "_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity",
"requiredCapacity": 50,
"capacityProjectId": "P2", "capacityProjectId": "P2",
"name": "P2_SMF_50", "name": "P2_SMF_50"
"requiredCapacity": 50
} }
] ]
}, },
...@@ -65,16 +70,6 @@ ...@@ -65,16 +70,6 @@
"name": "SMFExit", "name": "SMFExit",
"nextCapacityStationBufferId": "CB2" "nextCapacityStationBufferId": "CB2"
}, },
"CS2": {
"interruptions": {},
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "WELD",
"intervalCapacity": [
150,
60,
350
]
},
"CS1": { "CS1": {
"interruptions": {}, "interruptions": {},
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
...@@ -85,10 +80,15 @@ ...@@ -85,10 +80,15 @@
300 300
] ]
}, },
"CE2": { "CS2": {
"interruptions": {}, "interruptions": {},
"_class": "dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "WELDExit" "name": "WELD",
"intervalCapacity": [
150,
60,
350
]
} }
}, },
"edge": { "edge": {
...@@ -120,10 +120,10 @@ ...@@ -120,10 +120,10 @@
}, },
"_class": "Dream.Simulation", "_class": "Dream.Simulation",
"general": { "general": {
"maxSimTime": "-1", "trace": "No",
"_class": "Dream.Configuration", "_class": "Dream.Configuration",
"confidenceLevel": "0.95", "confidenceLevel": "0.95",
"trace": "No", "maxSimTime": "-1",
"numberOfReplications": "1" "numberOfReplications": "1"
} }
} }
\ No newline at end of file
{ {
"graph": { "graph": {
"node": { "node": {
"CE1": { "CB4": {
"interruptions": {}, "interruptions": {},
"_class": "dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit", "requireFullProject": 1,
"name": "SMFExit", "_class": "dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer",
"nextCapacityStationBufferId": "CB2" "name": "AssemblyBuffer",
"wip": []
}, },
"CSC": { "CSC": {
"interruptions": {}, "interruptions": {},
"start": "0",
"_class": "dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController", "_class": "dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController",
"name": "CSC", "name": "CSC",
"interval": "1" "interval": "1",
"start": "0"
}, },
"CB2": { "CB2": {
"interruptions": {}, "interruptions": {},
...@@ -26,15 +27,15 @@ ...@@ -26,15 +27,15 @@
"wip": [ "wip": [
{ {
"_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity", "_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity",
"requiredCapacity": 50,
"capacityProjectId": "P1", "capacityProjectId": "P1",
"name": "P1_CNC_50", "name": "P1_CNC_50"
"requiredCapacity": 50
}, },
{ {
"_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity", "_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity",
"requiredCapacity": 100,
"capacityProjectId": "P2", "capacityProjectId": "P2",
"name": "P2_CNC_100", "name": "P2_CNC_100"
"requiredCapacity": 100
} }
] ]
}, },
...@@ -45,15 +46,15 @@ ...@@ -45,15 +46,15 @@
"wip": [ "wip": [
{ {
"_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity", "_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity",
"requiredCapacity": 100,
"capacityProjectId": "P1", "capacityProjectId": "P1",
"name": "P1_SMF_100", "name": "P1_SMF_100"
"requiredCapacity": 100
}, },
{ {
"_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity", "_class": "dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity",
"requiredCapacity": 50,
"capacityProjectId": "P2", "capacityProjectId": "P2",
"name": "P2_SMF_50", "name": "P2_SMF_50"
"requiredCapacity": 50
} }
] ]
}, },
...@@ -69,12 +70,11 @@ ...@@ -69,12 +70,11 @@
"name": "WELDExit", "name": "WELDExit",
"nextCapacityStationBufferId": "CB4" "nextCapacityStationBufferId": "CB4"
}, },
"CB4": { "CE1": {
"wip": [],
"interruptions": {}, "interruptions": {},
"requireFullProject": 1, "_class": "dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit",
"_class": "dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer", "name": "SMFExit",
"name": "AssemblyBuffer" "nextCapacityStationBufferId": "CB2"
}, },
"CS4": { "CS4": {
"interruptions": {}, "interruptions": {},
...@@ -89,18 +89,36 @@ ...@@ -89,18 +89,36 @@
350 350
] ]
}, },
"CS2": { "QD": {
"capacity": "-1",
"name": "DUMMY",
"wip": [
{
"capacityRequirementDict": {
"CS4": 50,
"CS1": 100,
"CS3": 50,
"CS2": 50
},
"_class": "dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject",
"id": "P1",
"name": "P1"
},
{
"capacityRequirementDict": {
"CS4": 50,
"CS1": 50,
"CS3": 100,
"CS2": 100
},
"_class": "dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject",
"id": "P2",
"name": "P2"
}
],
"interruptions": {}, "interruptions": {},
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation", "_class": "Dream.Queue",
"name": "WELD", "id": "QD"
"intervalCapacity": [
150,
60,
350,
150,
60,
350
]
}, },
"CS1": { "CS1": {
"interruptions": {}, "interruptions": {},
...@@ -133,36 +151,18 @@ ...@@ -133,36 +151,18 @@
150 150
] ]
}, },
"QD": { "CS2": {
"capacity": "-1",
"name": "DUMMY",
"wip": [
{
"capacityRequirementDict": {
"CS4": 50,
"CS1": 100,
"CS3": 50,
"CS2": 50
},
"_class": "dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject",
"id": "P1",
"name": "P1"
},
{
"capacityRequirementDict": {
"CS4": 50,
"CS1": 50,
"CS3": 100,
"CS2": 100
},
"_class": "dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject",
"id": "P2",
"name": "P2"
}
],
"interruptions": {}, "interruptions": {},
"_class": "Dream.Queue", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"id": "QD" "name": "WELD",
"intervalCapacity": [
150,
60,
350,
150,
60,
350
]
} }
}, },
"edge": { "edge": {
...@@ -218,10 +218,10 @@ ...@@ -218,10 +218,10 @@
}, },
"_class": "Dream.Simulation", "_class": "Dream.Simulation",
"general": { "general": {
"maxSimTime": "-1", "trace": "No",
"_class": "Dream.Configuration", "_class": "Dream.Configuration",
"confidenceLevel": "0.95", "confidenceLevel": "0.95",
"trace": "No", "maxSimTime": "-1",
"numberOfReplications": "1" "numberOfReplications": "1"
} }
} }
\ No newline at end of file
This diff is collapsed.
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