diff --git a/src/tankdemo.jl b/src/tankdemo.jl index d8d51b5bc35de65991e622a335cc3573e8ee882c..73516d67d6c5525baf528cf9c4f652609c5bebbf 100644 --- a/src/tankdemo.jl +++ b/src/tankdemo.jl @@ -1,21 +1,16 @@ -using InteractNext, WebIO, Plots, LabProcesses, LabGUI, Mux, LabConnections#, Blink -include("tankgraphic.jl") -include("DoubleTank.jl") -include("tanklabgui.jl") - +export runprocess, runsimulation """ Alias for runprocess with simulated=true. """ runsimulation(;webservice=true, port=8000, σ = 0.001, duration = 14400) = runprocess(simulated=true, webservice=webservice, port=port, σ=σ, duration=duration) -""" +""" runprocess(;simulated=false, webservice=true, port=8000, σ = 0.001, duration = 14400) Run the doubletank process with a GUI. """ - function runprocess(;simulated=false, webservice=true, port=8000, σ = 0.001, duration = 14400) #Just for testing