Matronics Email Lists Forum Index Matronics Email Lists
Web Forum Interface to the Matronics Email Lists
 
 Get Email Distribution Too!Get Email Distribution Too!    FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Altitude encoder output voltages

 
Post new topic   Reply to topic    Matronics Email Lists Forum Index -> AeroElectric-List
View previous topic :: View next topic  
Author Message
finn.lassen(at)verizon.ne
Guest





PostPosted: Thu Jun 18, 2020 5:27 pm    Post subject: Altitude encoder output voltages Reply with quote

I want to make a serial to graycode converter to replace the AK350 for
input to Garmin GTX 320A transponder.

I'd rather have the altitude come from the Dynon D-10A than the AK350 --
no discrepancy between what ATC sees and what I see on the Dynon (at
29.92 alt setting).

I found the table on
http://www.aeroelectric.com/articles/Altitude_Encoding/modecascii.txt

I intend to use an Arduino Nano or similar.

But my memory is real vague on the polarity and voltage levels.

Is it correct that the encoder has open-collector outputs and the
transponder pull-up resistors to system voltage?

Does the transponder expect inverted inputs (0 in table no input and 1
in table pulling input to ground)?

Finn


- The Matronics AeroElectric-List Email Forum -
 

Use the List Feature Navigator to browse the many List utilities available such as the Email Subscriptions page, Archive Search & Download, 7-Day Browse, Chat, FAQ, Photoshare, and much more:

http://www.matronics.com/Navigator?AeroElectric-List
Back to top
nuckolls.bob(at)aeroelect
Guest





PostPosted: Fri Jun 19, 2020 6:33 am    Post subject: Altitude encoder output voltages Reply with quote

At 08:21 PM 6/18/2020, you wrote:
Quote:
--> AeroElectric-List message posted by: Finn Lassen <finn.lassen(at)verizon.net>

I want to make a serial to graycode converter to replace the AK350 for input to Garmin GTX 320A transponder.

I'd rather have the altitude come from the Dynon D-10A than the AK350 -- no discrepancy between what ATC sees and what I see on the Dynon (at 29.92 alt setting).

I found the table on http://www.aeroelectric.com/articles/Altitude_Encoding/modecascii.txt

I intend to use an Arduino Nano or similar.

But my memory is real vague on the polarity and voltage levels.

Is it correct that the encoder has open-collector outputs and the transponder pull-up resistors to system voltage?

Does the transponder expect inverted inputs (0 in table no input and 1 in table pulling input to ground)?

Finn

Man! That goes back to the dark ages . . . I did some
bench test sets for Cessna/ARC radios waayyy back when
wherein I think outputs from the encoder were
basically open collector with pull-ups in the load.
Hence, the "1" voltage was what ever the load
circuitry provided.

You can't go wrong with open collectors. Lay out
your board to allow adding pull-ups to a 5v rail
should they prove necessary/useful. If I'm all
wet and the polarities are reversed a simple
bit-flip statement will fix it.



Bob . . .


- The Matronics AeroElectric-List Email Forum -
 

Use the List Feature Navigator to browse the many List utilities available such as the Email Subscriptions page, Archive Search & Download, 7-Day Browse, Chat, FAQ, Photoshare, and much more:

http://www.matronics.com/Navigator?AeroElectric-List
Back to top
cluros(at)gmail.com
Guest





PostPosted: Fri Jun 19, 2020 6:53 am    Post subject: Altitude encoder output voltages Reply with quote

How much does an Arduino cost. For about $70 Dynon sells a serial to greycode converter.

On Fri, Jun 19, 2020, 07:38 Robert L. Nuckolls, III <nuckolls.bob(at)aeroelectric.com (nuckolls.bob(at)aeroelectric.com)> wrote:

Quote:
At 08:21 PM 6/18/2020, you wrote:
Quote:
--> AeroElectric-List message posted by: Finn Lassen <finn.lassen(at)verizon.net (finn.lassen(at)verizon.net)>

I want to make a serial to graycode converter to replace the AK350 for input to Garmin GTX 320A transponder.

I'd rather have the altitude come from the Dynon D-10A than the AK350 -- no discrepancy between what ATC sees and what I see on the Dynon (at 29.92 alt setting).

I found the table on http://www.aeroelectric.com/articles/Altitude_Encoding/modecascii.txt

I intend to use an Arduino Nano or similar.

But my memory is real vague on the polarity and voltage levels.

Is it correct that the encoder has open-collector outputs and the transponder pull-up resistors to system voltage?

Does the transponder expect inverted inputs (0 in table no input and 1 in table pulling input to ground)?

Finn

   Man! That goes back to the dark ages . . . I did some
   bench test sets for Cessna/ARC radios waayyy back when
   wherein I think outputs from the encoder were
   basically open collector with pull-ups in the load.
   Hence, the "1" voltage was what ever the load
   circuitry provided.

   You can't go wrong with open collectors. Lay out
   your board to allow adding pull-ups to a 5v rail
   should they prove necessary/useful. If I'm all
   wet and the polarities are reversed a simple
   bit-flip statement will fix it.



  Bob . . .


- The Matronics AeroElectric-List Email Forum -
 

Use the List Feature Navigator to browse the many List utilities available such as the Email Subscriptions page, Archive Search & Download, 7-Day Browse, Chat, FAQ, Photoshare, and much more:

http://www.matronics.com/Navigator?AeroElectric-List
Back to top
finn.lassen(at)verizon.ne
Guest





PostPosted: Fri Jun 19, 2020 11:45 am    Post subject: Altitude encoder output voltages Reply with quote

Half of the emails from the Matronics list server ends up AOL spam
filter. Several don't make it at all. Got this using the list browser:

"How much does an Arduino cost. For about $70 Dynon sells a serial to
greycode converter."

I ordered three Nanos for $6. May take some weeks to get them.
I have 74LS05 hex drivers and PC boards laying around.

Then there's the fun of DYI.
Then there's the fact that I can program it to accept any of the inputs
from the D-10A.
Not really needed, but there's plenty of space in a Nano for a table up
to 67,000' or higher.

Here's another question.
There are several serial altitude formats:

Format 1
Used By
Dynon Encoder Serial-to-Parallel Converter, Garmin AT (formerly UPS
Aviation Technologies)
Baud rate
1200
Format
#AL, space, +/-sign, five altitude bytes, T+25, checksum, carriage return
Example message
#AL +05200T+25D7[CR]

Format 2
Used By
Magellan
Baud rate
1200
Format
$MGL, +/- sign, five altitude digits, T+25, checksum, carriage return
Example message
$MGL+05200T+25E3[CR]

Format 3
Used By
Northstar, Garmin
Baud rate
2400
Format
ALT, space, five altitude bytes, carriage return
Example message
ALT 05200[CR]

Format 4
Used By
Garmin GTX330 (set on Icarus input), Garmin GTX327 (set on Icarus
input), Garmin GTX328, Icarus, Trimble
Baud rate
9600
Format
ALT, space, five altitude bytes, carriage return
Example message
ALT 05200[CR]

Format 3 and 4 apparently do not have an altitude +/- sign.
So, what happens when you're below 0' pressure altitude?
Gray codes go down to -1200'

Do they reason that if you're flying that low there's no radar coverage
anyway?

Finn

----------------------------------------------------------------------
I want to make a serial to graycode converter to replace the AK350 for
input to Garmin GTX 320A transponder.

I'd rather have the altitude come from the Dynon D-10A than the AK350 --
no discrepancy between what ATC sees and what I see on the Dynon (at
29.92 alt setting).

I found the table on
http://www.aeroelectric.com/articles/Altitude_Encoding/modecascii.txt

I intend to use an Arduino Nano or similar.

But my memory is real vague on the polarity and voltage levels.

Is it correct that the encoder has open-collector outputs and the
transponder pull-up resistors to system voltage?

Does the transponder expect inverted inputs (0 in table no input and 1
in table pulling input to ground)?

Finn


- The Matronics AeroElectric-List Email Forum -
 

Use the List Feature Navigator to browse the many List utilities available such as the Email Subscriptions page, Archive Search & Download, 7-Day Browse, Chat, FAQ, Photoshare, and much more:

http://www.matronics.com/Navigator?AeroElectric-List
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Matronics Email Lists Forum Index -> AeroElectric-List All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group