Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multithreading for PID loops #40

Open
8 tasks
Willmish opened this issue Mar 10, 2022 · 0 comments
Open
8 tasks

Multithreading for PID loops #40

Willmish opened this issue Mar 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request Urgent Urgent issue, need to prioritise

Comments

@Willmish
Copy link
Owner

Willmish commented Mar 10, 2022

Ideas for solution

  • Keep calling Sensor.collect() for PID purposes, but do not process by the analysers/DB yet,
  • Send out a new pubsub topic (e.g. DB update), which propagates through the PID analysers to the actuators, grabs the current sensor values, sensor IDs, types etc and sends a message for the data_streamers to pick up and send to whatever storage system is currently selected.

Useful materials:

@Willmish Willmish added the enhancement New feature or request label Mar 10, 2022
@Willmish Willmish self-assigned this Mar 10, 2022
@Willmish Willmish added the Urgent Urgent issue, need to prioritise label Mar 12, 2022
@Willmish Willmish assigned Willmish and unassigned Willmish Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Urgent Urgent issue, need to prioritise
Projects
None yet
Development

No branches or pull requests

2 participants