Commit c0bffa78 authored by Georgios Dagkakis's avatar Georgios Dagkakis

new SingleServer test model added - good for simple demo

parent 54a5c61d
This diff is collapsed.
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": [
0.75
],
"takt_time": [
0.9975
],
"throughput": [
100
]
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": [
0.0
],
"break_ratio": [
0.0
],
"failure_ratio": [
0.0
],
"loading_ratio": [
0.0
],
"off_shift_ratio": [
0.0
],
"setup_ratio": [
0.0
],
"waiting_ratio": [
25.0
],
"working_ratio": [
75.0
]
}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q1",
"results": {}
}
],
"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