CDM1250 Channel steering
Moderator: Queue Moderator
- Josh
- Posts: 1931
- Joined: Mon Sep 03, 2001 4:00 pm
- What radios do you own?: APX4K, XTL5K, NX5200, NX700HK
CDM1250 Channel steering
I'm looking to have channel steering on my CDM1250, but the problem is unlike the GM300 there are only 4 channel steering pins as opposed to 5 on the GM300..
Since I can program on the CDM pins 1-4, is the 5th one ground?
-Josh
Since I can program on the CDM pins 1-4, is the 5th one ground?
-Josh
The wrinkle with the CDM channel steering pins is that they are binary coded, so you need some way to encode them.
We not too long ago did this with a Quantar. Station was to be a multi-channel portable repeater in a huge Pelican-style case (with wheels!). In lieu of jury-rigging some form of TRC to handle channel selection, we used a Binary coding pushwheel switch from Mouser (sku 106-9904) and it worked like a charm. Binary channel selection within the Quantar was handled by wildcard programming.
We not too long ago did this with a Quantar. Station was to be a multi-channel portable repeater in a huge Pelican-style case (with wheels!). In lieu of jury-rigging some form of TRC to handle channel selection, we used a Binary coding pushwheel switch from Mouser (sku 106-9904) and it worked like a charm. Binary channel selection within the Quantar was handled by wildcard programming.
- jackhackett
- Posts: 1518
- Joined: Tue Jun 10, 2003 8:52 am
- Josh
- Posts: 1931
- Joined: Mon Sep 03, 2001 4:00 pm
- What radios do you own?: APX4K, XTL5K, NX5200, NX700HK
I figured the channel steering worked with having certain pins grounded and others not. So, if you wanted to be on channel one, you'd have 0001 over the 4 pins, as in only one of them gets grounded. If you want channel 15 then all four would be grounded- or setup on some sort of channel return.jackhackett wrote:What are you going to be using to select the channels?
What I want to be able to do is select certain channels remotely via relays and diodes, so let's say relay one set the radio to channel 1, I'd just have to make sure the proper pins got grounded.
I know the channel steering isn't the same as say the Micor, but if it's even more complex than the GM300 then I may run into some problems.
-Josh
- Josh
- Posts: 1931
- Joined: Mon Sep 03, 2001 4:00 pm
- What radios do you own?: APX4K, XTL5K, NX5200, NX700HK
Well for my simple application of a DTMF powered four-relay device, and a bag full of diodes, they'll workHumHead wrote:Your understanding of the functionality is correct. You could either use your approach, or a binary coded switch, as RKG suggested.

Anyhow, where can I find a channel steering table? -or- if I can't, does pin one correspond with 0001 if no other pins are grounded?
-Josh
You were correct above in understanding that the pins form a representation of the channel number in binary.
So:
Channel Select 1 = 1 (2^0)
Channel Select 2 = 2 (2^1)
Channel Select 3 = 4 (2^2)
Channel Select 4 = 8 (2^3)
If you assert Channel Select 1, the radio will steer to channel 1
If you assert Channel Select 2, the radio will steer to channel 2
If you assert Channel Select 3 + Channel Select 1 simultaneously, the radio will steer to channel 5 (4+1)
...and so on up until you assert all four Channel Select lines to get channel 15 (8+4+2+1)
If none of the Channel Select lines are asserted, the radio will default to the last channel selected from the front panel, effectively allowing you to choose 16 channels.
So:
Channel Select 1 = 1 (2^0)
Channel Select 2 = 2 (2^1)
Channel Select 3 = 4 (2^2)
Channel Select 4 = 8 (2^3)
If you assert Channel Select 1, the radio will steer to channel 1
If you assert Channel Select 2, the radio will steer to channel 2
If you assert Channel Select 3 + Channel Select 1 simultaneously, the radio will steer to channel 5 (4+1)
...and so on up until you assert all four Channel Select lines to get channel 15 (8+4+2+1)
If none of the Channel Select lines are asserted, the radio will default to the last channel selected from the front panel, effectively allowing you to choose 16 channels.
- jackhackett
- Posts: 1518
- Joined: Tue Jun 10, 2003 8:52 am
A diode matrix is exactly what I was going to suggest. For switching four channels from relays you can get away with just 2 diodes, connect the first relay to channel select 1, the second relay to channels select 2, the fourth relay to channel select 3, and the third relay to both channel selects 1 & 2 through a diode to each.
You could also just connect each relay to one of the four lines, and then program the radio so your four channels are in positions 1, 2, 4 and 8.
Of course if you want to do more than four channels it gets a bit more complicated. Also, if you wanted to control it with a tone remote panel, CPI makes a ten channel one that outputs BCD, I think it would be able to control the CDM directly, IIRC it's model TTP216.
You could also just connect each relay to one of the four lines, and then program the radio so your four channels are in positions 1, 2, 4 and 8.
Of course if you want to do more than four channels it gets a bit more complicated. Also, if you wanted to control it with a tone remote panel, CPI makes a ten channel one that outputs BCD, I think it would be able to control the CDM directly, IIRC it's model TTP216.
- Josh
- Posts: 1931
- Joined: Mon Sep 03, 2001 4:00 pm
- What radios do you own?: APX4K, XTL5K, NX5200, NX700HK
I intend on steering to channels 16, 15, 1 and perhaps something else, but 16 is going to be a "auto-scan" mode so I can have that feature available as well, and default to it when/if something fails.HumHead wrote:Sorry, I took that one hook, line, and sinker once already!RKG wrote:And what is the decimal equivalent of Fh?
I see how it works though, this should work out and be fun.
Thanks a lot guys
-Josh