Tuesday, June 17, 2025

New Prop Pitch Motor Controller

This project has occasionally appeared in this blog, and has been so for a long time. There were complications and distractions along the way that kept me from getting it done. I am happy to report that it is complete, working and installed in the station. There's a welcome check mark on my lengthy to-do list.

Before going further I'll mention that there are many features present in commercial controllers that I have not implemented. I'll get to some of those eventually. Since they're mostly software, upgrades can be made with the controller in service. What I judge to be the important functionality gaps will be listed at the end of this article.

My requirements for the controller are simple enough:

  • No larger than a commercial controller, suitable for desktop use
  • Support for 2 prop pitch motor rotators
  • Potentiometer for the direction indicators
  • Software for ease of modification and expansion
  • Remote 24 VDC power supply for the motor

There are commercial products that will do all of this and much more. But it's more educational and interesting to build my own. It is a project that is within the abilities of many hams, although for some, I must admit, it may be daunting. I always seem to struggle with circuit design, while software is one of my areas of expertise. 

The downside of this project was the time and effort expended. I didn't do it to save money! I did it for the learning and personal satisfaction. There is no shame in buying a controller if you'd prefer to apply your energies elsewhere.


Let's begin at the back of the controller. Although an unconventional place to start, it can be illuminating to first look at the interconnections. The USB port is on the Arduino Uno board. It is only needed for uploading and testing software. All power comes from the 13.8 VDC connector on the lower right. A barrier strip provides ±15 VDC for the two direction pots and the two pot wipers.

The DE9 connector connects to the power supply unit. 6 pins are for low side switching of relays: 2 to control AC and 4 for the CCW and CW DC relays of the two motors. Switching is low side, requiring one pin supplying +12 VDC to the relays and external circuitry. Ground is via the connector shell, which therefore requires a shielded 9-pin cable.

One unfortunate lesson was that the DE9 connector doesn't project out far enough to seat the male cable. The ABS panel is too thick. After the picture was taken I had to carefully extract it and place the flange on the outside of the panel. Although it isn't as pretty it is only rarely seen. Thankfully the wires were terminated by Dupont connectors rather than soldered so it didn't take long to make the change.

At the moment only one of the AC pins is used since there is one power supply that only has enough current capacity for a single motor. That means only one motor can be turned at a time. That is enforced by the software so there is no risk of blowing a fuse. With a second power supply and software update both motors could be turned at the same time. 

The 2 remaining pins are for monitoring the DC current and voltage. Those functions are not present at the moment even though I have the modules. The quantities will be displayed when a motor is powered, and also used to detect and respond to system faults. I have been bedevilled in the past by wiring and component failures that required opening up the controller to attach current and voltage meters. The built-in voltage and current monitors will make problems easier to diagnose.

There is very little heat produced by the controller. I tried to place most of the heat generating circuits near the back vent. Voltage regulators are the main culprits.

This is a view of the interior before the display and circuitry and their respective cables were installed. The 5 VDC regulator is up against the vent. A chain of diodes reduce the 13.8 supply to the 12 VDC maximum that the onboard Arduino regulator can handle. On the left wall is a buck-boost power supply that produces ±15 VDC for the direction indicator circuitry. They can be found online and they are cheap. There's no point providing a link since these products come and go quickly.

The buck-boost power supply is one source of heat. Because the minimum output is 30 ma for both the positive and negative supplies, unless the connected circuits draw at least that much it is necessary to install 470 Ω resistors to bleed the minimum current. Otherwise the output voltage can soar to over 50 volts. The power supply module is cheap but it requires care in how it is used.

 Since it is not usual to disconnect the direction pot wires or even the internal cable harness to the op amp circuit, a higher value resistor that draws less than 30 ma and produces less heat entails risk. Each resistor dissipates about ½ watt at 30 ma. There is one for the positive and negative supplies. They get very warm, too warm to touch comfortably. I may replace them with higher power resistors on the back wall of the enclosure to be near the vent.

Various versions of the Arduino Uno can have different dimensions. That could be a problem for locating the USB connector on the rear wall and PCB mounting holes. I suggest buying the board first and measuring it before picking up a drill and saw. Having at least one spare of the same type can avoid future grief. The Uno was the smallest Arduino with the GPIO complement to support this project.

The display is a 1602 2×16 LCD. As I described in an earlier article I had difficulty finding a template that worked well for 3D printing a bezel that wasn't too large and that secured the display to the front panel. I abandonned the search and carefully cut a rectangular opening in the front panel that is a press fit for the display. Some fussing with a file helped to make it as snug as possible. Hams with 3D printer skills could do better. Nevertheless it doesn't look too bad from a meter away.

The small holes below the LCD are for adjusting the zeroing pots. The gain pots are on the central PCB. The gain pots should not require adjusting after initial setup. I also included software gain controls to fine tune the gain more conveniently. With one chain drive motor with a 1:1 turn ratio and an outboard pot on the direct drive motor with about a 2.5:1 turn ratio, hardware gain is preferred to keep to the op amp circuit's linear range. If the hardware gain is too low the resolution of the bearing may suffer due to the 10-bit ADC on the Arduino boards (1024 discrete values).

In this picture most of the components are installed. The major additions are the support for the zeroing pots and the PCB with the circuitry. The circuit includes connectors for the DE9, power, GPIO pins, LCD and zeroing pots, trim pots for the LCD contrast and two for the direction indicator gain, and op amps for the direction indicators. There are RFC and bypass capacitors for external connections.

These are the completed units. The controller has evolved with the addition of the 4 buttons to operate the rotators and a small Arduino shield (plug in) with a ULN2003A NPN Darlington array to switch the 6 relays. To conserve analogue GPIO pins (I use all 6 on the Uno) only 2 are used for the buttons. The pins are pulled high when idle, grounded for CCW and half-Vdd (2.5 VDC) for CW. The direction control buttons are debounced in software.

There are a lot of wires and connectors inside the controller. A better designer than I'll ever be may have been able to clean it up. The circuitry is simple but it appears complicated due to all the wiring harnesses. Working on the controller is not as bad as it looks. Documentation is vital.

The power supply is an ugly unit that came with one of the prop pitch motors I acquired. That's fine since it is located out of sight under the operating desk. The chassis was stripped of most components since they were for the discarded manual control system. 

A large electrolytic capacitor was replaced by a new and much smaller 2200 μF 50 WVDC unit. The barrier strip is for the CCW and CW 24VDC connections to the motors. Ground (motor common) is a chassis stud where the black DMM lead is attached. The DE9 connector is supported by small aluminum angles that I made.

A fuse holder (5 A) was placed on the side in an already present chassis hole. Not quite visible is the AC power switch on the front (bottom left). It can be left on since AC only flows when the rotators are turned; it can be turned off for software testing. I am using this power supply rather than the old one since this one is stiffer. Under load it produces 24 to 25 VDC. It is reduced by a couple of volts at the motors due to wire resistance. The motor on the 15 and 20 meter upper yagis is starting and turning faster with this supply, and I expect more reliably in the winter cold.

Automotive 30A SPDT relays are mounted on the power supply chassis, 4 switch DC to the two motors and one under the chassis switches AC to the power transformer. I was remiss in not ordering relays with an internal protection diode so I included them on a small PCB along with bypass capacitors for the control lines. More components will be added to the PCB for new features. There are a lot of wires just because there are many relays but the circuit itself is uncomplicated.

To avoid switching high current DC the relays are sequenced by the software. When a button is pressed, the corresponding DC relay is energized, followed a fraction of a second later by the AC relay. The sequence is reversed when the button is released. Although the relays are rated for 30 A, their lifetime will be shorter when switching high current. Typically the motor starting current is limited to less than 20 A due to the resistance of the long wires to the tops of the towers.

With each component tested it was time to connect the controller to the prop pitch motors. Or, if you like, integration testing. 

To avoid overly disturbing the existing controller and its fragile direction indicator circuitry, I started by moving the motor wires to the new controller but not the direction pot wires. The new controller was set to power the motor while the old analogue prototype continued to indicate direction.

The only hiccup was that I'd reversed the CW and CCW wires. It's an easy mistake to make with these motors and my labels were not the best. All was well and even better since the motor for the 20/15 meter stacks started and turned faster with the new motor, just as I'd anticipated. For some reason it is particularly sensitive to low voltage.

For the next step, the direction pot leads were transferred to the new controller. Of the 6 wires, 4 go to the ±15 VDC terminals and the other two are the pot wipers. 

Tranferring the wires was a lot trickier than for the motor. Since the direction pots don't have the same turning ratio to the mast (as described earlier) it is vital to connect them to the correct circuits. I pre-calibrated both circuits manually with a directly connected pot -- both hardware and software gain controls -- so that the yagis wouldn't have to be turned too much for the live calibration. Zeroing was easily accomplished by turning both rotators north before moving the wires.

I did a poor job of documenting the transfer and documenting the internal cables in the new controller. After several false starts I finally got the mess figured out and retested the calibration using a local pot. Finally I got it working. This took several days because I needed time away from the project due to excess frustration. It was easy to find other projects to play with in the interim.

When I had another go at it I discovered the problem. The controller was fine. It was one of those absurd coincidences that the direction pot on the 20/15 prop pitch motor was slipping. That's one more item added to my to-do list. I have a new bracket already made that I was negligent about installing. I guess this is an opportune time.

Rather than light the LED inside the button (which is covered by your finger) I use blinking arrows next to the bearing indicator. It's rudimentary but effective. 

Among the problems I've encountered with the controller is electrical noise. The diodes on the relay coils are mandatory, as I discovered, since when they disengaged the LCD or the Arduino would often fault. Even with the diodes there are problems. Switching of the AC supply line occasionally scrambles the LCD but not the Arduino. It can also cause the needle on one of the Hy-Gain rotator controller to momentarily jump.

I am working to resolve these issues. Digital circuitry is very sensitive. A metal enclosure might have helped. All I can do is add more bypass capacitors, shielding and RF chokes to manage the intermittent faults. Until I get it fully under control I occasionally reset the controller. The easiest way is to pull the power connector (there's no on-off switch).

I should briefly mention the software I wrote for the controller. The direction indicator and motor control function independently. I've already discussed the direction indicator circuits in some depth so I won't say more about it here. 

The motor controls feed a finite state machine (FSM) that determines the state of the motor controller based on button input and timers. There is just one FSM since it is disallowed to turn both motors at the same time with the one power supply.

An early draft is on the right. It's to give a taste of what an FSM is for those unfamiliar with it. So don't worry about it being somewhat cryptic!

There are pending states to ensure solid button presses and releases, which act as button debouncers. It is highly undesirable to have the relays snapping in and out due to intermittent button operation, whether by the operator or button contact issues. Therefore there is a brief delay between the button press and motor operation. 

Sequencing of AC and DC relays is driven by FSM states and timers. Once the motor is turning all the other buttons are ignored. Only when the active button is released are other buttons inspected. To prevent operator errors the controller waits for all buttons to be released if one of the others is pressed when turning stops.

Since the direction pots are independent there is no protection against over-rotation. It was more important to get the controller usable rather than first address every edge case. That will be corrected in time.

That leads to future feature implementation. The first version is rudimentary but perfectly functional. It may be enough for me to use but not for guest operators. Additional protections and displayed information would be beneficial. Planned features include:

  • Over-rotation protection. A small amount of over-rotation is desirable and I've made the rotation loops tolerant of it. Perhaps 20° but no more. 
  • Edit direction pot glitches. Pots are imperfect devices when out in the weather. The wiper does not always solid contact the wire coils as it moves. These glitches can be identified and dealt with in software if they are not long duration. Inertia of the meter needle on legacy controllers similarly smooths the bearing indication.
  • Current and voltage monitors. Once the modules (very inexpensive to purchase) are added to the power supply it will be convenient to monitor these key indicators of motor operation. No more pulling out the DMM for testing. The data can be used to automatically stop operation if the motor does not start or turn properly, or to warn of a broken connection.
  • Two power supplies. I'd like to be able to turn both motors at the same time. This would be most helpful for multi-op contests. I prefer to mount both on a single chassis, including the control circuits. This feature is mainly a software change.
  • Wireless PC connection and control. This will allow rotator control from the PC, either by a separate application or integration with contest logging software. It is also needed should I ever implement remote operation of the station.
  • Over-rotation protection, as described earlier in the text. 

In the end, was this a worthwhile project? I am undecided. Of course I learned a lot and there is satisfaction from having done it, but the usability is perhaps not as good as I'd like. The box looks cheap, feels flimsy and it is so light that the cables at the back can lift the front feet. Although it is working fine there are transient issues to track down and further software development is needed to add the missing (and desired) features.

With all the projects I undertake this was perhaps not the best use of my time and effort. I started it more than a year ago and even though I spent only a fraction of my time on it, it's been annoying to constantly see the unfinished controller sitting there. 

I will put this project aside for now since it works. My focus for the rest of the year will turn to other projects. I have no regrets but building is not always superior to buying. Especially so as one grows older.

The old controller with the prototype direction indicators is now officially retired. I'll salvage the 24 VDC power supply and send the rest to my junk box.

Saturday, June 7, 2025

The Curious Challenge of FFMA

For those that don't recognize the acronym, FFMA is the Fred Fish Memorial Award. The objective of the award is simple: confirm contacts with every grid square in the continental US on 6 meters. There are 488 of them. Difficult? Oh yes! DXCC on 6 is much easier. As of this date there are just 57 awardees.

I do not chase grids. The corollary is that I do not pursue FFMA, or any award for that matter. My interests on 6 meters are DX and unusual propagation. That hasn't always been true. When the Maidenhead system was new decades ago I was, as now, a 6 meter enthusiast. During the period from 1985 to 1992 I happily chased grids on 6. It was easier than DXing since my operating time was limited, activity was almost all on CW and SSB, and most of Europe and the rest of the world had no privileges for 6 meters. DXing on 6 is much easier today!

Out of curiosity I dug up the ARRL grid square map on which I highlighted worked and confirmed US grid squares. Keep in mind this was done on CW and SSB without spotting networks. Many of the QSOs were more than "599 FN25" exchanges. It was a different era.

There are non-American grids marked even though the supposedly "North America" map has just a sliver of the continent outside the US borders. But it's good enough to illustrate what I worked up to 1992 -- I went QRT for 20 years subsequently and returned to 6 meters 10 years ago.

The paucity of western grids is due to population density and the relative rarity of propagation beyond the usual single hop sporadic E range of about 2000 km. Since I didn't have many opportunities to work DX outside of the 1989-1990 solar cycle peak (that was a good one!) it was natural for a 6 meter enthusiast like myself to pursue grid squares.

I quickly assembled the second map with the confirmed grids from the LOTW (Logbook of the World) FFMA award page. This time I drew a line above the US grids and didn't mark other grids. I have 388 out of 488 FFMA grids confirmed on LOTW. I may have cards for more but I don't count those (or even look at them). That's a pretty good total for someone who focusses on DX and doesn't chase grids.

There are fewer gaps than I had in 1992 even though none of my confirmations from back then were carried forward. That is, all contacts were made in the past decade, and are heavily weighted to the time after I migrated to FT8. Missing grids in the northeast or within E hop distance are due to disinterest rather than a lack of opportunity.

One curiosity that was brought to my attention a few years ago is that you can work Canadian and Mexican station on those border grids for FFMA credit. That surprised me! Yet that is indeed what the rules say:

(c) Any portion of an FFMA grid may be worked for FFMA credit. It is not necessary for an FFMA operation to be on US soil; operations from Canadian or Mexican territory or from water within an FFMA-required grid are acceptable.

It seems odd that non-US contacts would count towards a very US-centric award. That explained why I was so popular with award hunters. Although there are quite a few of us on both sides of the border, I appear to have the biggest 6 meter signal from FN24. I have received several sked requests which I try to satisfy. Non-DX stations may have difficulty getting my attention otherwise.

Well, that's enough of an introduction. Now I come to the big question: why on Earth would anyone chase this award? It's really really hard -- a potentially decades long pursuit. Not only are the openings to far flung grids uncommon, many of the rarest grids are only workable when a ham roves to those grids, as a favour to chasers, and only if their operations coincide with an opening. I am not surprised that the number of FFMA holders is less than those on the DXCC Honor Roll.

Those near the centre of the continent have an advantage since most of the country is within one E hop. It isn't necessarily that easy since grids in the skip zone, and there are many of them, can be difficult to work. Worse, if those grids are rare and only activated by rovers, the signals of their portable setups might not be good. An aurora (at northerly latitudes) or tropospheric enhancement are welcome but unlikely to coincide with an activation.

Many are happy enough to collect grids, any grids, not only those 488. Every opening brings an opportunity to add to the total. A subset of those will track their FFMA progress and call the needed stations when they're heard, but will not make a serious effort. Only a few go the extra distance. You have to make skeds, join groups where grid-peditions are planned, ask others to activate needed grids, and then confirm the contacts that are made.

I usually don't bother to call rare grids when I hear them (see them on WSJT-X). If they have a pile up I would rather spend my time hunting for DX openings. I simply move on. 

In one case I have the needed list from one friend who is moderately serious about FFMA. If I hear what appears to be a rare grid I'll check his list and contact him. He's whittled down the number of remaining grids this way, moving him a few steps closer. I hope that he is eventually successful. The list isn't long yet it will take him years to get there, if at all. You have to enjoy the chase since few reach the finish line.

FFMA is one of those awards where you must work every entity. This is like reaching the top of the Honor Roll, a clean sweep in the Sweepstakes contest, all zones in CQ WW, or all counties in a QSO party. I don't find that interesting. My objective is to maximize my score or entity count without an unreasonable investment of time and effort. A lifetime investment to achieve DXCC Honor Roll or FFMA holds no appeal. Many would disagree, and that's their prerogative.

Now that sporadic E has once again arrived there are quite a few grid-peditions on 6 meters. I may call them if they're on the other side of the continent and therefore fall within my idea of what constitutes DX on 6 meters. Sometimes they call me if conditions are poor and they are hungry for contacts. These hams have the same enthusiasm for difficult QSOs on 6 and will work what they can. They don't only call CQ!

For everyone chasing FFMA or similar difficult awards, I salute you and sincerely wish you the best of luck. But I won't join you in the chase.

Wednesday, May 28, 2025

Raising the 40 Meter Reversible Moxon

One month ago I discussed the construction of the 40 meter reversible Moxon. With the advent of NEC5 it became possible to develop accurate models of complicated antennas like this one. These include tapered elements, mid-span capacitance hats, and close spacing of elements. NEC2 and NEC4 cannot properly model this antenna without a great deal of effort with segmentation or to calibrate the incorrect calculations.

Well, that's the theory. Others have had success using NEC5 to develop models that closely match measurements of built antennas, and my initial experiments were promising. It is no trivial matter to build and test an antenna of this size and then use real-world measurements to revise and try again. Trial-and-error may be an acceptable strategy for small yagis and wire antennas but not for rotatable 40 meter yagis.

For those that prefer one article that encompasses the theory, construction, testing and performance of this unusual antenna, all I can say is "sorry". I am writing this up as I go and each stage from conception to on-air use is an interesting subject for a blog article. This blog has always been about the journey, not the destination. 

So, now that we've covered the conceptualization of the reversible Moxon, the model and most recently its construction. we proceed to the next step: raising it onto the tower. The unique attributes of the antenna complicate the process, especially for side mounting on a guyed tower. For those with a self-supporting tower and no obstructions within the footprint of the antenna (43' × 37'; 13 × 11 m), raising it is a simple matter: assemble it around the tower and pull it straight up. It is not so straight forward with a guyed tower.

Moving fast

As I stated in the construction article, time was of the essence. The yagi was sitting in a hay field and the hay had entered its rapid growth phase. One way or another I had to get it out of there. I intended to raise it earlier in the month but, as usual, higher priority jobs got in the way. Finally I the antenna was completed and ready to go on the tower. Then it became unseasonably cold, windy and rainy. 

I pointed a finger at the calendar on a day with no rain forecast and decide that would be -- must be -- the day. I contacted friends and soon had a crew ready to come over for the big event. They were Alan VE3KAE, Dave VE3KG and Vlad VE3JM. If you're a contester the last two calls may be familiar.

I rigged the tram line and other mechanisms on the tower and antennas one day in advance. I say "antennas" because the XM240 had to come down first.

Lowering the XM240

Luckily these antennas have short booms: 22' for the Cushcraft and 20' for the Moxon. There was a gap of just the right width between a tree and guy anchor (for the 140' tower off to the right in the picture below). There also was a tree perfectly centred in the gap to anchor the tram line winch. We chose manual power since we had enough people and gravity helped for taking down the XM240. It can be difficult to speedily communicate with a driver of a vehicle that can easily damage a fragile antenna that at some points must be moved inches, or less.

Lowering a yagi is not without drama. You are never quite sure whether you have the CoG (Centre of gravity) where you think it is, and with a 75 lb antenna you may not be able to easily make adjust the harness after it is unclamped from the mast. The XM240 is pretty well centred on the boom-to-mast clamp so I wasn't too concerned. However, the lever arm and rope I attached to the boom caused a slight tilt that we needed to closely monitor. The capacitance hats are fragile and it is far too easy for the long elements to snag a guy. Good communication between tower and ground is needed to accomplish the necessary choreography.

The lever arm is used to tilt the elements up as needed to clear the guys. Since I was on the tower near the antenna I had the best perspective to guide the crew handling the haul rope, the lever arm and the winch (tram line tension). With a series of rapid commands back and forth we were able to guide the yagi past the guys without any drama. It helped that one of my friend's set me up with a VOX-actuated HT clipped to my harness.

Rigging the Moxon

Unlike a typical yagi, the Moxon elements are joined at the tips. That imposed constraints on the rigging and operation of the tram line. There was also the challenge of guiding the antenna between the guys directly below the tower side mount and the TH6 above. The tri-bander was not so much higher that the upward tilt of the long 40 meter elements would not reach it. The many clamps and traps on the TH6 can and did snag the Moxon elements.

The major consideration for rigging the Moxon was whether to run the tram line over or under the rear capacitance hats. I decided to run it above the tips since that would help to keep the antenna oriented upward, which was needed to clear the guys. That is, the tips or the connecting fibreglass rod could rises no higher than the tram line. I used a ½" rope rather than steel cable for the tram line despite its greater elasticity since it was less likely to abrade the antenna. Some contact was inevitable.

The choice seemed reasonable and it worked as intended with respect to that one issue. Unfortunately it turned out to be a poor choice because there were greater concerns that I failed to account for in my rush to get the antenna out of the hay field. It was only after it was attached to the mast that I realized how seriously wrong my choice had been.

First, I'll note that it took 3 attempts to successfully pull the Moxon up the tram line. On the first try it failed to clear the guys. We added the lever and rope so that ground crew could steer the antenna. The second attempt failed because the weight of the rope on the lever tilted the antenna too far upward. Finally we got it more or less right. Well, right enough to guide the Moxon where we wanted it to go.

I took the picture at right when the forward capacitance hats reached the tower. You can see the tram line, haul rope and the rope dangling from the boom lever. After taking the picture I opened the tips and guided them around the tower. Pulling resumed after I reconnected the tips.

It was at this point that trouble arose. The angle of the antenna caused a collision of the forward hats and element tips with the TH6. There was no provision for tipping the boom more level to clear the elements of the higher antenna. The lever was still out of arm's reach. It is normal for the trammed yagi to increase its vertical tilt near the top of the tram line due to catenary physics: the proximity of the pulley carrying the weight increases the downward angle of the tram line at the tower anchor. I could have reduced this using steel instead of rope, however that entailed the risk that I described above. 

A further increase of tram line tension helped enough that I could jiggle the ropes to encourage the Moxon past each clamp and trap on the longest TH6 elements. Clearance was easily completed when my arm could finally reach the boom and lever.

We slacked the tram line and the Moxon's boom rested against the mast. The haul rope was tied off when the boom was centred on the mast clamp. The u-bolts and saddles were then installed. That's when the more serious problem was discovered. 

It was when I couldn't level the antenna with the lever arm no matter how hard I tried. I looked behind me and discovered the mistake. Have a good look at the picture above. Perhaps you will see the problem without me telling you, especially since I gave a strong hint earlier in the article. Now that you, hopefully, see it, I'll continue.

When the boom is rotated the rear tips strike the tram line. My attempt to rotate the boom pushed the inside ends of the capacitance hats downward. This occurred due to another mistake: I forgot to torque the nuts of the u-bolts on the element clamps. They were intentionally left snug but not fully tightened so that I could align the tips once it was cleared the ground. The antenna had been abandonned in the hay field for so long that I forgot. 

Although I couldn't fix that problem, it didn't overly worry me. The mechanical risk of failure is low and the impact on antenna performance would be negligible. In the former case the fibreglass and aluminum are flexible enough to survive. In the latter case, performance of an antenna is largely determined by where current is highest. The attitude of the tilted capacitance hats has the same loading effect and will still cancel the fields with each side of each hat and pretty well with the hats at the other end of the elements. The distance between hat tips is critical and that remained unchanged.

My big worry was removal of the tram line. I could either let it go from the top or pull the full 200' length up and over the capacitance hats. I judged that the risk of damage was far greater by releasing the top of the tram line since the rope's weight would whiplash the rope tip as it wrapped around the fibreglass at high velocity. I opted to pull the rope up and over instead. That worked well enough in that no more damage resulted.

A broken fibreglass rod is cheap to replace but expensive in time and effort. Since I expect to pull the antenna down in the fall to inspect and change the antenna according to how well it performs during summer storms, I may leave the curved hats as they are until then. However it's an interesting problem that had me considering a repair. I think I know how to do it. Perhaps it'll be the subject of a future article!

Finishing off

I decided to use the custom boom-to-mast clamp that came with the XM240 rather than I one I selected. It was more robust, already installed and it was aligned with the rotator direction indicator. I can make another for either the Moxon or XM240 when it comes down in the fall.

I kept my friends longer than planned so we quit for the day. Operating the winch and hauling up a 105 lb yagi is tiring work. All of us needed a break.

The next day I climbed the tower to test the antenna and connect the rotation loop. The coax to each element feed point are equal length should I ever be motivated to stack it with the 3-element yagi on top of the tower. Their lengths have no effect on Moxon performance. I made them longer than required so I coiled and taped the excess to the boom for the lift. 

Notice the very slight droop of the boom. That 20' long schedule 80 2-⅜" OD 6061-T6 pipe is strong. It was worth the weight penalty. I also happen to find it amusing that the elements are trussed but not the boom. 

All of the coax connectors were weatherproofed but more could be done for the feed point enclosures, relay keying wires and securing the cables to the boom.. Only one wire is needed to operate the reversing relays since the return path is via the boom and coax and tower. In my station I bond the grounds for DC, RF and ground rods.

Here you can see how I mounted the small box with the coax switch. I was careful to label all 3 boxes and the boom to indicate the driven element and reflector for normal orientation (relays using their NC contacts) to ensure the correct connections are made.

Before weatherproofing I measured the SWR by connecting the normal driven element to the analyzer. Compare it to the NEC5 model. That's pretty good agreement! Even though there are interactions with the guys and the TH6 above it, the wavelength is long and the TH6 coupling small since they are pointed the same direction. 

Perhaps more important than the low SWR was the frequency where it was lowest. That agrees with the NEC5 model within 10 or 15 kHz. That raises my confidence that the design frequency range was achieved in practice. That success is a testament to the accuracy of NEC5 modelling a antenna featuring stepped diameter tubes, capacitance hats and close coupling between their tips. Neither NEC2 nor NEC4 are up to the challenge. 

Performance verification will have to wait. During installation a wire must have been knocked loose so that the rotator turns in one direction but not the other. That left it locked west. I operated in the CQ WPX CW contest with it in that condition. It worked well but I don't yet know how well in comparison to the 3-element yagi. There was no difficulty transmitting with a kilowatt. The SWR barely changed with the Moxon pointed west and the TH6 pointed south. That was encouraging.

I had no time available to trace wires to patch a path back to the shack for the reversing feature. That will also require a software change to my custom antenna selection software. Due to enforced rest after routine surgery this week I likely won't get to it until at least mid-June.

Aftermath

The urgency to clear the hay field prevented completion of this antenna project. At least the antenna is on the tower and working, which is a great relief. Until it is complete and its performance properly assessed I am delaying the discussion of how I built and tested the switch boxes. An article covering performance and electrical construction will eventually appear, though I can't say when.

On a more practical note, I lost my 17 meter antenna. The XM240 is near resonance on that band so I've been using it that way since I don't have any WARC band antennas. The 18.1 MHz SWR on the Moxon is near infinite. After testing various antennas with the antenna analyzer I chose the 80 meter inverted vee as my 17 meter antenna. Its SWR is 1.5 across the 17 meter band. It works well enough that I've already logged one DXpedition. The pile up was small so its performance is difficult to assess at this time.

This is an opportunity to reflect on the lessons learned, from design through to raising of the reversible Moxon:

  • NEC5 rocks! Although it can be slow due to the greater number of segments it typically requires, its ability to accurately model complicated antennas like this one is remarkable. It integrates nicely with EZNEC, which also supplements NEC5 with additional features such as insulated wires which NEC5 alone does not support. NEC5 is well worth the licensing fee.
  • Double check all fasteners. While this is obvious it is easy to forget when one is in a hurry. 
  • Ground crew get rightfully annoyed when you ask the seemingly impossible or at least improbable. It is easy to forget the strain they're under while holding a massive antenna in position while I fiddle with the mounting hardware. You should have heard the language when I asked them to raise the antenna exactly ½" so that I could drive in the last u-bolt.
  • Label and record every control wire in the station, no matter how unimportant. I have countless runs of Cat5 and other cable for the dozens of control lines, including antenna switches, stack switches, antenna mode switches, rotators and more. I'm pretty good about labelling the cables and recording the details but there are gaps. Hence the need to do wire tracing. I'm now taking the opportunity to revise and expand my records.
  • Running the tram line under the rear capacitance hats would have been the better option. I failed to think through the entire process from lifting the yagi, riding the tram line, fitting the antenna to its mount and then, critically, removing the rigging. Counting on luck is no excuse for taking short cuts. 

Despite the frustrations and mistakes the antenna works. I'll know more about how well it works after I repair the rotator and complete the reversing feature.

Photo Credits: Other than those I took on the tower, pictures in this article are by VE3KAE and VE3KG.

Thursday, May 22, 2025

6 Meters Sputters to Life

I am disappointed to observe that 6 meters has a season again. While the solar flux marched higher in 2024 there could be openings on 6 at any time. Yes, there was still some seasonality affecting F-layer MUF but there could be excellent DX openings almost any day. And there were many! I lost several opportunities for long haul DX that may be gone for good in this solar cycle because the Sun in 2025 is no longer cooperative.

Which brings us to summer sporadic E. This year's may be better than it has been for the past 2 years since there appears to be a weak anti-correlation between solar activity and sporadic E. That is, you get great F-layer openings or great sporadic E openings but probably not both at the same time. Nevertheless, unusual long distance paths can be formed by linking sporadic E with tropical TEP

The summer E season has certainly begun. We had our first 6 meter openings to Europe, the west coast and the Caribbean over the past week. These will become longer and more frequent until the usual peak at the solstice in late June. Shorter, single hop E openings have become common here, in Europe and in Asia.

Regular readers will know that I have little interest in "local" 6 meter contacts. I will occasionally work single-hop contacts, however my focus is almost exclusively on DX. When I call "CQ DX" on 6 meters don't be surprised that I don't answer non-DX -- that's my expressed intent, not rudeness. I am not willing to spend my time trying to please everyone and not myself. 

That said, I may answer. When I'm CQing into a potential but not an active opening, it's to discover if I can raise flags on PSK Reporter in distant locales. Since any transmission will do for that, it doesn't matter whether I CQ or have a QSO. 

So far...

In May we had our first openings to Europe, Africa and the Pacific, along with the more reliable paths to the south. Perhaps it's sporadic E linking to TEP, but I really don't know.

The majority were stations I've worked before, including D2UY and 3D2AG. I tell my friends and keep listening for new ones. The frequency and strength of sporadic E openings will increase over the coming weeks. While that is certain, it may or may not deliver interesting DX.

Despite what I've heard, the spring season has been disappointing so far. At least from here; others have had more success. Unlike spring 2024 the MUF for F-layer propagation has been too low. I listened but mostly it was just the usual propagation to southern South American stations in CE, LU and CX, with the occasional PY and HC. I love working them, since they are long haul DX, but other than for grid hunters (which I am not) they are nothing new. 

Several of us were excited to hear the TX9A DXpedition on 50.313 MHz in early May. We had few opportunities when they were successfully working North American stations well to the west and south of us. I heard them on two consecutive days, May 5 and 6. The screenshot was taken on May 6 during the peak of the opening at my station.

As you can see it was very marginal, with several strong peaks and deep long fades. I tried and failed. Had they responded to me I wouldn't have known. The chase was enjoyable despite proving fruitless. 

Another that got away was PJ7EE. Several of my friends worked him for a new one. I missed out because I was out of the shack. By the time I returned the opening was fading and I couldn't get through the pile up in the few minutes I had before he was gone for good. This one is not so rare that it won't get into my log eventually.

The African openings have all been marginal. One day D2UY was very strong but otherwise signals have been exceedingly weak. There are of course many countries in Africa on my wanted list. At the same time D2UY was heard, others on the east coast were hearing or working TR8CA, 9J2FI and others. I heard a few calling ZS8W but I heard no one working them. Closer Africans such as EA8 and D4 have been heard recently so the easterly path to Africa has returned and should improve. 

I need good propagation and DXpeditions to work most of Africa. Several 7Q were worked last year thanks to the effort of 7Q6M to train and license several young Malawians. It's good to hear them with some regularity. It shows what is possible were there more activity in that vast continent.

Automatic operation

It should be no surprise that the presence of robot operators is increasing on the digital modes. 6 meters is not immune. I have heard rumblings that more effort will be made by awards issuing bodies that disqualify robot QSOs. It'll be interesting to see if this happens and how it can be policed. Suspected offenders include several notable DXpeditions. 

I use the filter feature in WSJT-X-i (improved) to remove suspected robot operators from my monitor screen. Although I can ignore them, the filter clears the screen of pages and pages of CQing robots. The filters help me to easily find the DX station messages without having to scroll through pages of robot muck. 

I don't care whether robot operations are legal, sanctioned or justified by arcane theories and opinions. They interfere with my operating pleasure so they are filtered or otherwise ignored. The filter list is frequently updated as robots come and go.

As more stations give 6 meters a try, it is expected that the same operating practices follow. Higher activity has its pros and cons. I make accommodations to deal with what I consider poor behaviour. Taking advantage of the available tools is more productive and satisfying than becoming angry or frustrated.

Prospects for F-layer propagation

Unless we get a double peak this solar cycle the prospects are not good. It's possible though I am in no position to make a prediction. If it does happen it won't be any later than this fall; solar cycle 25 will almost certainly be in decline by 2026. Fall is a great time of year for a high solar flux since seasonality enhances the MUF to increase the probability of 6 meter DX. Last fall's openings may be it for solar cycle 25. Southern Asia, for instance, is almost unworkable for us without strong F-layer propagation.

Even if F-layer can't do it alone at this high geomagnetic latitude we can look forward to occasional path linkage. Local sporadic E propagation can link to TEP and other F-layer modes and create elusive and brief worldwide DX openings. These can be hoped for but not relied upon. The linkage is more likely during the June-July sporadic E peak to the southern hemisphere due to the higher F-layer MUF at tropical latitudes. After 2025 we may lose that and must rely on links via TEP.

I really can't say any more. We can only monitor and hope for the best. Solar modelling and related predictions are not reliable enough to reliably inform us what will come. We have to listen. Beware of those who misinform with predictions that tell you what you want to hear. We should strive to do the best we can with the hand we're dealt.

The buddy system

We have a small group of local 6 meter DXers that shares news of openings via an email reflector. I believe that with the latest addition there are now 6 of us (an appropriate number). We benefit from helping each other, ensuring that none of us miss much; it's like growing several extra sets of ears. We've all worked new countries by receiving alerts from our buddies.

I've been both hot and cold on the value of the venerable ON4KST web-based 6 meter chat. Some years I don't sign in at all and other years I've been a regular participant. I won't get into the reasons here. If you don't have other 6 meter enthusiasts nearby with whom to form a group you should definitely look into using ON4KST chat. At its best you can really "hear" the pulse of the band and coordinate QSO attempts with others, sometimes in countries you'd love to work. 

Since sporadic E spotlight propagation is common on 6 meters, the members of your group should be nearby. Our group's members are in FN14, FN24 and FN25. Despite our proximity, quite often not all of us hear the same DX stations.

DXCC prospects

The poor likelihood of more F-layer propagation this solar cycle limits my ability to add to my country total. I now stand at 146 worked and 134 confirmed. I've worked just one new country so far in 2025. The reach of sporadic E is inadequate to make up for the loss of F-layer DX paths. I spoke about diminishing returns several years ago and it's only become worse. The new countries come more slowly now.

I often have to rely on DXpeditions to the countries that I need, and that are within the scope of possible propagation paths.When they happen I need a little bit of luck as well. My antenna system could always be improved, but it is already good enough to hear and work weak signals that others in this area cannot. A better 6 meter antenna system is not (yet) high enough on my priority list to incentivize me to make an effort beyond idle speculation about alternatives.

I'll be monitoring as often as possible over the coming months to take advantage of whatever propagation comes my way. If I can put 5 new ones in the log this year and thus surpass 150 countries worked I'll consider it a good year.

I wish the best of DXing luck for all of you who are as seriously infected with the 6 meter bug as I am. My infection has lasted 50 years and shows no sign of abating. 

Friday, May 16, 2025

2 + 3 = ?? : Stacking Dissimilar Yagis

You don't often see stacks made from dissimilar yagis. Using identical yagis simplifies their design and optimizes overall performance. That's how I built my stacks for 10, 15 and 20 meters, right down to the matching networks. The only difference is the booms, which have a negligible impact on antenna performance, instead being chosen for their mechanical properties.

On 40 meters it is rare to see stacks of other than 2-element yagis since 3+ element yagis are so large and expensive. Consider just the tower to support two of those behemoths. I have a 3-element 40 meter yagi and while I love its performance I will not build another. It is more usual to make 40 meter stacks from 2-element yagis. Indeed, my understanding is that W6NL designed the Moxon (XM240 conversion most often) as the foundation for an effective and efficient 40 meter yagi without incurring a large mechanical challenge.

I never considered stacking the XM240 and 3-element yagi even though they are on the same tower and are at heights (λ/2 and λ) and separation (λ/2) that make it feasible. They almost always point in different directions so the only application would have been to "spray" in two directions, such as Europe and the US. The XM240 can't be pointed to Europe since the side mount only allows rotation between southeast and west.

As I've mentioned on the blog, I am in the process of building a 2-element reversible Moxon for 40 meters. It is intended to replace the XM240 on the same rotatable side mount.  Its performance will be superior to the coil-loaded XM240 and since it is reversible it can point over 260° of the compass, including Europe and Asia.

To do so is not without its challenges, and its potential performance is less than with identical yagis. Let's review those challenges, great and small. These apply to stacking of any dissimilar yagis.

  • Gain: Long yagis have greater gain than short yagis. The 2-element Moxon has less gain than its big brother and the deficit increases as you move higher in frequency. When you add a little to a lot the sum is less than one might expect. For example, if the antenna gains are 8 and 6 dbi and the main lobes are ideally combined, the net gain is 10 dbi. That's below the nominal 3 db stacking gain of 11 dbi when both have 8 dbi gain. Keep in mind that we're working with a logarithmic scale so you can't simply add and subtract decibels!
  • Phase: Different yagis has different feed systems and the driven elements are not equidistant from the tower. Both contribute to phase differences. The relative phase must be determined and compensation built into the stack system. It may not be achievable across the band with a fixed compensation network (e.g. delay line).
  • Impedance: Here we are concerned with power division and phase; that is, what SWR affects but not SWR itself. Dissimilar yagis are certain to have different impedances (R and X) across the band of interest. Networks to precisely compensate for those differences can be quite difficult to achieve in practice, and more difficult to have their phases track together.

Both of my yagis, the 3-element and the reversible Moxon, require NEC5 for accurate modelling so I'll be using it throughout. There are so many segments when the models are combined that run times can be long. 

To begin, let's review the gain and SWR of both antennas. I will do this using  EZNEC medium ground, the lower Moxon at 75' (22.8 m) and the upper 3-element yagi at 150' (45.5 m). Those are the approximate heights where they are (or will be) placed on my tower. Interactions with other antennas and guys are not included in the model, but are expected to have only minor effects in my station configuration.

Gain and impedance were first modelled in free space to confirm that ground has only a small effect on the individual yagis. As expected, ground has a negligible effect on the higher and longer 3-element yagi and only a small impact on the shorter Moxon.

Since the yagis are individually fed for this exercise, as they would be with a stack switch in a real deployment, gain, F/B and SWR are not equal to what they are modelled in isolation from other antennas. That is, there is mutual coupling. The λ/2 separated is enough to ensure the effects are modest, but should not be ignored. A single EZNEC model containing both antennas ensures that their interaction is included. 

λ/2 is usually considered to be the minimum separation recommended for best stack performance, however reality is more complex than can be represented by a simple heuristic. Other heights and separations can be enlightening for those who have yet to put up the towers and antennas. My station, already built, has constraints that I am staying within for this analysis.

This chart should not be a surprise. A Moxon isn't a magical antenna. Its gain is slightly lower than that of a conventional 2-element yagi but with better SWR and F/B -- please note that F/B is excluded from this analysis since our focus is stacking performance. 3-element yagis typically have gain that increases with frequency, until the radiation resistance dives and the SWR soars. The 3-element does poorly above 7.2 MHz, which matters in the Americas but not elsewhere. I rarely use the 3-element yagi above 7.2 MHz since it is primarily a DX antenna at its great height. That is by design.

The disparities between the yagis increase with frequency. That carries over when the antennas are stacked, as we'll discover in the present analysis. For now, note that the gains and are not so far apart and the matches excellent in the CW segment. The divergence becomes wide in the SSB segment, especially above the Americas segment between 7.2 and 7.3 MHz.

It is also notable that the elevation angle of the forward lobes are far apart. This is of course normal for a vertical stack though perhaps not to this degree. The difference is usually a benefit of stacking since it allows the filling of nulls in the elevation patterns of the individual yagis. Yet stacking gain -- often what we want most of all -- is impaired by a wide divergence of forward lobe elevation angles. Heights of λ/2 and λ with a λ/2 separation limits stacking benefits. 

Having noted all of the forgoing, the stacking prognosis is not great. Nevertheless let's proceed and see what we can do with it and where the deficiencies lie in the calculated performance. 

Phase matching

In this array there are several factors for achieving phase matching:

  • Feed system
  • Feed point impedance 
  • Power splitting
  • Coax phasing lines
  • Elevation angle (antenna height)

Let's briefly look at each of these. The diagram will be an aid to the discussion -- I didn't bother with detailed annotations since they should be evident. While this article focusses on my unusual stacking scenario, I've done this type of analysis before for my existing stacks. The planning and design process is strongly recommended before ordering towers and materials and beginning construction. A major investment should not be made without solid evidence of desired performance.

The superposition of direct and reflected waves from the yagis determines the lobes and nulls in the stack pattern. Yagi coupling (mutual impedance) with each other and the ground have their effects as well, in accord with their separation and height (relative to wavelength). That is elementary. There may be surprises from what we expect since the 40 meter wavelength is quite long, which brings the yagis closer to ground and to each other.

The feed system for the 3-element yagi was originally modelled as a beta match since that is simple in EZNEC and delivers reliable results. It was changed to a gamma match since that can affect the feed phase angle. The EZNEC (NEC5) model I developed closely matches the dimensions and behaviour of the real gamma match on the yagi. 

The Moxon driven element is of course directly connected to the driven element. The reversing electronics are not included since that does not affect the model. That said, while the reversible Moxon is insensitive to the lengths of the coax from the central switch to each element, they should be the same length when the antenna is part of a stack.

When this measures are taken and the yagis are fed via a power splitter that provides a common current source, the feed points will be in phase, or close enough to ensure stack performance. It must be so since one side of the coax directly connects to the centre of the driven element of both. This was confirmed by inspection of the Currents table in EZNEC. Other feed point matching networks may not be so straight forward.

This desired outcome requires that the impedances are equal and that the phasing lines preserve phase (equal electrical length). That is more difficult than it might appear. Consider how power is split. We want the power splitter to split the power equally since only then is optimum stacking gain achieved in the cases where the yagi are identical. The case I'm evaluating is more challenging. 

In the model I used an ideal 2:1 transformer as a power splitter and impedance matching network. The 50 Ω source is on one side of the transformer and parallel 50 Ω feeds to the phasing lines are on the other side, which sum to 25 Ω only when the SWR is 1 to both yagis. An L-network can be used in place of the transformer, as I've successfully employed for my 20, 15 and 10 meter stacks. 

While a transformer can be broadband, an L-network is rarely suitable for more than one band. For those who choose to stack multi-band yagis a transformer is the right choice. For single band use, such as in the present case, an L-network is compact, easy to design and build, and can be more efficient.

In both cases, equal power splitting and impedance transformation are only achieved when the SWR at the matching device is close to 1. That is, an excellent 50 Ω match. For the dissimilar stack that criterion is only satisfied below 7.150 MHz. For identical yagis with identical SWR curves the power will split equally but efficiency will fall; that is, more power is converted to heat in the transformer or L-network.

The phasing lines from the splitter do more than just preserve phase for the dissimilar array. Even for that it is necessary to adjust for the different horizontal locations of the driven elements. For example, in the dissimilar yagi stack that additional distance is 8' (2.5 m) -- the DE is near the centre of the 3-element yagi and at the end of Moxon boom. 

Since the VF of coax is less than 1, the phasing line extension must be shorter than that. For RG213 it would be 5.3' (0.66 × 8). The extra length is a delay line that goes on the yagi (the Moxon in this case) with the driven element further away from the forward direction.

CMC (common mode chokes) should be identical or their differences accounted for in the model. For example, the lengths of coax wound on ferrite toroids become part of the phasing lines.

That simple delay line calculation assumes an elevation angle close to 0°, in the plane of the booms. That is close enough for my high band stacks since they are high enough (again, relative to wavelength) that the elevation angle of both yagis are quite low. This is not true for the 40 meter stack since they are lower, again relative to wavelength. This applies to both similar and dissimilar stacks.

Look again at the diagram above. The wavefront from the lower yagi has to travel farther for correct phasing. Thus the delay in its phasing line must be longer. By coincidence that works out to 8' or 9' of RG213, as determined experimentally with EZNEC. I put that value into the transmission line table.

Impedance mismatch is another confounding factor that affects more than equal power division. There is an infinite set of R and X pairs for any SWR other than 1. They form a circle on a Smith chart. The feed point impedance will not be the same as the impedance presented at the power splitter (transformer or L-network). That has to be calculated. 


The parallel complex sum of the impedances for significant disparities will cause unequal power splitting. The impedance transformation due to the phasing lines and deviation in the behaviour of the matching network (power splitter) are acutely sensitive to the magnitude of the SWR. The power split and feed point phase difference can be inspected with EZNEC. 

Open the Currents table and carefully compare the current magnitude and phase in the wires at the feed points. I say 'carefully' since the current directions (signs of the phase) may be opposite to each other. This is explained in the Currents section of the EZNEC manual. The phases in the two feed points above are close but not equal since some difference at the feed points is necessary to achieve phase alignment at the common wavefront at the stack main lobe's elevation angle. That was determined experimentally in the model, which is often the easiest way of doing it!

Any residual imbalance can be corrected with delay lines and compensation networks. If the values are fixed, as is typical, stack performance will be frequency sensitive, assuming (as is almost certainly the case with dissimilar yagis) the SWR/impedance difference of the yagis varies with frequency. This is evident in the earlier plot of each yagi's gain and SWR for the 40 meter dissimilar yagi stack I am evaluating.

The significant of the power and phase imbalance can be calculated in the model. Therefore let's do that to evaluate the performance. Then we can discuss the difficulty and value of mitigation measures. 

Performance

There is perhaps no better way to demonstrate the expected performance of the dissimilar stack than to compare the modelled patterns for the individual antennas (Moxon and 3-element yagi) and when combined.

The phasing lines in these patterns was optimized for 7.05 MHz, mainly for CW use. The result is modest stacking gain from 7.0 to 7.1 MHz. This is the range where the SWR is low for both the Moxon and the high 3-element yagi. The line to the Moxon is 9' (2.7 m) longer. It is certainly debatable whether a stacking gain of little over 1 db is beneficial. Well, it can be in competitive environments like contests and DXpedition pile ups, but perhaps not for other situations.

By the time the frequency rises to 7.150 MHz the performance of the stack is not good, by any standard. For SSB use there is little stacking benefit, or none at all. Recall from the first chart that at higher frequencies the gain of the two yagis diverges quite a lot and the SWR of the 3-element becomes extreme above 7.2 MHz.

That is the case for a fixed phasing system. In the adjacent 7.2 MHz plot one change has been made: a longer phasing line to the Moxon to optimize performance at that frequency. It has been increased from 9' to 21' (6.4 m). 

The pattern is certainly improved though perhaps not enough be of value. The gain is now equal for the stack and for the 3-element yagi alone. The only useful change is null filling, yet that can be accomplished by the lower Moxon on its own.

What was accomplished by restoring phase alignment disrupted by the high SWR of the 3-element yagi was to prevent the Moxon subtracting from the main lobe gain. That could not improve stack gain beyond that of the 3-element yagi alone because the Moxon gain that high in the band is 3 to 4 db below that of the 3-element yagi.

It is likely that the situation can be further improved with a network to lower the SWR of the 3-element higher in the band, say centred on 7.2 MHz. I've modelled networks of that nature and the low SWR bandwidth is small, often no better than 50 kHz for an SWR below 2. That makes the 3-element yagi more useful for SSB contests but, again, stacking gain really isn't there.

A switched delay line is needed to compensate for the phase shift introduced by the matching network. I don't see the worth of bothering since, as demonstrated, there is little to no benefit of stacking. The yagis are too dissimilar in the top half of the 40 meter band.

Conclusions

After all of this discussion and calculation, what will I do? The short answer is that I don't know. It isn't difficult to stack the yagis so I might, if only out of curiosity. All I need to do is measure the phasing lines and build a stack switch, and make a few changes to my antenna switching software. If it's only useful for CW, that's acceptable since that's my primary interest.

I was already considering an auxiliary switch on the tower for these yagis. That would free up one run of Heliax and open a port on the 40 meter auxiliary switch for the XM240. I am pondering whether to place the XM240 on the other tower fixed south as a multiplier antenna, similar to the TH6 for the high bands. Or I may sell it. The reversing feature of the Moxon might make the XM240 superfluous.

My immediate priority is to swap the Moxon for the XM240, make sure it is working, and only then consider how to get the most out of it. Stacking can be deferred for several months or more. 

Wednesday, May 7, 2025

Lifting the Side Mounted TH6

One of the smaller tasks I set out for myself this year was to increase the separation between the south pointing TH6 tri-bander and the 40 meter XM240 on the rotatable side mount. Their proximity isn't a problem most of the time, but when they are 90° to each other (XM240 pointed west) the TH6 degrades the performance of the XM240. That's because, from the side, the TH6 behaves as a short 40 meter dipole with large capacitance hats.

In the model I developed, the separation was increased from its previous 2.5 meters (8') to 5 meters (16'). That tamed the interaction to my satisfaction. Unfortunately that isn't achievable since there are guys and an 80 meter inverted vee above the yagis. The reflector element tips of the TH6 would get close to touch them and degrade the tri-bander's performance. I opted for a smaller step of about 11' (3.4 m) to preserve the performance of both antennas as well as the situation allowed. 

Even simple tasks like this involve complications, both mechanical and electrical. It took twice as long as expected when the unforeseen occurred. In this article I'll take you through the process, including what went wrong, and finally the results of the move.

I installed a pulley about 20' (6 m) above the TH6. The extra distance was needed to make it possible to lift the yagi and its tower bracket at the same time. The TH6 centre of gravity, like many Hy-Gain yagis, is at the boom-to-mast clamp so that's where I tied the rope. The bracket is much lighter than the antenna so it doesn't unbalance the load by much. To keep it level for the lift I cinched the rope to the upper end of the mast.

On the right you can see the problem. Convenient at the time, I installed the tower bracket for the TH6 at the desired height with the lower strut under the top strut of the rotatable side mount for the XM240. The TH6 had originally been there so it was easy to install the bracket that way and simply the yagi several feet. However, that made it a hassle for climbing since, pointed south, the boom and truss were near the one climbing face of the tower. I've had to squeeze past it many times! It would have been better, but quite a lot more difficult to mount the yagi on the other side of the face

For this lift the challenge was different: to swing the yagi and bracket outward so that the lower strut cleared the XM240 upper bracket. It was easy to do by placing the pulley high on the tower. I used the same technique for the more complicated repair of the XM240 last year.

After the tower was rigged I asked a friend to come over later in the week to help with the lift. In between we had high winds that may have contributed to a problem I discovered too late.

The lower pulley takes the haul rope horizontally to the winch. The pulley is extended out from the tower so that the rope clears the boom of the XM240 which is below the TH6. The hand winch is attached to a convenient guy anchor. The tarp is for tick protection.


The rigging is straight forward. It is more than capable of handling a 5' lift of a load less than 100 lb. Yet when my friend cranked the winch nothing moved. When I unbolted the bracket the rope held the load but it wouldn't budge.

After searching for obvious problems and seeing none, I climbed up to the high pulley and saw what I really didn't want to see. The ½" polypropylene rope had jumped the sheave and jammed between it and the pulley housing. I didn't take a picture at the time so I took one later in the workshop (below right). It is amazing to think that the rope could squeeze into that small gap. Yet it did.

I have several of these cheap pulleys and I really shouldn't use them. This wasn't the first time they've given me trouble. I picked it since it was first my glance fell upon when I was gathering material for the job. Since this wasn't going to be a heavy lift I didn't give it a second thought.

With a bit of jiggling I was able to lower the load slightly and reattach the bracket to the tower. I climbed up to disassemble the pulley to free the rope (left picture). After a critical appraisal of both rope and pulley I put it back together with the rope properly riding the sheave. The second lift attempt went smoothly. In less than 30 seconds the bracket was swung outward and upward and ready for bolting to the tower in its new location. 

The girts on the tower are approximately 5' apart so that was the minimum distance it could be moved. I lowered the TH6 on the stub mast to where I wanted it. The next day I took a few pictures to show how close the reflector is to wires and cables.

I took these pictures the next day after pointing the TH6 south. We are looking down on the TH6 and XM240. To the northwest (left) the rear reflector is several feet from a 105' level guy and one leg of the 80 meter inverted vee. To the northeast (right) the other leg of the inverted vee if not as close but the guy (nearly invisible in the picture) is just a few feet from the opposite reflector tip. The south guy (not shown) is centred on the boom and some distance from the TH6. From previous modelling of interaction scenarios I am confident the south guy has negligible impact on the TH6.

Despite the proximity, I was surprised to note that the SWR on all 3 bands (20, 15, 10) was affected only a little. SWR measurements on the tower were not accurate since I couldn't stand far enough away to avoid detuning the antenna -- the jumper to the analyzer was too short. Body interaction was particularly bad on 15 meters; it's happened before with this antenna. On 20 meters the SWR at the band edges was a little high at 2, however back in the shack it was about 1.7 to 1.8, probably due to some loss in the long run of LDF5 Heliax.

The 15 meter SWR was very good when measured in the shack. The 10 meter SWR was about the same as measured on the tower, with the SWR 2 bandwidth ranging from 28.0 to 28.8 MHz. 

That's good enough. The TH6 isn't used heavily since it is primarily a "multiplier antenna" used in contests to work the multiplier rich and QSO poor Caribbean, South and Central America while the other, larger antennas can stay pointed to Europe and elsewhere.

But what of the XM240? Did this manoeuver help? That's difficult to measure with any confidence. What I can say for certain is that the SWR deviation when the antennas are at right angles is significantly improved. 

The deviation is now small enough that there is little need to re-tune the amps when the XM240 is rotated. I consider that a win. If modelling is any guide, gain and F/B are also better preserved. That, however, is very difficult to measure and confirm.

With this job out of the way I can proceed to finish the 40 meter Moxon and swap it for the XM240. I hope to get that job done in the near future. 

One final and slightly amusing note. After measuring the distance from the TH6 feed point and the Heliax connector I realized it was a perfect fit for the 20 meter yagi delay line that was retired from service last year. It had been hanging on a hook ever since. Further reducing the clutter, the small box for the L-network is also being reused in the 40 meter Moxon project. 

There are a few benefits to being a pack rat who rarely throws anything away.