Commit b12d4076 authored by Georgios Dagkakis's avatar Georgios Dagkakis

test with operator not taking job because he is locked

parent feb40121
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"O1",
"M1",
{}
],
"1": [
"O1",
"M2",
{}
],
"2": [
"S1",
"M1",
{}
],
"3": [
"M1",
"E1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "10",
"numberOfReplications": "1",
"trace": "Yes",
"console": "No"
},
"nodes": {
"E1": {
"_class": "Dream.Exit",
"left": 0.7083333333333333,
"top": 0.05688622754491013
},
"M1": {
"_class": "Dream.Machine",
"left": 0.5625,
"name": "Machine1",
"operationType": "Processing",
"processingTime": {
"distributionType": "Fixed",
"mean": 3.0
},
"top": 0.5
},
"O1": {
"_class": "Dream.Operator",
"capacity": 1,
"left": 0.8489583333333334,
"name": "Operator1",
"top": 0.721556886227545,
"shift": {
"shiftPattern": [
[
0,
7
]
],
"endUnfinished": 0,
"receiveBeforeEndThreshold": 2
}
},
"S1": {
"_class": "Dream.Source",
"entity": "Dream.Part",
"interarrivalTime": {
"distributionType": "Fixed",
"mean": 2
},
"left": 0.30208333333333337,
"name": "Source",
"top": 0.9431137724550899
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 3.5,
"takt_time": 3.0,
"throughput": 2
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 40.0,
"working_ratio": 60.0
}
},
{
"_class": "Dream.Operator",
"id": "O1",
"results": {
"off_shift_ratio": 30.0,
"waiting_ratio": 10.0,
"working_ratio": 60.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