Basic Macro Question

This is the JP1 beginners forum. There's no such thing as a stupid question in here, so post away, but this forum is just for JP1 users and people considering JP1, non-JP1 users please use the appropriate forum above!

Moderator: Moderators

Post Reply
cseyer
Posts: 8
Joined: Sat Aug 07, 2004 4:12 pm

Basic Macro Question

Post by cseyer »

I am having excellent luck with my new RS 19-2117. I have made new upgrades for both my Sony Wega and my Sony Receiver which have the functions that I want/need.

So onto macros. Goal here is to press a device key ie TV and have the TV power on, switch to the tuner, turn on receiver, switch receiver to TV input. Same for DVD, VHS, and the cable box.

I made a couple of macros using discrete codes that work shifted under the the device buttons. When I made a macro for the TV I had to keymove the receiver buttons under phantom TV device buttons. Is that correct? Is there no way to switch from the TV device execute buttons and then switch to the Receiver device execute buttons and then leave the remote in TV mode? If so I cant figure it out in the IR program.
gfb107
Expert
Posts: 3411
Joined: Sun Aug 03, 2003 7:18 pm
Location: Cary, NC
Contact:

Post by gfb107 »

I'll assume you aren't using the extender.

A device button press coded inside a macro will not invoke any macro defined on that button. The builtin function of that device button will occur.

So, you can change the active device inside a macro (defined on a device button) by including a device button in the macro.

For example, the macro bound to your TV button could be

TV;Power;AUD;Power;1;TV

This will switch to TV mode, send the Power signal, swich to AUD mode, send the Power command, Send the 1 command, and finally switch back to TV mode.
cseyer
Posts: 8
Joined: Sat Aug 07, 2004 4:12 pm

Post by cseyer »

I am not using an extender yet. I wanted to see how this would work first. So I am guessing that if I follow that path that I would not be able to assign macros to the device button unshifted, which is my ultimate goal?
johnsfine
Site Admin
Posts: 4766
Joined: Sun Aug 10, 2003 5:00 pm
Location: Bedford, MA
Contact:

Post by johnsfine »

cseyer wrote:if I follow that path
I can't tell which way you mean that.

If you use an extender then you can have the macro you want on an unshifted device key. Extenders use a different approach to device selection, so that there is no conflict between the device key on which the macro is programmed and the device selection within the macro.

If you don't use an extender, I think you still can do it. A few models allow a macro on a device key even without an extender. I think the 2117 is one of those. As Greg explained, without an extender, you can't invoke a macro from inside another macro. If the TV key has a macro defined on it, that macro is invoked only when you use TV directly from the keyboard. If TV is used inside a macro it will have its built in meaning.

If you switch from a non extender config to an extender config, you'll need to change each macro that does device selection, because the way to do device selection in a macro is different.
Post Reply