Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Previous section Next section Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Topic:
TSU9600 NO REPEAT FUNCTION
This thread has 10 replies. Displaying all posts.
Post 1 made on Thursday January 17, 2008 at 05:14
volker2008
Lurking Member
Joined:
Posts:
January 2008
7
Dear toether,

Iīm a proud owner of a TSU 9600 now and have a small problem:

When I try to increase or decrease the volumen the learned code is not repeating automatically as long as the button is pushed.
I have to tip the button again and again to get the right volumen.

Is it possible to let the IR code repeat during the button is pressed?

Thanks for your help.
Post 2 made on Thursday January 17, 2008 at 07:08
geokgeok
Lurking Member
Joined:
Posts:
January 2008
2
Hi volker congrats for your purchase!
I have one solution... try ProntoScript

I currently use this in a hard button but I believe it will work on soft button also.
I first create a new page PARAMETERSMOVIE that's the script name of the page, then
I create a soft button with the name TVVOLUP and put it in this page.
Then I use this code to my hard button in order to repeat the funtion

//code
onHoldInterval = 50;
onHold = function()
{
CF.widget("TVVOLUP","PARAMETERSMOVIE").executeActions();
onHoldInterval=1;
};

If you want this in a soft button maybe the following will work. Give it a try...
create a soft button with the IR learned and then use ProntoScript as follows
//code
onHoldInterval = 50;
onHold = function()
{
this.executeActions();
onHoldInterval=1;
};

Hope this helps....

Last edited by geokgeok on January 17, 2008 07:16.
OP | Post 3 made on Thursday January 17, 2008 at 09:00
volker2008
Lurking Member
Joined:
Posts:
January 2008
7
Hi geokgeok,

Thanks you very much for your quick answer. Unfortunately I can try it earliest this evening but I have one point I did not understand:

I first create a new page PARAMETERSMOVIE ==> thatīs clear
I create a soft button with the name TVVOLUP and put it in this page ==> also clear
but...
am I right that this button "TVVOLUP" must carry the learned IR code for increasing the volumen of the TV?
and.. do I have to copy your code to the PARAMETERSMOVIE Page Script or to the hard button ProntoScript window?

Thanks for your help

Post 4 made on Thursday January 17, 2008 at 09:40
geokgeok
Lurking Member
Joined:
Posts:
January 2008
2
the TVVOLUP button must carry the learned IR for increasing volume of course and in case you want the hard button to act like this you must paste the code to the hard button ProntoScript window.
Post 5 made on Thursday January 17, 2008 at 09:56
Lowpro
Select Member
Joined:
Posts:
March 2004
2,081
I would only use ProntoScript as a last resort. IR codes for volume in most cases are repeating codes. As such, I suggest that you relearn the codes as the ones you are currently using don't include the repeating part of code. See my post here where I outlined for another user how to relearn his problematic volume IR codes. Good luck! :-)

Last edited by Lowpro on January 17, 2008 10:13.
LP Related Links:
View my profile to access various
links to key posts and downloads.
OP | Post 6 made on Thursday January 17, 2008 at 10:58
volker2008
Lurking Member
Joined:
Posts:
January 2008
7
geokgeo ... thanks so far, I will reply if it works (but first I have to reach end of office work) :-)


Lowpro .. thanks for your message. My TV is a Bang&Olufsen Avant and if I do it in your way the volume is going to increase a lot with only a short tip on the button and is not repeating if I keep pushing.
I have pressed the button on the original remote as long as the Pronto give me the signal that learning was finished and it didnīt work.
OP | Post 7 made on Thursday January 17, 2008 at 16:55
volker2008
Lurking Member
Joined:
Posts:
January 2008
7
Hi geokgeok,

I have tried all possibilities now, but without any reaction.

Have you any idea what should be wrong?
Post 8 made on Thursday January 17, 2008 at 17:02
Peter Dewildt
Loyal Member
Joined:
Posts:
July 2001
6,307
I suggest you post the hex of your IR code so that some expert could tell you if it is OK or not.
Peter
Pronto 1000 (retired), Pronto TSU7000, RFX6000 (retired)
Pronto 2xTSU9600, RFX9400
OP | Post 9 made on Thursday January 17, 2008 at 17:38
volker2008
Lurking Member
Joined:
Posts:
January 2008
7
Hi Peter,

This code is learn from Bang&Olufsen BEO4 Volume UP:

0000 0009 0016 002A 005D 0544 005D 0544 005D 1BC9 005D 0544 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 1087 005D 0544 005D 1087 005D 0AE5 005D 0544 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 1628 005D 4332 005D 0544 005D 0544 005D 1BC9 005D 0544 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 1087 005D 0544 005D 1087 005D 0AE5 005D 0544 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 1628 005D 0544 005D 0544 005D 1BC9 005D 0544 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 1087 005D 0544 005D 1087 005D 0AE5 005D 0544 005D 0AE5 005D 0AE5 005D 0AE5 005D 0AE5 005D 1628

This code is repeating, but if I push only once it is increasing 4 steps.
Post 10 made on Thursday January 17, 2008 at 18:24
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
13,003
Could you also post another learned code so I can compare the IR code format? Preferably, not Volume Down but some other one.
Lyndel McGee
Philips Pronto Addict/Beta Tester
OP | Post 11 made on Thursday January 17, 2008 at 18:32
volker2008
Lurking Member
Joined:
Posts:
January 2008
7
Hi Lyndel,

here is the code from the SAT/DTV key:

7000 0009 0000 000D 0003 0017 0005 0005 0001 0005 0004 0004 0004 0004 0004 0004 0004 0004 0003 0005 0004 0004 0003 0005 0003 0005 0002 0000 0010 1086


hope this will help to solve the problem.


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse