Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DoubleTankLab.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
processes
DoubleTankLab.jl
Commits
80f39596
Commit
80f39596
authored
4 years ago
by
Albin Heimerson
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
d83c7555
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-14
3 additions, 14 deletions
README.md
with
3 additions
and
14 deletions
README.md
+
3
−
14
View file @
80f39596
# DoubleTankLab
This module
is used for
the doubletank lab.
It currently works for julia v
0.6 only
.
This module
contains the simulation only version of
the doubletank lab.
It currently works for julia v
1.3 (at least)
.
## Installation
In Julia, install with
```
julia
Pkg
.
clone
(
"https://gitlab.control.lth.se/processes/LabProcesses.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/DoubleTankLab.jl.git"
)
]
add
https
://
gitlab
.
control
.
lth
.
se
/
processes
/
DoubleTankLab
.
jl
#simonlyfix
```
## Usage
After running
```
julia
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>
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment