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

Tempdeck in 3.9 having weird behavior #3663

Closed
sanni-t opened this issue Jul 1, 2019 · 1 comment
Closed

Tempdeck in 3.9 having weird behavior #3663

sanni-t opened this issue Jul 1, 2019 · 1 comment
Labels

Comments

@sanni-t
Copy link
Member

sanni-t commented Jul 1, 2019

overview

Seems like there is a bug in modules discovery and driver<>simulator structure in the api..

current behavior

This behavior is observed occasionally- the tempdeck 'current temp' in run app would be stuck at some value that is not consistent with the tempdeck display (the display seems like the correct indicator. e.g, the tempdeck would read 15C and the app would say 33C when the tempdeck is cold to touch)

I was able to get the app to display correct value by switching to the modules & pipettes card in the app and then going back to the run page. So, it sounds like the discovered module object was reset to the correct one during card switching.

Another weird behavior observed on just one occasion was the tempdeck actually setting temperatures during simulation.

@sanni-t sanni-t added the bug label Jul 1, 2019
@sanni-t
Copy link
Member Author

sanni-t commented Dec 13, 2019

The inaccurate temperature status was being caused by mismatch in modules instances when a module was reconnected. This was because of how modules discovery used to work- by polling for connected devices continuously. This method of discovery was changed in #4441 so the robot is now aware of module connection/disconnection event, fixing the problem of getting stray instances of disconnected modules.
We weren't able to recreate the second issue of tempdeck setting temperatures during simulation. Marking this as solved for now.

@sanni-t sanni-t closed this as completed Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant