Your Universal Remote Control Center
RemoteCentral.com
Custom Installers' Lounge 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:
Programming dilema!!!
This thread has 19 replies. Displaying posts 1 through 15.
Post 1 made on Wednesday September 20, 2006 at 18:27
Mike.av
Long Time Member
Joined:
Posts:
February 2006
102
I have programmed a T2+ for a client. I have a command on each source button for discrete power on and then a button for all power off. The problem is that we just put a toshiba plasma in that has no discrete power codes. I was thinking about putting a generic power button, yet some of the componants only have discrete power, and I dont want them to get out of sync. Is there any way you guys can think of fixing this without power sensing?
Mike Robinson
Francis Devlin Audio/Visual Solutions
Post 2 made on Wednesday September 20, 2006 at 18:33
flcusat
Senior Member
Joined:
Posts:
April 2003
1,326
Other than replace the Toshiba,you can use flags to check power status of the devices. It is pretty reliable as long as you don't lose the power or somebody turns the equipment manually.
I'm always right. The only time I was wrong was the time that I thought, that I was wrong.
OP | Post 3 made on Wednesday September 20, 2006 at 18:35
Mike.av
Long Time Member
Joined:
Posts:
February 2006
102
The problem is that this is in a ski area of new england. the power, excpecially in the winter, is as about as predictable as a pinto. it might be worth a try tho. as long as i tell them to make sure the shut the system down completely if they leave the house. have you done flags before? i havent and am not sure if i completly understand how they work. thanks
Mike Robinson
Francis Devlin Audio/Visual Solutions
Post 4 made on Wednesday September 20, 2006 at 19:01
Springs
Super Member
Joined:
Posts:
May 2002
3,238
Is there an output on the Toshiba that can be tracked. Video out or a digital audio out... or something else then you could use the approp sensor on a RP-6.
OP | Post 5 made on Wednesday September 20, 2006 at 19:08
Mike.av
Long Time Member
Joined:
Posts:
February 2006
102
we are using an rp1, with no extra cables to link the tv to the componants. would the flags take care of that?
Mike Robinson
Francis Devlin Audio/Visual Solutions
Post 6 made on Wednesday September 20, 2006 at 19:27
fluid-druid
Senior Member
Joined:
Posts:
June 2005
1,312
Obviously the problem starts with specing the wrong TV....

Flags will solve the problem if handled correctly.

If the power goes off, it will A) turn off the TV, and B) reset the RP1, which should clear the power on flag.

As long as no manual interaction, flags can work well. Customer should be instructed on how to fix if it gets out of sync.

Next, boycott this brand of TV until they use discretes.
...couple a thumb tacks and a stick of double sided tape should hold this baby up...
Post 7 made on Wednesday September 20, 2006 at 20:54
SOUND.SD
Loyal Member
Joined:
Posts:
April 2006
5,523
Its not entirely his fault for specing in the wrong set. Toshiba marketed these TV's with discrete codes. Turns out only discretes for inputs.

Create ON and OFF buttons that turn the TV on and to the most common source for everything else. Then just delete the TV power commands from each device. Just one more step but sell it as a convienience to the client for guest to operate the most common source just by pressing on.
Bulldog AV - San Diego, CA
www.bulldog-av.com
[Link: facebook.com]
OP | Post 8 made on Wednesday September 20, 2006 at 22:48
Mike.av
Long Time Member
Joined:
Posts:
February 2006
102
Thanks Sound.sd. that was our problem. we were told that there WERE discrete codes. once it was installed, and then programming the remote is when we found out that the were just inputs. so are you saying to have a power on and a power off button, with the toggle code for the tv on both, and the discretes for the other components on the corrosponding button? i was thinking about flags, but like i said earlier, i am not really sure how they work. we just started doing rti a couple months ago. i started working in this business around january this year, so i am still trying to figure everything out. thanks for the help and sorry for the ignorance.
Mike Robinson
Francis Devlin Audio/Visual Solutions
Post 9 made on Thursday September 21, 2006 at 03:43
fluid-druid
Senior Member
Joined:
Posts:
June 2005
1,312
if you use flags, its pretty straight forward:

Here's a power ON macro:

Test Flag (Is Flag Set, yes or no?)

If Flag is set (ie TV is ON), then DO NOTHING.
Else (Flag is not set, TV is OFF), then issue POWER COMMAND, AND (very important): set the Flag.



Here's a power OFF macro:

Test Flag (Is Flag Set, yes or no?)

If Flag is set (ie TV is ON), then ISSUE POWER COMMAND. AND CLEAR FLAG.

Else (Flag is not set, TV is OFF), then DO NOTHING.
...couple a thumb tacks and a stick of double sided tape should hold this baby up...
Post 10 made on Thursday September 21, 2006 at 03:58
SOUND.SD
Loyal Member
Joined:
Posts:
April 2006
5,523
On September 20, 2006 at 22:48, Mike.av said...
Thanks Sound.sd. that was our problem. we were told that
there WERE discrete codes. once it was installed, and
then programming the remote is when we found out that
the were just inputs. so are you saying to have a power
on and a power off button, with the toggle code for the
tv on both, and the discretes for the other components
on the corrosponding button? i was thinking about flags,
but like i said earlier, i am not really sure how they
work. we just started doing rti a couple months ago. i
started working in this business around january this year,
so i am still trying to figure everything out. thanks
for the help and sorry for the ignorance.

'

Exactly! Keep it simple especially if you are new to it. If you learn something else down the road offer the customer a return trip.

Might as well complete the ON macro with the macro for cable ie:

TV - Power
AMP - ON
TV - HDMI
AMP - CABLE
Cable - CH 25
Go to DEVICE SELECTION PAGE and punch AMP VOLUME AND CABLE CH +,- to THE DEVICE PAGE.
Bulldog AV - San Diego, CA
www.bulldog-av.com
[Link: facebook.com]
OP | Post 11 made on Thursday September 21, 2006 at 07:48
Mike.av
Long Time Member
Joined:
Posts:
February 2006
102
thanks again guys. i am gonna try to give the flags a try. if i cant figure it out yet, then ill just do seperate on off buttons.
Mike Robinson
Francis Devlin Audio/Visual Solutions
Post 12 made on Thursday September 21, 2006 at 09:12
Rob Grabon
Founding Member
Joined:
Posts:
November 2001
1,392
The other way to handle it is to jump from your source button to a screen with 2 buttons that asks if the TV is already on. One button includes TV power the other does not. Adds a step for the customer, but always works.

Select DVD - Jumps to a page with 2 buttons, 1 is "Is TV on?" the other is "Is TV off?" selecting off adds TV toggle power, input .... then jumps to DVD Page. The system off button also needs to follow this pattern.
Technology is cheap, Time is expensive.
Post 13 made on Thursday September 21, 2006 at 11:49
Digital Home
Long Time Member
Joined:
Posts:
April 2005
147
If I remember corectly there is a example of how to use the flags on the RTI dealer website. But they look like this

ON flag

Flag 1 (Name of flag)
Else______________________________
Power on / off comand for tv
Set flag 1 (Name of flag)


OFF flag

Flag 1 (name of flag)
Power on / off command for tv
Clear flag 1 (name of flag)
Else_____________________________

When doing the on macro put the command and set the flag in the "else" bracket

When doing the power off macro Put the command and clear the flag before the "else" bracket

It will work fine

Jason
Digital home Inc.
Still a CI at heart!
Post 14 made on Thursday September 21, 2006 at 19:51
SOUND.SD
Loyal Member
Joined:
Posts:
April 2006
5,523
Only problem here is that must customers cant tell if the TV is on or not in some situations.
Bulldog AV - San Diego, CA
www.bulldog-av.com
[Link: facebook.com]
Post 15 made on Friday September 22, 2006 at 09:11
CCD
Super Member
Joined:
Posts:
August 2005
2,731
Maybe you missed this?
Toshiba
Pwr ON= Pwr 3sec delay Pwr
Pwr OFF= Pwr 3sec delay Pwr .2sec delay Pwr or just Pwr.
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