Commit fdb3937f authored by Georgios Dagkakis's avatar Georgios Dagkakis

test with rolling shift added

parent 5de2d166
{
"graph": {
"node": {
"E1": {
"interruptions": {},
"top": 0.10215053763440862,
"_class": "Dream.Exit",
"name": "Stock",
"left": 0.5
},
"S1": {
"name": "Raw Material",
"top": 0.8978494623655914,
"entity": "Dream.Part",
"interArrivalTime": {
"Fixed": {
"distributionType": "Fixed",
"mean": 0.5
}
},
"interruptions": {},
"_class": "Dream.Source",
"left": 0.5
},
"M1": {
"name": "Moulding",
"top": 0.5,
"processingTime": {
"Fixed": {
"mean": 1
}
},
"interruptions": {
"shift": {
"endUnfinished": 0,
"shiftPattern": [
[
0,
15
]
],
"rolling":1,
"lastOffShiftDuration":5
}
},
"_class": "Dream.Machine",
"left": 0.5
}
},
"edge": {
"1": {
"source": "M1",
"destination": "E1",
"data": {},
"_class": "Dream.Edge"
},
"0": {
"source": "S1",
"destination": "M1",
"data": {},
"_class": "Dream.Edge"
}
}
},
"_class": "Dream.Simulation",
"general": {
"maxSimTime": "100",
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"trace": "Yes",
"numberOfReplications": "1"
}
}
\ No newline at end of file
This diff is collapsed.
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