-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
A10-C - CDU Display - CDU_Lines (SYS / LASTE / WIND ) #120
Comments
And the "LASTE <- just above the P1/2 , is not present in the CDU_LINE7 ? |
Hey @landre-cerp, I know it's been a year but I have just had the time to start looking into this if this still affects you. This one is a weird one. In the DCS luas, they have three pages - Do you know if the |
I think we're talking about different things. I'm wondering if there are like entirely different pages with different layouts (though the same information) also called WIND or WNDEDIT that you might be aware of. If there aren't, then I can push a fix. If there are, then my fix may break them. |
i did not find other pages. |
alright, I can go ahead with the fix then. It's really a hack since it seems the information we're receiving from ED is different from what's actually on the screen. This is why it could break things if there's some other part we're missing. In my limited testing though, everything seemed to work |
These seem to actually display the `WIND` and `WNDEDIT` pages in game, so this just overrides that. It's unclear to me at the moment exactly why the wrong page name was given to us in the first place, however.
@talbotmcinnis feel free to test out the fix and let me know if it's correct! |
#120 special case CDU WIND1 and WNDEDIT1
Hi charlie, i tested and It's worse with the fix. But, it broke the display when you enter Altitudes using the 3 boxes on the left. |
Hm. That doesn't sound right. I seem to recall the wind edit page displayed just fine in my testing. Are you testing in the A10C or A10CII? |
A10c 2
I tested again and it's not working for me.
|
Unfortunately I don't know enough about the A-10 to be able to test and reproduce the issue you're referring to.
Could you give me exact instructions as to what page I should be on and exactly what I should press in order to do this? Then I can try to reproduce the issue and see what's going on. If you have a mission I could load up that already has the data entered, that would be even better.
I just double-checked the windedit page and the only thing I see missing is the text for the LSK 3R button - but maybe I need more data loaded in order to see what you're seeing. |
if that helps, the procedure is here |
Thanks for providing that information. I did some more digging and the solution I initially attempted was definitely not the right one. However, I'm not sure this can be fully solved. I've made some more changes in this pr (#236), including rolling back the previous changes. It also has screenshots to demonstrate how most everything works, but at least one issue remains. Give that a look and let me know if that's at least an improvement. It seems like we're dealing with an ED bug here where they're storing data for different items in the same field and during that time there's nothing we can do to get the outside air temperature. Let me know what your thoughts are on these changes. I don't love that it's not completely fixed, but I'm not sure it's possible for us to completely fix it either. |
I noticed that there's a mismatch when you go to LASTE page.
On the CDU , press SYS , Then LASTE ( upper right choice ) , then WIND lower right
in my Case , the Temp +10 i can see on line0 in the plane is not in A10C/CDU_LINE0 , but on CDU_LINE4 just before WINDEDIT
DCS bug ?
The text was updated successfully, but these errors were encountered: