Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
processes
DoubleTankLab.jl
Commits
ca67b615
Commit
ca67b615
authored
Mar 14, 2018
by
Jacob Wikmark
Browse files
tankdemo process
parent
2a94d8c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tankdemo.jl
View file @
ca67b615
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment