Skip to content
Snippets Groups Projects
Select Git revision
  • fc942c4de3ec974336eda354920aea6ef863f9b9
  • master default
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.1
  • v2014.0
  • v2013.0
10 results

labcomm

Forked from Anders Blomdell / LabComm
Source project has a limited visibility.

DoubleTankLab

This module is used for the doubletank lab. It currently works for julia v0.6 only.

Installation

In Julia, install with

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")

Usage

After running

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.