JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

Need a way to handle "next input" button on TV
Goto page 1, 2  Next
 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - General Forum
View previous topic :: View next topic  
Author Message
jsevinsk



Joined: 02 Jan 2007
Posts: 82
Location: Shrewsbury, MA

                    
PostPosted: Mon Jan 22, 2007 1:43 pm    Post subject: Need a way to handle "next input" button on TV Reply with quote

I want to make the device keys smart enough to select the right inputs on the TV and receiver when pressed. Although the receiver has discrete commands for the input, the TV doesn't. You have to select the input by repeatedly pressing the "input" button until you get what you want, or by pressing the "source" button to bring up a list of inputs, pressing "up" or "down" until the right input is highlighted, then pressing "enter."

Some TVs are smart enough so that when you start pressing digits, the "TV" input will be automatically selected, which will at least put it in a known state. Then you know how many times you need to press the "input" button to get to where you want to be. But not this TV. You just get a "valid only in TV mode" message. There's no way to force this TV to a particular input if you don't know what is currently selected.

I thought about using the ToadTog bits to keep track of what device is selected, and when something else is selected, it would have to first press "input" enough times to get back to TV mode, then switch devices, then press "input" to get to that input. This seems like a waste if the new device was next on the TV's list and you only needed to press "input" once.

I wish there was an extender that you could pass the total number of inputs and the number you want selected, and it would remember where was and send the right number of "input" commands.

Has anybody else solved this problem?
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21237
Location: Chicago, IL

                    
PostPosted: Mon Jan 22, 2007 2:01 pm    Post subject: Reply with quote

What happens when you press CH+ in video mode? Does it return the TV to antenna mode? If so, use that to get the TV into a known state.

Rob
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
jsevinsk



Joined: 02 Jan 2007
Posts: 82
Location: Shrewsbury, MA

                    
PostPosted: Mon Jan 22, 2007 2:05 pm    Post subject: Reply with quote

The Robman wrote:
What happens when you press CH+ in video mode? Does it return the TV to antenna mode? If so, use that to get the TV into a known state.


I tried that too, but I get the "valid only in TV mode" message.

If I ever buy a new TV, I will first make sure it supports discrete input and on/off codes.
Back to top
View user's profile Send private message
johnsfine
Site Admin


Joined: 10 Aug 2003
Posts: 4766
Location: Bedford, MA

                    
PostPosted: Mon Jan 22, 2007 2:45 pm    Post subject: Re: Need a way to handle "next input" button on TV Reply with quote

jsevinsk wrote:
I thought about using the ToadTog bits to keep track of what device is selected, and when something else is selected, it would have to first press "input" enough times to get back to TV mode, then switch devices, then press "input" to get to that input. This seems like a waste if the new device was next on the TV's list and you only needed to press "input" once.


Assuming you're OK with the usual ToadTog sync issues, ToadTog could be set up to do much better than you describe above. It should be able to send just the right number of input commands.

First you need enough ToadTog bits to keep track of the input number (if you have five inputs, you'd need three bits, etc).

Next you might construct a nested ToadTog (nested for the number of bits) for a specific desired input, that will:
1) If that input is already selected, do nothing
2) If any other input is selected, send input once and increment the count (as encoded in a few ToadTog bits).
Then you would issue that whole thing as many times as the max necessary (four times if you have five inputs).

It's big and kludgey (if you have more than four inputs), but it ought to get the job done.

I guess it would be nice to have a counter version of ToadTog that does all that book keeping for you.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Capn Trips
Expert


Joined: 03 Oct 2003
Posts: 3990

                    
PostPosted: Mon Jan 22, 2007 3:53 pm    Post subject: Reply with quote

John's idea has been discussed previously in these fora, but I'm not sure whether anybody has actually done it, but in theary, it should be possible. Your mention about the source button might provide the simplest solution.

When you press the source button, you get a list of inputs correct? Does it ALWAYS come up with the same input highlighted? (like "Antenna") or does it come up with the CURRENT input highlighted? If the former, then you can create macros that will act like discrete input selections, and then call upon thsoe macros in you device selection macros.

If it does NOT always come up with the same input highlighted, then you're back to the multiple ToadTog flag tracking scenario.
_________________
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!


Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
Back to top
View user's profile Send private message
jsevinsk



Joined: 02 Jan 2007
Posts: 82
Location: Shrewsbury, MA

                    
PostPosted: Mon Jan 22, 2007 3:58 pm    Post subject: Reply with quote

When the source button is pressed, the current input is highlighted. Pressing number buttons in the source list does nothing; you have to use up/down to change sources.
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21237
Location: Chicago, IL

                    
PostPosted: Mon Jan 22, 2007 4:47 pm    Post subject: Reply with quote

It sounds like you have an example of a true TOAD television. My Toshiba is officially a TOAD, but at least the CH+ workaround works on it.
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
e.axel
Exile Island Resident


Joined: 03 Feb 2006
Posts: 209

                    
PostPosted: Mon Jan 22, 2007 6:03 pm    Post subject: Reply with quote

OK, for the uneducated/unwashed, what is a TOAD, TOAD TV, TOADTOG??
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21237
Location: Chicago, IL

                    
PostPosted: Mon Jan 22, 2007 6:11 pm    Post subject: Reply with quote

e.axel wrote:
OK, for the uneducated/unwashed, what is a TOAD?

http://www.remotecentral.com/features/glossary2.htm#toad
http://www.remotecentral.com/files/use-ir.htm
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
Herbie



Joined: 02 Feb 2004
Posts: 81

                    
PostPosted: Mon Jan 22, 2007 7:04 pm    Post subject: Reply with quote

For future reference (and to make sure I never buy that TV), what is the make and model of this TOAD of a TV?
_________________
TiVo FREAK!
Brutalizing my 15-1994 since 2000, thanks to JP1
Now abusing a 6131m, 2116, and 2104 too!
Back to top
View user's profile Send private message
jsevinsk



Joined: 02 Jan 2007
Posts: 82
Location: Shrewsbury, MA

                    
PostPosted: Mon Jan 22, 2007 7:18 pm    Post subject: Reply with quote

Herbie wrote:
For future reference (and to make sure I never buy that TV), what is the make and model of this TOAD of a TV?


It's a Syntax Olevia LT26HVX.
Back to top
View user's profile Send private message
floyd1977



Joined: 10 May 2006
Posts: 198
Location: Montgomery, IL

                    
PostPosted: Wed Jan 24, 2007 9:28 am    Post subject: Reply with quote

When you're in the list of inputs, you could go to either the top of the list or the bottom of the list, so that you're in a known state and then go to the input you want.

For example, if your list consists of "Input 1, Input 2, Input 3, Input 4" and you want to go to Input 3, you know that "Source, Down, Down, Down, Up, Enter" will get you to Input 3, no matter what state you're in.

The only problem is if the list wraps around. In other words, if pushing Down when you're at the bottom of the list takes you to the top of the list, this won't work.

This could be a somewhat long macro, but if you end up using an extender, the macro will execute much more quickly.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jsevinsk



Joined: 02 Jan 2007
Posts: 82
Location: Shrewsbury, MA

                    
PostPosted: Wed Jan 24, 2007 9:34 am    Post subject: Reply with quote

When you press source, the starting point in the list is the current source, so the remote has to remember what it is.

Pressing up and down does go off the end of the list and wraps to the other side, so I can't send a bunch of up commands to go to the top.

I can't think of anything they could have done to make automating this more difficult, other than requiring you to press a button on the TV to change sources.
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21237
Location: Chicago, IL

                    
PostPosted: Wed Jan 24, 2007 9:49 am    Post subject: Reply with quote

It looks like the engineers at Syntax have pretty much thought of everything, I'm impressed. I've never seen a TV before where the engineers appear to have thought of every possible workaround to not having discretes and have covered them. This is very impressive (in a negative sort of way)! Wink

Attention ebay watchers, I predict a new listing for a Syntax TV set will be appearing very soon!!!
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
vickyg2003
Site Admin


Joined: 20 Mar 2004
Posts: 7073
Location: Florida

                    
PostPosted: Wed Jan 24, 2007 3:00 pm    Post subject: Reply with quote

My TV acts just like that. I was able to get this to work. When I have 4 devices hooked up I have to use 2 macros. When I have 3 or 5 I can get this to work on One macro.

Take a real careful look at that Source button and see if you can get any pattern.

Does it skip sources that are not connected?

Does it skip the currently selected item when you start cycling through using the down arrow?

I have to change my macro when I plug in different sources, but we change input sources about 20x everyday so this macro is crucial.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - General Forum All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control