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

Login:
Pass:
 
 

Page 1 of 2
Topic:
Other programmers logic?
This thread has 23 replies. Displaying posts 1 through 15.
Post 1 made on Thursday October 27, 2005 at 23:41
AndyM
Founding Member
Joined:
Posts:
March 2002
1,470
I tried to take a step back and look at the logic that I use when programming a remote for a customer. There is no doubt that every one of them is the same... at least in the basic logic. Since it's my logic, then it makes sense to me, right? Thinking back on a bunch of remotes that I had to "retweak" from the guy before me, I see his logic, and it doesn't make alot of sense to me. Every now and then I get a customer that just doesn't get it... no matter how dummy proof I make it.

My point to all this is: Everyone thinks differently. So I want to start up an exchange between those of us that program these things every day. If for no other reason to get some new/fresh ideas. I'm not worried about someone stealing my ideas, heck most of you are already using my icons. As far as I can tell there aren't many competing companies/installers around here, so that shouldn't be an issue.

If your interested, send me a file (or as many as you want) that you think gives the best all around view of your "style". T2+ would be my files of choice, but I'd love to see what some of you have done with the T3 as well. I'll gladly send you some of mine for review.

Send'm to the email in my profile: Subject "RTI files"

Andy
Post 2 made on Saturday October 29, 2005 at 09:43
markrubin
Founding Member
Joined:
Posts:
February 2002
919
Just sent you my T3/RP-6/T2+ files

edit: well the email came back as bad address: could you check it or send me a link?

Mark
OP | Post 3 made on Saturday October 29, 2005 at 10:33
AndyM
Founding Member
Joined:
Posts:
March 2002
1,470
I sent you an email... the one in my profile should work.
Post 4 made on Saturday October 29, 2005 at 13:06
roddymcg
Loyal Member
Joined:
Posts:
September 2003
6,796
I always try to hand over the remote to one of the non programming installers to get their feedback first. They seem to look at thing differently than I do and I get a lot of good input from them.

Don't have much as far as the RTI line goes, only played with a couple so far. I have used this with the Pronto's and it has seemed to work. Still need to tweak a little for the client now and again, but I think for the most part that they get it.
When good enough is not good enough.
OP | Post 5 made on Saturday October 29, 2005 at 13:13
AndyM
Founding Member
Joined:
Posts:
March 2002
1,470
Yeah, I do the same thing. Problem is that we are a pretty small operation (for the moment). Only two installers and me, the do it all programmer. So when I hand the remote to one of them, they've seen it a hundred times and know how it works. I'm just looking for a fresh look, to keep myself from getting stagnet.

Always looking for new ideas,
Andy
Post 6 made on Sunday October 30, 2005 at 12:44
Thomas_james
Lurking Member
Joined:
Posts:
September 2005
4
I do not use press and hold functions as I do not want commands that are hidden. Also I rearly use icons for sources. Not everyone will know what a picture of a satellite dish is but they can likey read "Satellite TV" for example.
Post 7 made on Sunday October 30, 2005 at 19:31
fluid-druid
Senior Member
Joined:
Posts:
June 2005
1,312
I think the best secret is to keep it simple and consistent.

Try to sell the same package(s) of equipment and re-use as much of the programming as possible.

As one of my reps says, "Customization costs $$... but there is profit in personalization". Don't re-invent the wheel.... change the name on the remote to the client's family name and bingo.. its "something special"


One of the things that I do:

If possible, I like to create macros in the RP6, and then call them using the "System Macro" function on the remote. For example, I will create macros for:

TV on
TV off
Receiver on
Receiver off

TV DVD input
TV Sat input
Receiver DVD input
Receiver Sat input

Each macro is a mini-module, that does a small, defined job. Then I create macros (on the RP6) for the activities:

Watch TV
Watch DVD
etc

Within the activity macros, I call the mini-modules.

ie: Watch TV macro:

1) System Macro: TV on
2) System Macro: Receiver on
3) System Macro: TV Satellite input
4) System Macro: Receiver Satellite input


Now if I want to change the brand and model of the TV or receiver, I can just make changes to the mini-modules. The activity macros don't have to change.

If I am forced to use a receiver (or other component) without discrete codes or RS-232... I can use flags or voltage/signal sensing inside the mini-modules... and the activity macros stay the same!


ie. Receiver ON mini-module (Receiver using voltage sensor)

if (Port1 is ON)
{
[[do nothing]]
}
else
{
Receiver POWER
}


Another advantage of this method: You can call the activity macros from other learning remotes or keypads, using the HEX system trigger codes.... so the keypads etc can take advantage of the RP-6's RS-232 , sensing and relay options.
...couple a thumb tacks and a stick of double sided tape should hold this baby up...
OP | Post 8 made on Sunday October 30, 2005 at 21:41
AndyM
Founding Member
Joined:
Posts:
March 2002
1,470
Mark, I got the emails. Thanks, and sorry for all the email issues.

As soon as I fire up the laptop at the office I'll fire mine off to you.

Anybody else wanna send some files?

Andy
Post 9 made on Sunday October 30, 2005 at 22:31
augsys
Long Time Member
Joined:
Posts:
January 2005
442
OK, I'll play this game.
http://www.gmillerdesigns.com/ Propose-Design-Program

http://integrationpros.org Where the Pros Go!
Post 10 made on Sunday October 30, 2005 at 23:55
Glackowitz
RC Moderator
Joined:
Posts:
May 2002
3,793
I recently did a T3 for a client and he had a HTB system from Pioneer, A HD sat and a HD mits TV, CD player was interesting to get control of the HTB as it had a LCD remote and a little remote displaythat had the IR receiver in it

But we got through it and it all works
There's no worse feeling than that millisecond you're sure you are going to die after leaning your chair back a little too far.
Post 11 made on Tuesday November 1, 2005 at 23:06
The8thst
Long Time Member
Joined:
Posts:
October 2004
364
Since Gary's in on this game I'll toss something in, should be fun to see what everyone is doing with this equipment.
OP | Post 12 made on Wednesday November 2, 2005 at 09:27
AndyM
Founding Member
Joined:
Posts:
March 2002
1,470
I just sent a few files out to the four of you that sent them to me. My comcast account went a bit haywire, so somebody let me know that you got the email.

Haveing all kinds of email issues,
Andy
Post 13 made on Wednesday November 2, 2005 at 16:52
Glackowitz
RC Moderator
Joined:
Posts:
May 2002
3,793
Andy, I got them and will look them over tonight, I sent you another file this morning to look at as well

Glack
There's no worse feeling than that millisecond you're sure you are going to die after leaning your chair back a little too far.
Post 14 made on Wednesday November 2, 2005 at 22:20
The8thst
Long Time Member
Joined:
Posts:
October 2004
364
Andy, I received the email this morning.

I think it would be a good idea to have some space on a small ftp server to store all the donated files and include a login and password to those that submit a file. That way we can all see eachothers work.


I am willing to throw the files on my home computer, but I don't know how much bandwidth I have alotted to my Qwest DSL account.
Post 15 made on Wednesday November 2, 2005 at 22:47
markrubin
Founding Member
Joined:
Posts:
February 2002
919
got it thanks

note the file I sent you is for a T3
Page 1 of 2


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