IR Devices FeedBack
iqbalyounas
Posts: 5
How I Can Make Feedback For Ir Devices?
Please Help Me
For Example :
Button_event [tp,21] // This Code For Play Button
{
Push:
{
Pulse [dvd,1]
}
}
//++++++++++++++++++++++++++
So What I Must To Write In The Define_program
Please Help Me
For Example :
Button_event [tp,21] // This Code For Play Button
{
Push:
{
Pulse [dvd,1]
}
}
//++++++++++++++++++++++++++
So What I Must To Write In The Define_program
0
Comments
I remember all the Pachinko logic in the old Axcess days of...
If your VCR ffwds while holding the FFWD but stops when you let go, then use Function VCR1
if you VCR ffwds when you hit the FFWD button and keeps on doing it if you let go, then use VCR2
If your VCR pauses while holding the pause button and fast forwards while holding on the use VCR3
or whatever it was...
Thank the heavens above for at least a few discrete power on/off commands.
First you have to define a flag of the player current transport action
This is JUST an example of how to write feedback statements for IR devices, but how to fake IR feedback is another story, besides as gentlemen here said before, it is a complete waste of time.
are there sources on the web to get these discrete commands?
Rebuild_Event asked about where to get them. What I do for discretes is to use RemoteCentral.com to find the discretes for the Phillips Pronto (or any RC5 format). You can then cut and paste the IR Hex code into IREdit to convert it to an .irl file for AMX. Sometimes the manufacturers will post their hex code data that you can enter directly into IREdit also.
--John
If you're referring to Descrete IR commands, then consider yourself now endowed with a hunting license.
If you have the AMX IR database and attendant program IR Edit, you'll find a large selection of IR remote captures. However, you'll also find that they commonly only capture the remote that comes with a particular piece of gear. If that remote had no discrete functions then they're not going to be in the file.
Some remotes have advanced functions that activate when you hit a series of buttons or hold a particular button down for a long period of time. AMX sometimes include these dicrete commands as well. Those might include Power On/Off instead of Power Toggle, Go directly to a particular video input as opposed to just scrolling through all the inputs, things like that. the only way is to go fishing through the files, upload them to the IR emmitter and give them a whack.
Now, another valuable resource is www.remotecentral.com
There I quite commonly find myself getting the HEX IR codes directly from the website and importing them to IR Edit.
Remote Central is a wild and wooly place that is not moderated by any known manufacturer. It's totally user-run. So, all information there is to be considered suspect at all times. However, it is a great place to go to get those hard-to-find discrete IR codes that make life much easier.
Some IR controlled devices are just TOADS (Toggle Only Activated Device) and have no discrete codes. (The Phillips TV in my bedroom is one such hellion.) There are other methods of determining whether or not that device is on or off. It gets pretty sketchy beyond this point.
Hope that helps.