Commit fdf674c5 authored by Georgios Dagkakis's avatar Georgios Dagkakis

example of using ManPy via JSON added in the documentation

parent 9887f05c
No preview for this file type
No preview for this file type
{
"general": {
"maxSimTime": 1440,
"numberOfReplications": 1,
"trace": "No"
},
"graph": {
"edge": {
"1": {
"_class": "Dream.Edge",
"destination": "Q1",
"source": "S1"
},
"2": {
"_class": "Dream.Edge",
"destination": "M1",
"source": "Q1"
},
"3": {
"_class": "Dream.Edge",
"destination": "E1",
"source": "M1"
}
},
"node": {
"E1": {
"_class": "Dream.Exit",
"name": "Exit"
},
"M1": {
"_class": "Dream.Machine",
"name": "Machine",
"processingTime": {
"Fixed": {
"mean": 0.25
}
}
},
"Q1": {
"_class": "Dream.Queue",
"capacity": 1,
"name": "Queue"
},
"S1": {
"_class": "Dream.Source",
"entity": "Dream.Part",
"id": "S1",
"interArrivalTime": {
"Fixed": {
"mean": 0.5
}
},
"name": "Source"
}
}
}
}
\ No newline at end of file
{
"elementList": [
{
"_class": "Dream.Queue",
"id": "Q1",
"family": "Buffer",
"results": {}
},
{
"_class": "Dream.Machine",
"id": "M1",
"family": "Server",
"results": {
"working_ratio": [
50
],
"blockage_ratio": [
0
],
"waiting_ratio": [
50
],
"off_shift_ratio": [
0
],
"break_ratio": [
0
],
"setup_ratio": [
0
],
"failure_ratio": [
0
],
"loading_ratio": [
0
]
}
},
{
"_class": "Dream.Exit",
"id": "E1",
"family": "Exit",
"results": {
"throughput": [
2880
],
"takt_time": [
0.49991319444444443
],
"lifespan": [
0.25
]
}
}
],
"_class": "Dream.Simulation",
"general": {
"totalExecutionTime": 1.9249999523162842,
"_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