Your Universal Remote Control Center
RemoteCentral.com
URC's Consumer Remotes Forum - View Post
Previous section Next section Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Topic:
MX-950: Autofire - possible?
This thread has 3 replies. Displaying all posts.
Post 1 made on Thursday April 13, 2006 at 06:23
REMOTEFAN
Long Time Member
Joined:
Posts:
April 2006
25
I have a Soundserver without Repeat-Function on the Scroll-UP/Down Buttons. So, if i step through a list i must press for e.g. Scroll Down multiple times. My Idea: Create a Button wich will pressed once goes to a loop and fire the same code continiously until I press the same Button again, then the loop stop's firering. Has anybody an Idea how to realize this with variables?
Never change a running System!
Post 2 made on Thursday April 13, 2006 at 09:45
James Paul Hartbarger
Long Time Member
Joined:
Posts:
December 2005
485
Writing the macros using variables should not be a problem (see below for my guess without testing). I think the issue is that the remote is not "interruptible" during a macro. In other words, it does not detect button presses during a running macro.

Let us know if the remote will allow this to work. My guess is it will create an infinite loop and you’ll have to use the silver button to reboot.

For the macros you need three buttons (BTN1, INTRM, LOOP) and one variable (BUTTON1)

BTN1 -- Button to start and end process. Defined as a variable macro with steps:
BUTTON1 Variable = 0
--Set Variable BUTTON1 to 1
--Perform button/macro INTRM
BUTTON1 Variable = 1
--Set Variable BUTTON1 to 0


INTRM (on a hidden page) -- Defined as a variable macro with steps:
BUTTON1 Variable = 1
--Perform button/macro LOOP
BUTTON1 Variable = 0
--(do nothing)

LOOP (on a hidden page) -- Defined as a normal macro with steps:
--IR code for button you want to repeat
--Delay if desired
--Perform button/macro INTRM

(I edited format so you would be able to read)

Last edited by James Paul Hartbarger on April 14, 2006 10:27.
Post 3 made on Thursday April 13, 2006 at 10:45
triple B
Active Member
Joined:
Posts:
June 2004
648
You are correct, the remote does not respond to button presses anytime a macro is actively running. I would think a better solution would be to just have it repeat the code anytime the button is being held down. Then when you release, it stops.

-3B
Author of DMX-3000, Disc Managing Software for the MX-3000 Touchscreen
http://www.triplebsoftware.com/
Post 4 made on Thursday April 13, 2006 at 10:48
James Paul Hartbarger
Long Time Member
Joined:
Posts:
December 2005
485
On April 13, 2006 at 10:45, triple B said...
You are correct, the remote does not respond to
button presses anytime a macro is actively running.
I would think a better solution would be to just
have it repeat the code anytime the button is
being held down. Then when you release, it stops.

-3B

I agree. Is this a case where the IR code uses a toggle bit and was captured in only one state. If so, you may be able to have the code updated in Universal's IR database and then proceed as triple B recommended.


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