RS 15-100 macro speed

General JP1 chit-chat. Developing special protocols, decoding IR signals, etc. Also a place to discuss Tips, Tricks, and How-To's.

Moderator: Moderators

Post Reply
mr_d_p_gumby
Expert
Posts: 1370
Joined: Sun Aug 03, 2003 12:13 am
Location: Newbury Park, CA

RS 15-100 macro speed

Post by mr_d_p_gumby »

In this thread binky123 has posted a patch for decreasing the macro delay in the Atlas JP1.3 remotes. If anyone wants to try this on the Radio Shack 15-100, here you go. (I have not had time to test this yet, but it should work! :wink: )

Code: Select all

Upgrade Code2 0 = 14 53 (TV/1107) 15-100 Patch Macro Speed. Use CH+=.007s, CH-=.26s
 01 FA 00 21 01 00                              
End

Upgrade Protocol 0 = 01 FA (S3F80) Patch for Faster Macros on UnExtended 15-100
 00 00 01 C6 CC 56 D9 C6 BE 00 0F C6 CA FF 1B A6
 03 00 EB 04 C6 CA FF 2A 8D FF 39 70 C0 70 C1 C6
 C0 05 0D F6 01 0D 50 C1 50 C0 C6 86 00 02 F6 20
 A0 46 D3 02 76 88 20 6B F8 B0 C6 78 CD 56 C7 7F
 56 CD 80 C4 CC C0 C6 C2 FE 80 C6 C4 00 80 F6 04
 49 C4 CA C0 C4 C6 C2 06 C3 80 16 C2 FE C4 BE C4
 C4 C2 C6 04 BF C7 14 BE C6 26 C7 00 36 C6 00 5B
 18 EB 04 42 77 6B 12 C4 BE C4 22 57 32 46 F6 FF
 89 C4 C0 CA C4 C6 BE 8B B0 F6 04 49 F6 21 F8 C6
 BE 00 80 C6 CA FE 80 8D 22 0C
End
heunjin
Posts: 4
Joined: Tue Jul 29, 2008 6:29 pm

Post by heunjin »

Fantastic! This upgrade makes macros quite a bit quicker. I was bummed thinking I'd have to wait for the extender. Thanks.

Not unexpectedly, one of my signals (power to the sat box) is a little too quick and is ignored. As binky123 posted, some commands may need an additional delay protocol. Can binky123's Atlas delay codes be adapted for the 15-100 as well? Can I just import them into KM and change the remote? I imagine it's trickier than that ... :wink:

In the meantime, I found a cheapo work around. It seems to activate the macro on the 15-100 power button, you have to hold it down. While doing this, the power button issues one command of the local device before sending out the IR programmed macro. That one command is a long signal, which my sat box actually sees. I think this a bug for the power button macro, but it actually works out in my favor.

Anyway thanks for upgrade!
mr_d_p_gumby
Expert
Posts: 1370
Joined: Sun Aug 03, 2003 12:13 am
Location: Newbury Park, CA

Post by mr_d_p_gumby »

If you just need to insert a delay between commands, the standard Pause protocol in KM should work. See KM's protocol help sheet (with the 15-100 remote selected on the Setup sheet).
heunjin
Posts: 4
Joined: Tue Jul 29, 2008 6:29 pm

Post by heunjin »

Thanks. I'll look into trying the 01 FB protocol later this evening.

Anyway, as I said before, the current macro for the 15-100 power button has a "bug" (feature?), where it issues a single long power command of the current device and then the programmed macro. Seems unique to the power button. I can put an arbitrary macro on most other keys, with out the "pre-macro signal". I'm guessing the remote has some pre-programmed, protocol-related restrictions on the power macro. I'm sure you guys will start to come out with upgrade protocols to fix that issue :)
mdavej
Expert
Posts: 4633
Joined: Wed Oct 08, 2003 7:08 am

Post by mdavej »

It's actually a feature. A long key press of the Power button executes a special macro which is supposed to be a master power toggle. When you configure it through the menus on the remote it prompts for all the devices you want to power on and off. This ends up as a macro on the power key consisting of those device selections. When it executes, it performs a power command after each device selection in the macro.
Post Reply