Commit 9c525ae4 authored by Georgios Dagkakis's avatar Georgios Dagkakis

test with wip in decomposition added. More tests to come

parent 3938d177
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"Q1",
"BD1",
{}
],
"1": [
"BD1",
"M1",
{}
],
"2": [
"M1",
"Q2",
{}
],
"3": [
"Q2",
"M2",
{}
],
"4": [
"M2",
"BR1",
{}
],
"5": [
"BR1",
"E1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "-1",
"numberOfReplications": "1",
"trace": "Yes"
},
"nodes": {
"BD1": {
"_class": "Dream.BatchDecomposition",
"left": 0.4414893617021277,
"name": "Batch_Decomposition",
"numberOfSubBatches": 2,
"processingTime": {
"distributionType": "Fixed",
"mean": 0
},
"wip": [
{
"_class": "Dream.SubBatch",
"name": "Batch0_SB1",
"id": "SB1",
"numberOfUnits": "40",
"parentBatchId": "B0",
"parentBatchName": "Batch0"
}
],
"top": 0.5909090909090908
},
"BR1": {
"_class": "Dream.BatchReassembly",
"left": 0.4414893617021277,
"name": "Batch_Reassembly",
"numberOfSubBatches": 2,
"processingTime": {
"distributionType": "Fixed",
"mean": 0
},
"top": 0.5909090909090908
},
"E1": {
"_class": "Dream.Exit",
"left": 0.2978723404255319,
"name": "Stock",
"top": 0.045454545454545414
},
"M1": {
"_class": "Dream.BatchScrapMachine",
"failures": {},
"left": 0.4414893617021277,
"name": "Station1",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.1
},
"wip": [
{
"_class": "Dream.SubBatch",
"name": "Batch0_SB2",
"id": "SB2",
"numberOfUnits": "40",
"unitsToProcess": 30,
"parentBatchId": "B0",
"parentBatchName": "Batch0"
}
],
"top": 0.5909090909090908
},
"M2": {
"_class": "Dream.BatchScrapMachine",
"failures": {},
"left": 0.4414893617021277,
"name": "Station2",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.2
},
"top": 0.5909090909090908
},
"Q1": {
"_class": "Dream.Queue",
"capacity": "-1",
"left": 0.6968085106382979,
"name": "StartQueue",
"top": 0.7727272727272727,
"wip": []
},
"Q2": {
"_class": "Dream.LineClearance",
"capacity": "2",
"left": 0.6968085106382979,
"name": "Queue1",
"top": 0.7727272727272727,
"wip": []
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 19.0,
"takt_time": 19.0,
"throughput": 1,
"unitsThroughput": 80
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 63.1578947368421,
"working_ratio": 36.8421052631579
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 15.789473684210526,
"working_ratio": 84.21052631578948
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
},
{
"_class": "Dream.LineClearance",
"id": "Q2"
}
],
"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