Skip to content
Snippets Groups Projects
Commit f17bea59 authored by Kenneth Guldbrandt Lausdahl's avatar Kenneth Guldbrandt Lausdahl
Browse files

updated connection syntax

parent 3d7aca88
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,8 @@ Create a file named `config.json` with the following content:
"../fmus/tank"
],
"connections":{
"{8c4e810f-3df3-4a00-8276-176fa3c9f000}.controller.valve":"{8c4e810f-3df3-4a00-8276-176fa3c9f001}.tank.valve",
"{8c4e810f-3df3-4a00-8276-176fa3c9f001}.tank.level":"{8c4e810f-3df3-4a00-8276-176fa3c9f000}.controller.level"
"{8c4e810f-3df3-4a00-8276-176fa3c9f000}.controller.valve":["{8c4e810f-3df3-4a00-8276-176fa3c9f001}.tank.valve"],
"{8c4e810f-3df3-4a00-8276-176fa3c9f001}.tank.level":["{8c4e810f-3df3-4a00-8276-176fa3c9f000}.controller.level"]
},
"parameters":{
"{guid-controller}.controller.maxLevel":8,
......@@ -60,6 +60,8 @@ Create a file named `config.json` with the following content:
```
Note that the connections is Output to Inputs i.e. a map from String -> Set of String. So here `"a":["b","c"]` means that input `b` and `c` is provided by `a`.
### Perform the simulation
1. Start the COE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment