11/18/09 - A major update brings our collection to over 1,350 manuals for 115 brands.
11/04/09 - New features, hundreds of 2-way and RS-232 modules, plus a web browser for the MX-6000.
9/04/09 - Latest activity-based model features a color screen at an economical price.
9/03/09 - * OK, one string – you may have to learn something!
8/22/09 - As it turns out, those who do not learn from history... still won't repeat it.
|
|
 |
|
The following page was printed from RemoteCentral.com:
| Topic: | RU990 Jumps and delays This thread has 32 replies. Displaying posts 1 through 15. |
|
| Post 1 made on Thursday September 10, 2009 at 09:21 |
Mark4323 New Member |
Joined: Posts: | September 2009 20 |
|
|
I have a PVR that takes ages to turn on (a Beyonwiz). I've set up a macro that turns on the PVR, counts down by jumping to different pages with the seconds on them and then switches to the HDMI imput on the TV, by which time the PVR should have booted.
I've put a .2 second delay after each jump. However, the switch command is being issued before the full time has elapsed. It appears to be counting the delays but not the time for each jump. However, if I increase the delays the jumps take longer but the switch code is still issued too early.
Can someone provide some advice?
|
|
| Post 2 made on Thursday September 10, 2009 at 12:26 |
Adamh4 Long Time Member |
Joined: Posts: | August 2002 92 |
|
|
You will have to put in longer delays if the code is being sent before the device is ready to receive it, try putting in a .50 second delay between each step in your macro, if it works, then reduce the delays and test until you get it perfect, if it still doesn't work increase the delays.
Alternatively, move the problem code further down the macro.
It's a case of trial and error i'm afraid, have had to do this on many occasions to get it right.
cheers, Adam.
|
|
| Post 3 made on Friday September 11, 2009 at 00:08 |
Lyndel McGee RC Moderator |
Joined: Posts: | August 2001 9,152 |
|
|
Is an RF Extender in use here?
I seem to recall issues with this at one time. What firwmare are you running on the remote?
|
Lyndel McGee Philips Pronto Addict/Beta Tester View EscientPronto 1.0.2 Docs - [Link: mediafire.com] |
|
| Post 4 made on Friday September 11, 2009 at 09:33 |
Mark4323 New Member |
Joined: Posts: | September 2009 20 |
|
|
|
On September 11, 2009 at 00:08, Lyndel McGee said...
Is an RF Extender in use here?
I seem to recall issues with this at one time. What firwmare are you running on the remote? No, I'm not using an extender. It is the latest firmware 3.8.17.
I found a thread and it talked about breaking the 'animation' pages into groups of 10 and putting them in different devices. This seems to have worked.
|
|
| Post 5 made on Saturday September 12, 2009 at 00:18 |
Lyndel McGee RC Moderator |
Joined: Posts: | August 2001 9,152 |
|
|
|
Can you please post a link back to the thread you found so that others can reference? If it is the thread I'm thinking of (many threads I have seen here), the author is Carlton Bale?
|
Lyndel McGee Philips Pronto Addict/Beta Tester View EscientPronto 1.0.2 Docs - [Link: mediafire.com] |
|
| Post 6 made on Saturday September 12, 2009 at 02:23 |
Mark4323 New Member |
Joined: Posts: | September 2009 20 |
|
|
|
On September 12, 2009 at 00:18, Lyndel McGee said...
Can you please post a link back to the thread you found so that others can reference? If it is the thread I'm thinking of (many threads I have seen here), the author is Carlton Bale? Sure, it was a thread by Carlton Bale. It is the top entry on P2 by joeyd27
Anyone else experience these bugs on the TSU7000?
|
|
| Post 7 made on Monday September 14, 2009 at 07:42 |
Mark4323 New Member |
Joined: Posts: | September 2009 20 |
|
|
|
It doesn't work reliably :(
|
|
| Post 8 made on Monday September 14, 2009 at 10:39 |
makitamark Active Member |
Joined: Posts: | April 2004 506 |
|
|
|
On September 10, 2009 at 09:21, Mark4323 said...
It appears to be counting the delays but not the time for each jump.
what does this statement mean? surely the remote can only count the delay, what do you mean by 'the time for each jump'? mark
|
|
| Post 9 made on Tuesday September 15, 2009 at 08:28 |
Mark4323 New Member |
Joined: Posts: | September 2009 20 |
|
|
|
On September 14, 2009 at 10:39, makitamark said...
It appears to be counting the delays but not the time for each jump.
what does this statement mean? surely the remote can only count the delay, what do you mean by 'the time for each jump'? mark I have 22 jumps followed by a delay. If each jump takes .5 sec and the delays are .2 sec it should take 15.4 seconds for it to execute the macro before it gets to the step that switches the input source on the TV. However, the switch is being executed after about 5 seconds (which is the length of the delays).
|
|
| Post 10 made on Tuesday September 15, 2009 at 08:45 |
Jasonvp Senior Member |
Joined: Posts: | July 2008 1,008 |
|
|
22 X 0.2 = 4.4 seconds
Increase the Delay.
The Time taken for Jumps has no relevance.
Cheers Jason
|
|
| Post 11 made on Wednesday September 16, 2009 at 07:35 |
Mark4323 New Member |
Joined: Posts: | September 2009 20 |
|
|
|
On September 15, 2009 at 08:45, Jasonvp said...
22 X 0.2 = 4.4 seconds
Increase the Delay.
The Time taken for Jumps has no relevance.
Cheers Jason Well, sometimes they do. It works inconsistently. Also, if I increase the time of the delays the jumps are too long. I'll play around and see if I can get an 'optimal' combination.
|
|
| Post 12 made on Wednesday September 16, 2009 at 18:40 |
makitamark Active Member |
Joined: Posts: | April 2004 506 |
|
|
Mark4323 send me the pcf, I would like to see what your 'delays and jumps' look like. Regards mark
|
|
| Post 13 made on Thursday September 17, 2009 at 07:14 |
Mark4323 New Member |
Joined: Posts: | September 2009 20 |
|
|
Hi Mark
is there a way to do that through the forum? If not PM me your e-mail address.
|
|
| Post 14 made on Thursday September 17, 2009 at 13:02 |
makitamark Active Member |
Joined: Posts: | April 2004 506 |
|
|
|
not sure if you can do that thru RC mail, my email address is in my profile, just click 'view profile'
|
|
| Post 15 made on Friday September 18, 2009 at 09:23 |
makitamark Active Member |
Joined: Posts: | April 2004 506 |
|
|
|
the file you've sent me has 16 delays of 0.6s each, so just shy of 10sec total, is that the total delay you need?
|
|
 |
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.
|
|