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

TAS cannot be determined for aircraft not transmitting heading information #93

Closed
aqagha opened this issue Jan 11, 2021 · 2 comments
Closed

Comments

@aqagha
Copy link

aqagha commented Jan 11, 2021

Hello,

I recently encountered and aircraft transmitting TAS information in mb[25:35] with an all-zero mb[14:24]. TAS determination was blocked by this statement.

Would it be logical to move this statement to the subtype check beneath it?

if common.bin2int(mb[14:24]) == 0 or common.bin2int(mb[25:35]) == 0:

@junzis
Copy link
Owner

junzis commented Jan 23, 2021

Thank you @aqagha. This has been fixed in the latest commit. Let me know if it works for you.

@aqagha
Copy link
Author

aqagha commented Mar 6, 2021

Hello,

It has taken me a while to pick up a transmission similar to the one before. I've received a few messages which are breaking at line 69.

One troublesome message: '8D7785649940000018A00054AA87'.

What could be the reason behind aircraft sending such messages only encoding vs?

Thank you

@junzis junzis closed this as completed Oct 8, 2021
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

No branches or pull requests

2 participants