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

Telemetry tab labels #51

Merged
merged 14 commits into from
Feb 8, 2025
Merged

Telemetry tab labels #51

merged 14 commits into from
Feb 8, 2025

Conversation

VorteX254
Copy link
Contributor

#33 Cleared part of the main window ui and used the blank space for telemetry reading values. Added functionality to them so that they display the information that the graphs has too.

@VorteX254 VorteX254 linked an issue Feb 1, 2025 that may be closed by this pull request
Copy link
Collaborator

@EliasJRH EliasJRH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! I tweaked the code a bit to fix the spacing issue, now the top bar takes up the whole width of the window. Seeing as how you moved the log output to a different tab, can you remove the P&ID tab as well and add the button back to show the P&ID window?

@@ -71,7 +86,7 @@ def __init__(self, parent=None):

# Show P&ID Diagram handler
self.pid_window = PIDWindow()
self.ui.showPIDButton.clicked.connect(self.open_pid_window)
#self.ui.showPIDButton.clicked.connect(self.open_pid_window)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add this button back to the UI? It should have the correct functionality.

Copy link
Collaborator

@EliasJRH EliasJRH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work!

@EliasJRH EliasJRH merged commit d3e1de8 into main Feb 8, 2025
@EliasJRH EliasJRH deleted the telemetry_tab branch February 8, 2025 18:34
EliasJRH added a commit that referenced this pull request Feb 10, 2025
* It works????

* It works????

* experiment

* join em all

* Cleanup

* Remove datagram print statement

* Clean up

* Remove interface dropdown

* Remove references to interface dropdown

* Remove join check

* Add new files to readme

* Telemetry tab labels (#51)

* Removed part of main window ui and added new log tab

* Added labels to main window

* Fixed whitespace issues, moved logo

* Removed part of main window ui and added new log tab

* Added labels to main window

* Fixed whitespace issues, moved logo

* Coded labels and readings for sensors

* Commented PID window to avoid error (FIX LATER)

* Fixed labels, added Celsius

* Added functionality to readings labels

* Added comments for clarity

* Fix spacing issue

* Added PID button and deleted PID tab

---------

Co-authored-by: jackricketts <[email protected]>
Co-authored-by: Elias Hawa <[email protected]>

* It works????

* experiment

* join em all

* It works????

* Cleanup

* Clean up

* Remove interface dropdown

* Remove references to interface dropdown

* Remove join check

---------

Co-authored-by: Matteo Golin <[email protected]>
Co-authored-by: Brian Xu <[email protected]>
Co-authored-by: jackricketts <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add current sensor reading labels to telemetry tab
3 participants