Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
processes
LabProcesses.jl
Commits
cd872dd8
Commit
cd872dd8
authored
Aug 23, 2019
by
Julian Salt
Browse files
Update furuta.jl
parent
8e32c861
Pipeline
#734
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/interface_implementations/furuta.jl
View file @
cd872dd8
...
...
@@ -26,7 +26,7 @@ function Furuta(;
h
::
Float64
=
0.01
,
bias
::
Float64
=
0.
,
stream
::
LabStream
=
ComediStream
(),
measure
::
AnalogInput10V
=
AnalogInput10V
(
1
),
measure
::
AnalogInput10V
=
AnalogInput10V
(
4
),
control
::
AnalogOutput10V
=
AnalogOutput10V
(
0
))
p
=
Furuta
(
Float64
(
h
),
Float64
(
bias
),
stream
,
measure
,
control
)
init_devices!
(
p
.
stream
,
p
.
measure
,
p
.
control
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment