Commit bb096f30 authored by Georgios Dagkakis's avatar Georgios Dagkakis

1 test added and correction in dump65

parent 83cbe975
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"Q1",
"M1",
{}
],
"1": [
"M1",
"BRB",
{}
],
"2": [
"BRB",
"E1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "-1",
"numberOfReplications": "1",
"trace": "Yes"
},
"nodes": {
"E1": {
"_class": "Dream.Exit",
"left": 0.5,
"name": "Stock",
"top": 0.10215053763440862
},
"Q1": {
"_class": "Dream.Queue",
"capacity": 1,
"left": 0.4414893617021277,
"name": "Q1",
"top": 0.40909090909090906,
"wip": [
{
"_class": "Dream.SubBatch",
"id": "SB2",
"name": "Batch1_SB2",
"numberOfUnits": 30,
"parentBatchId":"B1",
"parentBatchName":"Batch1"
}
]
},
"M1": {
"_class": "Dream.BatchScrapMachine",
"failures": {
"failureDistribution": "No"
},
"left": 0.5,
"name": "Moulding",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.1
},
"wip": [
{
"_class": "Dream.SubBatch",
"id": "SB1",
"name": "Batch1_SB1",
"numberOfUnits": 30,
"unitsToProcess": 10,
"parentBatchId":"B1",
"parentBatchName":"Batch1"
}
],
"top": 0.5
},
"BRB": {
"name": "Reassembly",
"processingTime": {
"distributionType": "Fixed",
"mean": 0
},
"numberOfSubBatches": 2,
"_class": "Dream.BatchReassembly"
}
}
}
\ No newline at end of file
......@@ -6,10 +6,10 @@
"family": "Exit",
"id": "E1",
"results": {
"lifespan": 48.0,
"lifespan": 32.0,
"takt_time": 16.0,
"throughput": 5,
"unitsThroughput": 400
"throughput": 3,
"unitsThroughput": 240
}
},
{
......@@ -17,10 +17,10 @@
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": 30.0,
"blockage_ratio": 25.0,
"failure_ratio": 0.0,
"waiting_ratio": 30.0,
"working_ratio": 40.0
"waiting_ratio": 41.666666666666664,
"working_ratio": 33.333333333333336
}
},
{
......
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 4.0,
"takt_time": 4.0,
"throughput": 1,
"unitsThroughput": 60
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.0,
"working_ratio": 100.0
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
}
],
"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