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

Fix RAM Panel Switching issue #262

Open
wiidler opened this issue Oct 20, 2023 · 0 comments
Open

Fix RAM Panel Switching issue #262

wiidler opened this issue Oct 20, 2023 · 0 comments
Labels
2-Star Mid-level issue, may take some research bug

Comments

@wiidler
Copy link
Member

wiidler commented Oct 20, 2023

Expected Behavior

When switching tabs on ram, the former window's process should stop.

i.e. After entering info on Science, then switching to Autonomy, Science's processes should stop running.

Current Behavior

The previous processes continue to run, and if tabs are selected multiple times (i.e. Science to Autonomy to Science) unintended data transfer can occur.

Steps to Reproduce

  1. Open RAM on BaseStation

  2. Send data with any tab (turn heaters on)

  3. Switch Tabs

  4. Send more data with any tabs (turn heaters on again, but it's already on)

Possible Solution (Not obligatory)

Run a check when switching tabs on BaseStation to see if there are any processes running, and if there is, stop it and set it to the default values.

@wiidler wiidler added the bug label Oct 20, 2023
@wiidler wiidler added the 2-Star Mid-level issue, may take some research label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-Star Mid-level issue, may take some research bug
Projects
None yet
Development

No branches or pull requests

1 participant