Commit 28d73a4c authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

topology49 and dump added. First test for Machine with shifts

parent 84fb0631
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"S1",
"M1",
{}
],
"1": [
"M1",
"E1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "20",
"numberOfReplications": "1",
"trace": "Yes"
},
"nodes": {
"E1": {
"_class": "Dream.Exit",
"left": 0.5,
"name": "Stock",
"top": 0.10215053763440862
},
"M1": {
"_class": "Dream.Machine",
"left": 0.5,
"shift": {
"shiftPattern":[[0,5], [9,11], [17,19]],
"endUnfinished":0
},
"name": "Moulding",
"processingTime": {
"distributionType": "Fixed",
"mean": "1.5"
},
"top": 0.5
},
"S1": {
"_class": "Dream.Source",
"entity": "Part",
"interarrivalTime": {
"distributionType": "Fixed",
"mean": "1"
},
"left": 0.5,
"name": "Raw Material",
"top": 0.8978494623655914
}
}
}
\ No newline at end of file
{
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"throughput": 5,
"takt_time": 3.5,
"lifespan": 5.3
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"working_ratio": 45.0,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.0,
"off_shift_ratio": 55.0
}
}
],
"_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