DirecTV H-20 troubles
Danny Campbell
Posts: 311
This thing is driving me crazy. I am using the SP function of the send_command on several of these units located in different rooms. Nothing is consistent. For example, if I try to get it to switch to channel 14, I send it a SP for the 1 and the 4. Sometimes I get 14, but other times I get 1144 or 144, or 444 or 111.
All of these systems (5) are NI-3000s. I have tried a variety of IRL files, and even PULSE commands. I have tried adjusting the pulse time, and have changed the CTON and CTOF values, but nothing seems to work.
Does anyone know the secret? I've never had this much trouble with any IR device before.
All of these systems (5) are NI-3000s. I have tried a variety of IRL files, and even PULSE commands. I have tried adjusting the pulse time, and have changed the CTON and CTOF values, but nothing seems to work.
Does anyone know the secret? I've never had this much trouble with any IR device before.
0
Comments
I ended up using Set_Pulse_Time prior to the event and then changed it back to default (5/10th) afterwards (it's global and may have a negitive effect other IR devices if left at the new setting). I might have tried the CTON to change it but I'm not using 'SP' commands and actually didn't know it existing back then.
Thanks.
DATA_EVENT[dCABLE]
{
ONLINE:
{
SEND_COMMAND DATA.DEVICE, "'CTON', 3" //IR SEND ON
SEND_COMMAND DATA.DEVICE, "'CTOF', 3" //IR OFF BETWEEN SENDS
}
}
Yes. Try moving the IR emitter about 1/4" to one side of the IR receiver window. Out of around 50 hughes receivers, I've had this problem on ~10 units.
Yes this was a trick AMX promoted for their Xantech OEM emitters, in the mid to late 90's.
- Chip
The H-20 places the receiver flush with the outside edge of the cabinet, where most devices have them sunk about 1/2" behind the smoked plastic. That probably helped make them more sensitive.
Anyway, thanks for everyone's suggestions.
Reduce emitter output by adding a resistor in series with the emitter to reduce the amount of current flowing through it. Try 470 ohms, 1/4 watt. Although folded paper is a workable solution, this is probably a more *proper* way of achieving the output reduction. The down side is that you (or someone) will have to operate a soldering iron and apply shrink tube to accomplish it.
JMHO Kol