Commit 136f19d6 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

new test topology. Complex order in BOM, 2 ops

parent fb2e60af
{
"_class": "Dream.Simulation",
"edges": {
"0" : [
"O1",
"OP1", {}
],
"1" : [
"O2",
"OP1", {}
],
"2" : [
"OP1",
"CAD1", {}
],
"3" : [
"OP1",
"CAD2", {}
],
"4" : [
"OP1",
"CAM1", {}
],
"5" : [
"OP1",
"CAM2", {}
],
"6" : [
"OP1",
"MILL1", {}
],
"7" : [
"OP1",
"MILL2", {}
],
"8" : [
"OP1",
"EDM", {}
],
"9" : [
"OP1",
"MA1", {}
],
"10" : [
"OP1",
"MA2", {}
],
"11" : [
"OP1",
"MA3", {}
],
"12" : [
"OP1",
"IM", {}
]
},
"general": {
"_class": "Dream.Configuration",
"numberOfReplications": "1",
"maxSimTime": "-1",
"trace": "Yes",
"console": "Yes",
"confidenceLevel": "0.95"
},
"BOM":{
"productionOrders":[
{
"_class": "Dream.Order",
"name": "Order1",
"id": "O1",
"priority": "1",
"componentsList": [
{
"_class": "Dream.OrderDesign",
"id": "OD1",
"name": "OrderDesign1",
"route": [
{
"sequence": "1",
"stationIdsList": [
"Q0"
]
},
{
"sequence": "1",
"operator":"O1",
"stationIdsList": [
"CAD1","CAD2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": 1,
"operationType":1
},
"setupTime": {
"distributionType": "Fixed",
"mean": 0.5,
"operationType":1
}
}
]
},
{
"_class": "Dream.OrderComponent",
"id": "C1O1",
"name": "Component1 from Order1",
"componentType": "Mold Base",
"route": [
{
"sequence": "",
"stationIdsList": [
"OD0"
]
},
{
"sequence": "2",
"stationIdsList": [
"QCAM"
]
},
{
"sequence": "2",
"operator":"O1",
"stationIdsList": [
"CAM1","CAM2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": 2,
"operationType":1
},
"setupTime":{
"distributionType": "Fixed",
"mean": 0.5,
"operationType":1
}
},
{
"sequence": "3",
"stationIdsList": [
"QMILL"
]
},
{
"sequence": "3",
"operator":"O1",
"stationIdsList": [
"MILL1","MILL2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": 2,
"operationType":1
},
"setupTime":{
"distributionType": "Fixed",
"mean": 0.5,
"operationType":1
}
},
{
"sequence": "4",
"stationIdsList": [
"QEDM"
]
},
{
"sequence": "4",
"operator":"O1",
"stationIdsList": [
"EDM"
],
"processingTime": {
"distributionType": "Fixed",
"mean": 2,
"operationType":1
},
"setupTime":{
"distributionType": "Fixed",
"mean": 0.5,
"operationType":1
}
},
{
"sequence": "6",
"stationIdsList": [
"AB1"
]
},
{
"sequence": "6",
"stationIdsList": [
"MA1","MA2","MA3"
]
}
]
},
{
"_class": "Dream.OrderComponent",
"id": "C2O1",
"name": "Component2 from Order1",
"componentType": "Slider",
"route": [
{
"sequence": "",
"stationIdsList": [
"OD0"
]
},
{
"sequence": "3",
"stationIdsList": [
"QCAM"
]
},
{
"sequence": "3",
"operator":"O1",
"stationIdsList": [
"CAM1","CAM2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": 1,
"operationType":1
},
"setupTime":{
"distributionType": "Fixed",
"mean": 0.6,
"operationType":1
}
},
{
"sequence": "4",
"stationIdsList": [
"QMILL"
]
},
{
"sequence": "4",
"operator":"O1",
"stationIdsList": [
"MILL1","MILL2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": 4,
"operationType":1
},
"setupTime":{
"distributionType": "Fixed",
"mean": 0.4,
"operationType":1
}
},
{
"sequence": "5",
"stationIdsList": [
"QEDM"
]
},
{
"sequence": "5",
"operator":"O1",
"stationIdsList": [
"EDM"
],
"processingTime": {
"distributionType": "Fixed",
"mean": 1,
"operationType":1
},
"setupTime":{
"distributionType": "Fixed",
"mean": 0.6,
"operationType":1
}
},
{
"sequence": "6",
"stationIdsList": [
"AB1"
]
},
{
"sequence": "6",
"stationIdsList": [
"MA1","MA2","MA3"
]
}
]
},
{
"_class": "Dream.Mould",
"id": "M1O1",
"name": "Mould1 from Order1",
"route": [
{
"sequence": "6",
"operator":"O1",
"stationIdsList": [
"MA1","MA2","MA3"
],
"processingTime": {
"distributionType": "Fixed",
"mean": 1,
"operationType":1
}
},
{
"sequence": "7",
"stationIdsList": [
"QIM"
]
},
{
"sequence": "7",
"operator":"O1",
"stationIdsList": [
"IM"
],
"processingTime": {
"distributionType": "Fixed",
"mean": 2,
"operationType":0
},
"setupTime":{
"distributionType": "Fixed",
"mean": 0.5,
"operationType":1
}
},
{
"sequence": "8",
"stationIdsList": [
"E1"
]
}
]
}
]
}
]
},
"nodes": {
"Q0": {
"_class": "Dream.ConditionalBuffer",
"name": "StartQueue",
"isDummy": "0",
"schedulingRule": "Priority",
"capacity": "-1",
"wip": [
{"id":"OD1","sequence":"1"}
]
},
"CAD1": {
"_class": "Dream.MachineJobShop",
"name": "CAD Design 1",
"operationType": "Load"
},
"CAD2": {
"_class": "Dream.MachineJobShop",
"name": "CAD Design 2",
"operationType": "Load"
},
"OD0": {
"_class": "Dream.OrderDecomposition",
"name": "Order Decomposition"
},
"QCAM": {
"_class": "Dream.ConditionalBuffer",
"name": "Queue CAM",
"isDummy": "0",
"schedulingRule": "Priority",
"capacity": "-1"
},
"CAM1": {
"_class": "Dream.MachineJobShop",
"name": "CAM Design 1",
"operationType": "Load"
},
"CAM2": {
"_class": "Dream.MachineJobShop",
"name": "CAM Design 2",
"operationType": "Load"
},
"QMILL": {
"_class": "Dream.ConditionalBuffer",
"name": "Queue Milling",
"isDummy": "0",
"capacity": "-1"
},
"MILL1": {
"_class": "Dream.MachineJobShop",
"name": "Milling 1",
"operationType": "Load"
},
"MILL2": {
"_class": "Dream.MachineJobShop",
"name": "Milling 2",
"operationType": "Load"
},
"QEDM": {
"_class": "Dream.ConditionalBuffer",
"name": "Queue EDM",
"isDummy": "0",
"schedulingRule": "Priority",
"capacity": "-1"
},
"EDM": {
"_class": "Dream.MachineJobShop",
"name": "EDM",
"operationType": "Load"
},
"AB1": {
"_class": "Dream.MouldAssemblyBuffer",
"id": "AB1",
"name": "Assembly Buffer",
"schedulingRule": "Priority",
"isDummy": "0",
"capacity": "-1"
},
"MA1": {
"_class": "Dream.MouldAssembly",
"id": "MA1",
"name": "Assembly 1",
"operationType": "Load"
},
"MA2": {
"_class": "Dream.MouldAssembly",
"id": "MA2",
"name": "Assembly 2",
"operationType": "Load"
},
"MA3": {
"_class": "Dream.MouldAssembly",
"id": "MA3",
"name": "Assembly 3",
"operationType": "Load"
},
"QIM": {
"_class": "Dream.ConditionalBuffer",
"name": "Queue Mould Injection",
"isDummy": "0",
"schedulingRule": "Priority",
"capacity": "-1"
},
"IM": {
"_class": "Dream.MachineJobShop",
"name": "Mould Injection",
"operationType": "Load"
},
"E1": {
"_class": "Dream.ExitJobShop",
"name": "Exit"
},
"OP1" : {
"_class" : "Dream.OperatorPool",
"capacity" : 3,
"name" : "Operator Pool 1"
},
"O1": {
"_class": "Dream.Operator",
"capacity": "1",
"name": "Operator1",
"schedulingRule": "Priority"
},
"O2": {
"_class": "Dream.Operator",
"capacity": "1",
"name": "Operator2",
"schedulingRule": "Priority"
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.MouldAssemblyBuffer",
"family": "Buffer",
"id": "AB1",
"results": {}
},
{
"_class": "Dream.OrderComponent",
"family": "Job",
"id": "C1O1",
"results": {
"completionTime": "still in progress",
"schedule": [
{
"entranceTime": 1.5,
"stationId": "OD0"
},
{
"entranceTime": 1.5,
"stationId": "QCAM"
},
{
"entranceTime": 1.5,
"stationId": "CAM1"
},
{
"entranceTime": 4.0,
"stationId": "QMILL"
},
{
"entranceTime": 4.0,
"stationId": "MILL2"
},
{
"entranceTime": 6.5,
"stationId": "QEDM"
},
{
"entranceTime": 6.5,
"stationId": "EDM"
},
{
"entranceTime": 9.0,
"stationId": "AB1"
},
{
"entranceTime": 10.6,
"stationId": "MA1"
}
]
}
},
{
"_class": "Dream.OrderComponent",
"family": "Job",
"id": "C2O1",
"results": {
"completionTime": "still in progress",
"schedule": [
{
"entranceTime": 1.5,
"stationId": "OD0"
},
{
"entranceTime": 1.5,
"stationId": "QCAM"
},
{
"entranceTime": 1.5,
"stationId": "CAM2"
},
{
"entranceTime": 3.1,
"stationId": "QMILL"
},
{
"entranceTime": 3.1,
"stationId": "MILL1"
},
{
"entranceTime": 7.5,
"stationId": "QEDM"
},
{
"entranceTime": 9.0,
"stationId": "EDM"
},
{
"entranceTime": 10.6,
"stationId": "AB1"
},
{
"entranceTime": 10.6,
"stationId": "MA1"
}
]
}
},
{
"_class": "Dream.MachineJobShop",
"family": "Server",
"id": "CAD1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"setup_ratio": 3.546099290780142,
"waiting_ratio": 89.36170212765958,
"working_ratio": 7.092198581560284
}
},
{
"_class": "Dream.MachineJobShop",
"family": "Server",
"id": "CAD2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"waiting_ratio": 100.0,
"working_ratio": 0.0
}
},
{
"_class": "Dream.MachineJobShop",
"family": "Server",
"id": "CAM1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"setup_ratio": 3.546099290780142,
"waiting_ratio": 82.26950354609929,
"working_ratio": 14.184397163120568
}
},
{
"_class": "Dream.MachineJobShop",
"family": "Server",
"id": "CAM2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"setup_ratio": 4.255319148936171,
"waiting_ratio": 88.65248226950355,
"working_ratio": 7.092198581560284
}
},
{
"_class": "Dream.ExitJobShop",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": 14.1,
"takt_time": 14.1,
"throughput": 1
}
},
{
"_class": "Dream.MachineJobShop",
"family": "Server",
"id": "EDM",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"setup_ratio": 7.80141843971631,
"waiting_ratio": 70.92198581560284,
"working_ratio": 21.27659574468085
}
},
{
"_class": "Dream.MachineJobShop",
"family": "Server",
"id": "IM",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"setup_ratio": 3.546099290780142,
"waiting_ratio": 82.26950354609929,
"working_ratio": 14.184397163120568
}
},
{
"_class": "Dream.Mould",
"family": "Job",
"id": "M1O1",
"results": {
"completionTime": 14.1,
"schedule": [
{
"entranceTime": 10.6,
"stationId": "MA1"
},
{
"entranceTime": 11.6,
"stationId": "QIM"
},
{
"entranceTime": 11.6,
"stationId": "IM"
},
{
"entranceTime": 14.1,
"stationId": "E1"
}
]
}
},
{
"_class": "Dream.MouldAssembly",
"family": "Server",
"id": "MA1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"waiting_ratio": 92.90780141843972,
"working_ratio": 7.092198581560284
}
},
{
"_class": "Dream.MouldAssembly",
"family": "Server",
"id": "MA2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"waiting_ratio": 100.0,
"working_ratio": 0.0
}
},
{
"_class": "Dream.MouldAssembly",
"family": "Server",
"id": "MA3",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"waiting_ratio": 100.0,
"working_ratio": 0.0
}
},
{
"_class": "Dream.MachineJobShop",
"family": "Server",
"id": "MILL1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"setup_ratio": 2.836879432624113,
"waiting_ratio": 68.79432624113474,
"working_ratio": 28.368794326241137
}
},
{
"_class": "Dream.MachineJobShop",
"family": "Server",
"id": "MILL2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"load_ratio": 0.0,
"setup_ratio": 3.546099290780142,
"waiting_ratio": 82.26950354609929,
"working_ratio": 14.184397163120568
}
},
{
"_class": "Dream.Operator",
"family": "Operator",
"id": "O1",
"results": {
"waiting_ratio": 39.71631205673759,
"working_ratio": 60.283687943262414
}
},
{
"_class": "Dream.Operator",
"family": "Operator",
"id": "O2",
"results": {
"waiting_ratio": 31.914893617021278,
"working_ratio": 68.08510638297872
}
},
{
"_class": "Dream.OrderDesign",
"family": "Job",
"id": "OD1",
"results": {
"completionTime": 1.5,
"schedule": [
{
"entranceTime": 0,
"stationId": "Q0"
},
{
"entranceTime": 0.0,
"stationId": "CAD1"
},
{
"entranceTime": 1.5,
"stationId": "OD0"
}
]
}
},
{
"_class": "Dream.ConditionalBuffer",
"family": "Buffer",
"id": "Q0",
"results": {}
},
{
"_class": "Dream.ConditionalBuffer",
"family": "Buffer",
"id": "QCAM",
"results": {}
},
{
"_class": "Dream.ConditionalBuffer",
"family": "Buffer",
"id": "QEDM",
"results": {}
},
{
"_class": "Dream.ConditionalBuffer",
"family": "Buffer",
"id": "QIM",
"results": {}
},
{
"_class": "Dream.ConditionalBuffer",
"family": "Buffer",
"id": "QMILL",
"results": {}
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
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