Commit 6161b2fc authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

2 more tests added

parent 854a6df4
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"S1",
"DummyQ",
{}
],
"1": [
"M1",
"Q1",
{}
],
"2": [
"M2",
"E1",
{}
],
"3": [
"DummyQ",
"M1",
{}
],
"4": [
"Q1",
"M2",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"numberOfReplications": "1",
"maxSimTime": "7",
"trace": "Yes",
"confidenceLevel": "0.95"
},
"nodes": {
"S1": {
"_class": "Dream.Source",
"id": "S1",
"name": "Raw Material",
"interarrivalTime": {
"distributionType": "Fixed",
"mean": "0.75"
},
"entity": "Part"
},
"M1": {
"_class": "Dream.Machine",
"id": "M1",
"name": "Machine1",
"processingTime": {
"distributionType": "Fixed",
"mean": "0.5"
},
"shift": {
"shiftPattern": [[0,4.75], [9,11], [17,19]],
"endUnfinished": 0
}
},
"M2": {
"_class": "Dream.Machine",
"id": "M2",
"name": "Machine2",
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
}
},
"DummyQ": {
"_class": "Dream.Queue",
"id": "DummyQ",
"name": "DummyQ",
"isDummy": "1",
"capacity": "1"
},
"Q1": {
"_class": "Dream.Queue",
"id": "Q1",
"name": "Q1",
"isDummy": "0",
"capacity": "1"
},
"E1": {
"_class": "Dream.Exit",
"id": "E1",
"name": "Stock"
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"S1",
"DummyQ",
{}
],
"1": [
"M1",
"Q1",
{}
],
"2": [
"M2",
"E1",
{}
],
"3": [
"DummyQ",
"M1",
{}
],
"4": [
"Q1",
"M2",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"numberOfReplications": "1",
"maxSimTime": "7",
"trace": "Yes",
"confidenceLevel": "0.95"
},
"nodes": {
"S1": {
"_class": "Dream.Source",
"id": "S1",
"name": "Raw Material",
"interarrivalTime": {
"distributionType": "Fixed",
"mean": "0.75"
},
"entity": "Part"
},
"M1": {
"_class": "Dream.Machine",
"id": "M1",
"name": "Machine1",
"processingTime": {
"distributionType": "Fixed",
"mean": "0.5"
},
"shift": {
"shiftPattern": [[0,4.75], [9,11], [17,19]],
"endUnfinished": 1
}
},
"M2": {
"_class": "Dream.Machine",
"id": "M2",
"name": "Machine2",
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
}
},
"DummyQ": {
"_class": "Dream.Queue",
"id": "DummyQ",
"name": "DummyQ",
"isDummy": "1",
"capacity": "1"
},
"Q1": {
"_class": "Dream.Queue",
"id": "Q1",
"name": "Q1",
"isDummy": "0",
"capacity": "1"
},
"E1": {
"_class": "Dream.Exit",
"id": "E1",
"name": "Stock"
}
}
}
\ No newline at end of file
{
"elementList": [
{
"_class": "Dream.Queue",
"id": "DummyQ",
"schedulingRule": "FIFO"
},
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"throughput": 6,
"takt_time": 1.0833333333333333,
"lifespan": 2.125
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"working_ratio": 46.42857142857143,
"blockage_ratio": 3.5714285714285716,
"failure_ratio": 0.0,
"waiting_ratio": 17.857142857142858,
"off_shift_ratio": 32.142857142857146
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"working_ratio": 85.71428571428571,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 14.285714285714286
}
},
{
"_class": "Dream.Queue",
"id": "Q1",
"schedulingRule": "FIFO"
}
],
"_class": "Dream.Simulation",
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
{
"elementList": [
{
"_class": "Dream.Queue",
"id": "DummyQ",
"schedulingRule": "FIFO"
},
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"throughput": 6,
"takt_time": 1.0833333333333333,
"lifespan": 2.125
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"working_ratio": 50.0,
"blockage_ratio": 3.5714285714285716,
"failure_ratio": 0.0,
"waiting_ratio": 17.857142857142858,
"off_shift_ratio": 28.571428571428573
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"working_ratio": 85.71428571428571,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 14.285714285714286
}
},
{
"_class": "Dream.Queue",
"id": "Q1",
"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