Commit 0fdc9b3c authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Jérome Perrin

new test topology - Topology42 testing the load and setup operationTypes of...

new test topology - Topology42 testing the load and setup operationTypes of machine. Need to verify against commercial software
parent 7765135f
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"O1",
"M1",
{}
],
"1": [
"O1",
"M2",
{}
],
"2": [
"S1",
"M1",
{}
],
"3": [
"M1",
"M2",
{}
],
"4": [
"M2",
"E1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "155",
"numberOfReplications": "1",
"trace": "Yes"
},
"nodes": {
"E1": {
"_class": "Dream.Exit",
"name": "Exit"
},
"S1": {
"_class": "Dream.Source",
"entity": "Part",
"interarrivalTime": {
"distributionType": "Fixed",
"mean": "6"
},
"name": "Source"
},
"M1": {
"_class": "Dream.Machine",
"name": "Machine1",
"processingTime": {
"distributionType": "Fixed",
"mean": "17"
},
"loadTime": {
"loadDistribution": "Fixed",
"loadMean": "0"
},
"operationType": "MT-Load-Processing"
},
"M2": {
"_class": "Dream.Machine",
"name": "Machine2",
"failures": {
},
"setupTime": {
"setupDistribution": "Fixed",
"setupMean": "0.25"
},
"loadTime": {
"loadDistribution": "Fixed",
"loadMean": "0"
},
"processingTime": {
"distributionType": "Fixed",
"mean": "2"
},
"operationType": "MT-Load-Setup-Processing"
},
"O1": {
"_class": "Dream.Operator",
"capacity": "1",
"name": "Operator1"
}
}
}
{
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"throughput": 8,
"takt_time": 19.25,
"lifespan": 65.625
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"working_ratio": 88.38709677419355,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 11.612903225806452,
"load_ratio": 0.0
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"working_ratio": 10.32258064516129,
"blockage_ratio": 0.0,
"waiting_ratio": 88.38709677419355,
"setup_ratio": 1.2903225806451613,
"load_ratio": 0.0,
"failure_ratio": 0.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