Commit 958d6b41 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

test 66 added and its dump. It outputs wip stats for one Queue. ATTENTION, the...

test 66 added and its dump. It outputs wip stats for one Queue. ATTENTION, the test 63 problem is fixed in GeorgeReturnLists branch
parent c07af8d2
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"W1",
"M1",
{}
],
"1": [
"W1",
"M2",
{}
],
"2": [
"S1",
"DummyQ",
{}
],
"3": [
"M1",
"Q1",
{}
],
"4": [
"M2",
"E1",
{}
],
"5": [
"DummyQ",
"M1",
{}
],
"6": [
"Q1",
"M2",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "50",
"numberOfReplications": "1",
"trace": "No"
},
"nodes": {
"DummyQ": {
"_class": "Dream.Queue",
"capacity": 1,
"isDummy": "1",
"left": 0.6968085106382979,
"name": "DummyQ",
"top": 0.7727272727272727
},
"E1": {
"_class": "Dream.Exit",
"left": 0.2978723404255319,
"name": "Stock",
"top": 0.045454545454545414
},
"M1": {
"_class": "Dream.Machine",
"failures": {
"MTTF": 60,
"MTTR": 5,
"distributionType": "Fixed"
},
"left": 0.4414893617021277,
"name": "Machine1",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.25
},
"top": 0.5909090909090908
},
"M2": {
"_class": "Dream.Machine",
"failures": {
"MTTF": 40,
"MTTR": 10,
"distributionType": "Fixed"
},
"left": 0.2978723404255319,
"name": "Machine2",
"processingTime": {
"distributionType": "Fixed",
"mean": 1.5
},
"top": 0.2272727272727273
},
"Q1": {
"_class": "Dream.Queue",
"capacity": 1,
"left": 0.4414893617021277,
"name": "Q1",
"gatherWipStat": 1,
"top": 0.40909090909090906
},
"S1": {
"_class": "Dream.Source",
"entity": "Dream.Part",
"interarrivalTime": {
"distributionType": "Fixed",
"mean": 0.5
},
"left": 0.6968085106382979,
"name": "Raw Material",
"top": 0.9545454545454546
},
"W1": {
"_class": "Dream.Repairman",
"capacity": 1,
"left": 0.14893617021276595,
"name": "W1",
"top": 0.7727272727272727
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Queue",
"id": "DummyQ"
},
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 5.5673076923076925,
"takt_time": 1.5096153846153846,
"throughput": 26
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 84.5,
"failure_ratio": 0.0,
"waiting_ratio": 1.0,
"working_ratio": 14.5
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 20.0,
"waiting_ratio": 0.5,
"working_ratio": 79.5
}
},
{
"_class": "Dream.Queue",
"id": "Q1",
"wip_stat_list": [
[
0,
0
],
[
0.25,
1
],
[
0.25,
0
],
[
0.75,
1
],
[
1.75,
0
],
[
1.75,
1
],
[
3.25,
0
],
[
3.25,
1
],
[
4.75,
0
],
[
4.75,
1
],
[
6.25,
0
],
[
6.25,
1
],
[
7.75,
0
],
[
7.75,
1
],
[
9.25,
0
],
[
9.25,
1
],
[
10.75,
0
],
[
10.75,
1
],
[
12.25,
0
],
[
12.25,
1
],
[
13.75,
0
],
[
13.75,
1
],
[
15.25,
0
],
[
15.25,
1
],
[
16.75,
0
],
[
16.75,
1
],
[
18.25,
0
],
[
18.25,
1
],
[
19.75,
0
],
[
19.75,
1
],
[
21.25,
0
],
[
21.25,
1
],
[
22.75,
0
],
[
22.75,
1
],
[
24.25,
0
],
[
24.25,
1
],
[
25.75,
0
],
[
25.75,
1
],
[
27.25,
0
],
[
27.25,
1
],
[
28.75,
0
],
[
28.75,
1
],
[
30.25,
0
],
[
30.25,
1
],
[
31.75,
0
],
[
31.75,
1
],
[
33.25,
0
],
[
33.25,
1
],
[
34.75,
0
],
[
34.75,
1
],
[
36.25,
0
],
[
36.25,
1
],
[
37.75,
0
],
[
37.75,
1
],
[
39.25,
0
],
[
39.25,
1
]
]
},
{
"_class": "Dream.Repairman",
"id": "W1",
"results": {
"waiting_ratio": 80.0,
"working_ratio": 20.0
}
}
],
"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