Skip to content

Commit

Permalink
adding back stirring config
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Dec 3, 2024
1 parent b4117c8 commit 49f53b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion workspace/scripts/files/pioreactor/config.example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ initial_duty_cycle=30
pwm_hz=200
use_rpm=1
duration_between_updates_seconds=23

post_delay_duration=0.25
pre_delay_duration=2.0
# if turning enable_dodging_od on, we recommend decreasing samples_per_second
enable_dodging_od=False

[od_reading.config]
# how many optical density measurements should be published per second? Recommended maximum is 1.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_order_by: started_at
has_experiment: true
has_unit: true
source: app
query: SELECT *, BASE64(settings) as settings FROM dosing_automation_settings
query: SELECT *, BASE64(settings) as json_settings FROM dosing_automation_settings
timestamp_columns:
- started_at
- ended_at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_order_by: started_at
has_experiment: true
has_unit: true
source: app
query: SELECT *, BASE64(settings) as settings FROM led_automation_settings
query: SELECT *, BASE64(settings) as json_settings FROM led_automation_settings
timestamp_columns:
- started_at
- ended_at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_order_by: started_at
has_experiment: true
has_unit: true
source: app
query: SELECT *, BASE64(settings) as settings FROM temperature_automation_settings
query: SELECT *, BASE64(settings) as json_settings FROM temperature_automation_settings
timestamp_columns:
- started_at
- ended_at
Expand Down

0 comments on commit 49f53b6

Please sign in to comment.