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

Login:
Pass:
 
 

Topic:
Checking power status (without power sensors)
This thread has 12 replies. Displaying all posts.
Post 1 made on Thursday July 1, 2010 at 00:49
Jimmy Bellagio
Advanced Member
Joined:
Posts:
January 2008
854
Hello, I am very new to Pronto after programming some of the older ones several years ago. I am very interested in programming the TSU9600 with RFX-9600 processor and have programmed about 80% of it. I am very new to Prontoscript and don't have any PS programming ability as of now.

My question is, how do I avoid the 25 second delay my projector takes to warm up when I press an acivity macro? The first time is fine - the next time however I would like to avoid that. Running a sensor is out of the question for me as the walls have been closed up. Other companies like URC and RTI at least have some variables or power tracking in place eventhough it's not bulletproof. But I would be willing to have that now compared to the options I have.

I also wondered if possibly I could open a trigger (which I wasnt using anyway) and check for it to "fake out" the system. I would send an open trigger Relay 1 every time a power on command is sent by the projector and check for it as a way to basically if then a delay, but then I found out you cant do an if then with a relay. You could do it with a power sensor, but again don't have one.

Does anyone know of a way I could get around this other than powering on the system first? I have music sources that I might necceasirly want to power on when I start a session.

I'm surprised that Pronto does not have a way to do this (not just for power, but for page jumps, etc.)

Any help or insight as to how I can do this would be greatly appreciated.

Regards,
Jimmy Bell
James S. Bellagio
Post 2 made on Thursday July 1, 2010 at 02:02
Guy Palmer
Active Member
Joined:
Posts:
June 2008
648
I'm surprised that Pronto does not have a way to do this (not just for power, but for page jumps, etc.)

You can do power tracking using prontoscript.
Post 3 made on Thursday July 1, 2010 at 02:56
BluPhenix
Long Time Member
Joined:
Posts:
December 2008
371
What brand is the projector? Look in the manual what it says while it is powering up. I know that the Hitachi ones don't respond to rs-232 while they're warming up and you better not touch them for the first couple of seconds.

If you need power sensing you just get a device that senses the power consumption change on the power cord of the projector.

What about taking the projector controls out of the activities you don't need it in?

I don't understand the trigger part (what do you mean by trigger?).

I'm sorry but you provided little information (regarding to the length of the text) of what you'd really like to achieve and what options you have.
Post 4 made on Thursday July 1, 2010 at 10:10
alpha
Long Time Member
Joined:
Posts:
September 2003
258
Some devices have a discrete power on and discrete power off codes in the database or elseware. If your activity powers up the projector every time you enter it, use a discrete power on code . It will only turn the power on once this way, no matter how many times you enter the activity.

If there is a wait screen (animation) on the remote , just disable it.
Project Boredom 2 is here. [Link: mediafire.com]
------------------------
Check Version 1 & 2 out in the files section.
Post 5 made on Thursday July 1, 2010 at 13:31
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
12,994
See this thread please.

[Link: remotecentral.com]

I have provided an example of how to do this with inputs from RFX9600 and also via System Globals (setting variables).

Ooops - Forgot to add link - Editing on 20100705

Last edited by Lyndel McGee on July 5, 2010 16:27.
Lyndel McGee
Philips Pronto Addict/Beta Tester
Post 6 made on Sunday July 4, 2010 at 19:15
dz-
Long Time Member
Joined:
Posts:
October 2007
78
The RFX9600 can give you 4 "hardware" flags if you are not using relays/powersense ports.
You can wire the 5v output from the RFX, into a relay and then into a power sense input.

Whenever you do projector power on, close the relay (so voltage goes through it) and the power sense will come on - now your projector is on. Likewise, open the relay when you do projector power off.
You can now use that powersense input in your projector on macro, and do "if power sense port is open (not sensing), send projector power on command and wait 25 seconds"... If the projector is already on and the power sense is sensing voltage, it will skip the command and the delay.

No prontoscript required.
Post 7 made on Monday July 5, 2010 at 01:04
Guy Palmer
Active Member
Joined:
Posts:
June 2008
648
On July 4, 2010 at 19:15, dz- said...
Do "if power sense port is open (not sensing), send projector power on command and wait 25 seconds"... If the projector is already on and the power sense is sensing voltage, it will skip the command and the delay.

No prontoscript required.

I haven't really got into the new macro facility, so excuse this dumb question: how do you do an 'if statement' without prontoscript?
Post 8 made on Monday July 5, 2010 at 01:59
buzz
Super Member
Joined:
Posts:
May 2003
4,370
Guy Palmer,

Using PEP2, at the top of the action list panel, check out the tools. You can set relays and sense power.

There is a constant voltage output on the RFX9600. This can be wired through a relay contact and sensed by an input pin. As you switch the relay, the power sense pin will toggle and an action will execute or not.

This will not be a perfect scheme because someone could use the projector's native remote or press the power button causing, the relay state to be out of sync.
Post 9 made on Monday July 5, 2010 at 06:39
Guy Palmer
Active Member
Joined:
Posts:
June 2008
648
On July 5, 2010 at 01:59, buzz said...
You can set relays and sense power.

Yes, I can see that. But I don't see how one makes execution of another action conditional on the result.
Post 10 made on Monday July 5, 2010 at 21:03
buzz
Super Member
Joined:
Posts:
May 2003
4,370
Guy Palmer,

Select an action for a device that uses the RFX-9600, then click on the "Add Power Sense" tool.

The whole procedure is clinky. It is much better in ProntoScript, but if this is the only case where you might need ProntoScript, I think that it is be easier to struggle with the tool.
Post 11 made on Monday July 5, 2010 at 21:31
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
12,994
Buzz,

IIRC, the 'Add Power Sense' is ONLY available in PEPV1. In PEPV2, you have to edit the component in MyDatabase and specify Power Sense Actions at the Component Function level. This changed drastically between PEPV1 and PEPV2, much to my disappointment.
Lyndel McGee
Philips Pronto Addict/Beta Tester
Post 12 made on Monday July 5, 2010 at 23:02
Guy Palmer
Active Member
Joined:
Posts:
June 2008
648
Buzz,

Thanks.
Post 13 made on Tuesday July 6, 2010 at 02:02
Luukske
Long Time Member
Joined:
Posts:
June 2004
49
Here is another method of adding power sense in PEP2:
- First link your project component to the extender (select your projector on bottom left and tick the extender checkbox on the bottom right of the screen).
- In the button properties screen - actions you now set an infrared code to be sent (this is the code you want to send conditionally, only this is not visible yet).
- After adding, highlight this infrared function and now you will see that the "power sense" icon becomes visible (not greyed out anymore). Click it and enable the power sense for this infrared code.


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