Skip to content
Snippets Groups Projects
Commit 33d8ccdf authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Update README.md

parent 982e7a22
Branches master
No related tags found
No related merge requests found
# DoubleTankLab # DoubleTankLab
This module is used for the doubletank lab. This module is used for the doubletank lab.
It currently works for julia v0.6 only.
## Installation
In Julia, install with In Julia, install with
```julia ```julia
Pkg.clone("git@gitlab.control.lth.se:processes/LabProcesses.jl.git") Pkg.clone("https://gitlab.control.lth.se/processes/LabProcesses.jl.git")
Pkg.clone("git@gitlab.control.lth.se:labdev/LabConnections.jl.git") Pkg.clone("https://gitlab.control.lth.se/labdev/LabConnections.jl.git")
Pkg.clone("https://gitlab.control.lth.se/processes/LabGUI.jl.git") Pkg.clone("https://gitlab.control.lth.se/processes/LabGUI.jl.git")
Pkg.clone("https://gitlab.control.lth.se/processes/DoubleTankLab.jl.git") Pkg.clone("https://gitlab.control.lth.se/processes/DoubleTankLab.jl.git")
``` ```
...@@ -15,4 +17,5 @@ After running ...@@ -15,4 +17,5 @@ After running
```julia ```julia
using DoubleTankLab using DoubleTankLab
``` ```
the method `runprocess()` runs the tank lab GUI with a physical process. Running `runsimulation()` runs it as a simulation. The GUI is then accessible via browser, by default at <http://0.0.0.0:8000>. the method `runprocess()` runs the tank lab GUI with a physical process. Running `runsimulation()` runs it as a simulation.
The GUI is then accessible via browser, by default at <http://0.0.0.0:8000>.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment