Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
bliss
Commits
e6053c79
Commit
e6053c79
authored
May 05, 2021
by
Valentin Valls
Browse files
Add a mocked regulation controller to the demo
parent
d11169dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
demo/demo_configuration/regulation.yml
0 → 100644
View file @
e6053c79
-
class
:
Mockup
module
:
temperature.mockup
plugin
:
regulation
inputs
:
-
name
:
thermo_sample_new
channel
:
A
unit
:
deg
cooling_rate
:
1.0
tango_server
:
temp1
-
name
:
sensor_new
channel
:
B
cooling_rate
:
2.0
tango_server
:
temp1
outputs
:
-
name
:
heater_new
channel
:
A
unit
:
Volt
low_limit
:
0.0
high_limit
:
100.0
ramprate
:
0.0
heating_rate
:
10.0
tango_server
:
temp1
ctrl_loops
:
-
name
:
regulation
input
:
$thermo_sample_new
output
:
$heater_new
P
:
0.5
I
:
0.2
D
:
0.0
low_limit
:
0.0
high_limit
:
1.0
frequency
:
10.0
deadband
:
0.05
deadband_time
:
1.5
ramprate
:
1.0
wait_mode
:
deadband
tango_server
:
temp1
demo/demo_configuration/sessions/demo_session.yml
View file @
e6053c79
...
...
@@ -25,6 +25,7 @@
-
transfocator
-
wcid00a
-
white_beam_attn
-
regulation
-
class
:
MeasurementGroup
name
:
MG1
counters
:
...
...
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