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

Historical temperature plot #55

Open
Maker42 opened this issue Feb 4, 2019 · 8 comments
Open

Historical temperature plot #55

Maker42 opened this issue Feb 4, 2019 · 8 comments

Comments

@Maker42
Copy link
Collaborator

Maker42 commented Feb 4, 2019

We should be able to plot historical temperatures for CHT & EGT. Often temperature trends are more important than the absolute number. So the plot should also be able to highlight any place the absolute value of the first derivative exceeds a threshold.

@Maker42
Copy link
Collaborator Author

Maker42 commented Feb 4, 2019

With the ability to mute rapidly rising temperatures during runup and takeoff, or tolerate a higher threshold.

@birkelbach
Copy link
Contributor

I agree. I was planning on adding this too but it's going to be hard to get it to fit on the current EMS screen, so I'll probably have another EMSTrend screen or some such thing. It's pretty low on the priority list right now but it might get put in for Airventure. I have an ems branch on my repo that is where I'm tracking my progress if you want to go take a look at the direction that I'm headed. Right now all the work I'm doing is for the small screen to fit the stuff that Kyle is working on.

@Maker42
Copy link
Collaborator Author

Maker42 commented Feb 4, 2019

One way to do this is to have a strip of screen real estate at the bottom that can be used for various selected functions, while the top remains displaying the key information.

@birkelbach
Copy link
Contributor

That's a good idea. Will probably do something like this but at 800x480 we don't have a lot of dots to even get the key information on the screen.

@Maker42
Copy link
Collaborator Author

Maker42 commented Feb 4, 2019

Hmmm... Yes, very limited. Maybe a bottom strip temporal popup functionality is more appropriate. So it temporarily and partially covers the bottom of the AI, but still leaves the horizon line untouched in straight and level flight.
If you're not straight and level, you probably won't want to be looking at CHT plots anyhow.

@birkelbach
Copy link
Contributor

Might consider this... https://github.com/pyqtgraph/pyqtgraph

@Maker42
Copy link
Collaborator Author

Maker42 commented Feb 15, 2019

That has potential. Of course what has to be weighed in the balance is its value add vs. the cost of yet another dependency. Unfortunately the documentation doesn't show any sample images, so it's hard to tell how much value it would add compared to Qt's drawLine. It also has a lot of bloat we don't need in the form of GUI prototyping and flow chart code.

@birkelbach
Copy link
Contributor

Mostly I put that there to remind me. I’m actually leaning toward our own solution. I’ve done these kinds of things before and it’s not terribly difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants