VOR2 Indicator : ARC-IN-514R |
Introduction
I already had won a VOR2 indicator on eBay, but the indicator had a square shape, and this indicator had the shape that all my other
indicators had. I won the auction for $26, and the good part was that it included the connector with some 20 cm of cables attached.
Another good thing was that a small schematic label was glued on the housing of the indicator showing the connections. If there
are two things to look for, first it is the connection information and on second place a mating connector for the indicator. Both items
save you a lot of work!
The information given here probably applies to several types of VOR2 indicators, so the data might be useful ...
Connection information
The indicator has a 10 pin female connector on the rear side, labeled A thru J.
The label glued on the side reveals the following data.
|
With an Ohm meter I found out that pin A, which only had a "ground" symbol, has infinitive resistance with all other pins. The five
pins B thru F all have a separately shielded wire. I assume that the shield of those five wires is connected to pin A, but I can not
measure that when the connector is plugged in the socket on the indicator. The PTR LOC Needle connections G and H show approximately 900 Ohms and the needle moves to the left or the right depending on how I connect the Ohm meter. The AMB FLAG connections I and J show approximately 300 Ohms and depending on the connection of the Ohm meter the flag indicator moves down to show "TO" or moves up to show "FROM".
The 4 potentiometer connections B, C, D, and E all vary the resistance between their pins and the common potentiometer wiper arm pin F,
when the "OBS" knob is turned. When you turn the "OBS" knob, the internal dial rotates. | |||||||||||||||||||||||
connection | OBS / dial setting | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 3 | 6 | 9 | 12 | 15 | 18 | 21 | 24 | 27 | 30 | 33 | |
pin B: 90° | 1895 | 1340 | 829 | 2 | 825 | 1345 | 1883 | 2259 | 2426 | 2518 | 2433 | 2266 |
pin C: 180° | 2519 | 2432 | 2260 | 1877 | 1336 | 823 | 2 | 821 | 1330 | 1888 | 2267 | 2436 |
pin D: 270° | 1886 | 2264 | 2435 | 2516 | 2431 | 2258 | 1889 | 1344 | 852 | 1 | 838 | 1344 |
pin E: 360° | 1 | 844 | 1338 | 1893 | 2266 | 2437 | 2518 | 2433 | 2267 | 1884 | 1335 | 819 |
Hardware interface
With the measured data and the information from the indicator I concluded that I need the following hardware to interface the VOR2 indicator.
|
As you can see from the table, if both digital outputs are "0", the flag should be "OFF". If one of the outputs is "1", the flag must either indicate "ON" or "OFF", depending on which output is active. If both outputs are active (which could be prevented in software, but hardware might do this when the power supply is turned on and the software does not yet control the outputs), the flag must also indicate "OFF". The mutual exclusive behavior of the outputs is realized with an EXOR gate. If both inputs to the EXOR gate has the same logic level, the output of the EXOR gate is "0". This signal is used to control a relay (#1) that connects/disconnects the AMB flag pin J to the power supply. If digital output OUT1 is active the relay #2 is activated, else the relay is in rest. The contacts of relay #2 switches the polarity of the power supply voltage of the AMB flag, thus realizing the "TO" or "FROM" indication. A series resistor limits the current as the small current from the Ohm meter was already sufficient to move the AMB flag! |
Software interface
more to come ...