You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the PID loops from main.py, make sure they still receive pubsub messages and can send them
Write a testing script for checking pypubsub messages
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.
Ideas for solution
Sensor.collect()
for PID purposes, but do not process by the analysers/DB yet,Useful materials:
The text was updated successfully, but these errors were encountered: