-
Notifications
You must be signed in to change notification settings - Fork 2
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
Pid diagram #9 #30
Pid diagram #9 #30
Conversation
Added functionality for the fire valve and the quick disconnect. Not sure how to actually test if they work. XV valves might need some extra functionality, as the names should change based on which valves are currently being used. That's my interpretation, at least. If that is not the case, code them in as is.
Increased number of XV valves from 4 to 12
Rebase done!
Increased number of XV valves from 4 to 12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After reviewing with propulsion, it seems like they'd much rather prefer having a second window pop-up rather than using a separate tab. It seems like you've already done work to getting a separate window open which is great.
I also believe that they will be providing us with a new P&ID diagram with room for sensor readings which they would also like to see displayed in the P&ID if possible. I'd still like to get this merged in however there are some imports that are missing and some merge conflicts to resolve. Do you think you can have a look?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed up some out standing merge conflicts, we'll look into repurposing the P&ID tab. Let's keep the function you wrote for opening a new window and repurpose that into holding the P&ID diagram in a future PR.
#9 Added PID Diagram with labels for each of the actuators shown on the pid diagram tab. There are some elements/valves(?) that do not have labels e.g. HV-01, since they aren't on the telemetry spec nor added in UI.