Commit 8f2f5a1b authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Jérome Perrin

new test topology - Topology43 - testing the operated MachineJobShop

parent 0827d69b
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"O1",
"OP1",
{}
],
"1": [
"O2",
"OP1",
{}
],
"2": [
"OP1",
"M1",
{}
],
"3": [
"OP1",
"M2",
{}
],
"4": [
"OP1",
"M3",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"numberOfReplications": "1",
"maxSimTime": "-1",
"trace": "Yes",
"confidenceLevel": "0.95"
},
"nodes": {
"M1": {
"_class": "Dream.MachineJobShop",
"name": "Machine1",
"operationType": "Processing"
},
"M2": {
"_class": "Dream.MachineJobShop",
"name": "Machine2",
"operationType": "Processing"
},
"M3": {
"_class": "Dream.MachineJobShop",
"name": "Machine3",
"operationType": "Processing"
},
"Q1": {
"_class": "Dream.QueueJobShop",
"name": "Queue1",
"isDummy": "0",
"capacity": "1000",
"wip": [
{
"_class": "Dream.Job",
"name": "Job1",
"id": "J1",
"route": [
{
"stepNumber": "0",
"stationIdsList": [
"Q1"
]
},
{
"stepNumber": "1",
"stationIdsList": [
"M1"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
}
},
{
"stepNumber": "2",
"stationIdsList": [
"Q3"
]
},
{
"stepNumber": "3",
"stationIdsList": [
"M3"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "3"
}
},
{
"stepNumber": "4",
"stationIdsList": [
"Q2"
]
},
{
"stepNumber": "5",
"stationIdsList": [
"M2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "2"
}
},
{
"stepNumber": "6",
"stationIdsList": [
"E1"
]
}
]
}
]
},
"Q2": {
"_class": "Dream.QueueJobShop",
"id": "Q2",
"name": "Queue2",
"isDummy": "0",
"capacity": "1000"
},
"Q3": {
"_class": "Dream.QueueJobShop",
"name": "Queue3",
"isDummy": "0",
"capacity": "1000"
},
"E1": {
"_class": "Dream.ExitJobShop",
"name": "Exit"
},
"O1": {
"_class": "Dream.Operator",
"capacity": "1",
"name": "Operator1"
},
"O2": {
"_class": "Dream.Operator",
"capacity": "1",
"name": "Operator2"
},
"OP1": {
"_class": "Dream.OperatorPool",
"capacity": "1",
"name": "Operator Pool 1"
}
}
}
\ No newline at end of file
{
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"throughput": 1,
"takt_time": 6.0,
"lifespan": 6.0
}
},
{
"extraPropertyDict": {
"route": [
{
"stationIdsList": [
"Q1"
],
"stepNumber": "0"
},
{
"stationIdsList": [
"M1"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
},
"stepNumber": "1"
},
{
"stationIdsList": [
"Q3"
],
"stepNumber": "2"
},
{
"stationIdsList": [
"M3"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "3"
},
"stepNumber": "3"
},
{
"stationIdsList": [
"Q2"
],
"stepNumber": "4"
},
{
"stationIdsList": [
"M2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "2"
},
"stepNumber": "5"
},
{
"stationIdsList": [
"E1"
],
"stepNumber": "6"
}
],
"name": "Job1"
},
"_class": "Dream.Job",
"id": "J1",
"results": {
"completionTime": 6.0,
"schedule": [
{
"entranceTime": 0,
"stationId": "Q1",
"stepNumber": 0
},
{
"entranceTime": 0,
"stationId": "M1",
"stepNumber": 1
},
{
"entranceTime": 1.0,
"stationId": "Q3",
"stepNumber": 2
},
{
"entranceTime": 1.0,
"stationId": "M3",
"stepNumber": 3
},
{
"entranceTime": 4.0,
"stationId": "Q2",
"stepNumber": 4
},
{
"entranceTime": 4.0,
"stationId": "M2",
"stepNumber": 5
},
{
"entranceTime": 6.0,
"stationId": "E1",
"stepNumber": 6
}
]
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"working_ratio": 16.666666666666668,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 83.33333333333333
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"working_ratio": 33.333333333333336,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 66.66666666666667
}
},
{
"_class": "Dream.Machine",
"id": "M3",
"results": {
"working_ratio": 50.0,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 50.0
}
},
{
"_class": "Dream.QueueJobShop",
"id": "Q1",
"schedulingRule": "FIFO"
},
{
"_class": "Dream.QueueJobShop",
"id": "Q2",
"schedulingRule": "FIFO"
},
{
"_class": "Dream.QueueJobShop",
"id": "Q3",
"schedulingRule": "FIFO"
}
],
"_class": "Dream.Simulation",
"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