Why are macros only 15 steps
Moderator: Moderators
Why are macros only 15 steps
I did a search but couldn't find a specific answer only that they are limited to 15 steps. (I will be venturing into extenders some time in the future but so far I am able to do everything with out it).
I've obviously misguessed (more often than not) the correct level of detail to use in answering questions like this. But ..
1) Because that's the way UEI designed the product.
2) Because they made macros execute so slowly that you wouldn't want to keep the remote aimed for more than 15 steps of a macro.
3) Because they used only 4 bits to encode the "body" length of objects in the KeyMove/Macro area, and didn't special case the value 0.
4) Because they copy the whole macro into registers before executing it, and only allocated a block of 15 registers for that (some extenders change that).
1) Because that's the way UEI designed the product.
2) Because they made macros execute so slowly that you wouldn't want to keep the remote aimed for more than 15 steps of a macro.
3) Because they used only 4 bits to encode the "body" length of objects in the KeyMove/Macro area, and didn't special case the value 0.
4) Because they copy the whole macro into registers before executing it, and only allocated a block of 15 registers for that (some extenders change that).
-
The Robman
- Site Owner
- Posts: 21888
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
It's a limitation of the way the remotes were designed, but it's not a limitation for us. Several extenders allow either nested or concatenated macros.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!