Home AMX User Forum AMX Technical Discussion
Options

IR not in database... Have HEX code

Hi all!
I have a litle problem here.
I just started programming AMX systems. When it comes to serial comm - no problems.
Also no problems when there are IR codes available on AMX website in IRL format or whatever.

Now i have 2 devices:
PHILIPS BDP2500 bluray
ADB ITI-5600S sat receiver/decoder

And i cant get them to work. I can not find any IRL for these devices. What i did?
Used old iTach IR device to read codes from remotes. Got them in hex. Now how i can use them in Netlinx?
Example code i have for POWER on sat receiver:
0000 006D 0012 0012 0007 0023 0007 004D 0007 002D 0007 006C 0007 0032 0007 0032 0007 0028 0007 0052 0007 01F0 0007 0023 0007 0057 0007 001D 0007 002D 0007 001D 0007 0023 0007 001D 0007 001D 0007 0BFE 0007 0023 0007 004D 0007 002D 0007 006C 0007 0032 0007 0032 0007 0028 0007 0052 0007 01F0 0007 0023 0007 002D 0007 0048 0007 002D 0007 001D 0007 0023 0007 001D 0007 001D 0007 0BFE

Can someone please help me with this matter?

Comments

  • Options
    DHawthorneDHawthorne Posts: 4,584
    Get yourself a copy of IREdit from AMX.com, and create a file for your device (I prefer usually to start with an IR file made for another device of the same type, so there is some correspondence with button channels). Click on the channel you want to add or change, then click the button on the bar with red and blue 1's and zero's on it. A wizard will come up to let you name the function and paste your HEX code in. As long as your HEX code is in RAW format (usually the case, and other formats are obvious because they are very short), you shouldn't have any trouble.
  • Options
    Thanks! I have iredit, but somehow missed this "010" button .
    I will make my own ir file now :)
    Thank You DHawthorne.
Sign In or Register to comment.