Home AMX User Forum AMX Design Tools

iredit V1.379 will not convert this hex code

This IR hex code from Shinybow videoswitcher SW5440 will not convert in IRedit V1.379?

900A 006D 0000 0001 00FF 0FF0

Or is a AMX database 2010 available? And is this videoswitcher in the list?

Nick

Comments

  • AuserAuser Posts: 506
    Replace the "source" quartet with 0000 like the following:
    0000 006D 0000 0001 00FF 0FF0
    

    It's a pretty simple/odd code though...
  • DHawthorneDHawthorne Posts: 4,584
    That really doesn't look like a complete IR code to me. Are you sure it's not just a data segment, and to make the actual code you have to plug it into something else?
  • DiogoDiogo Posts: 65
    Your code is formatted in Nec format

    try using this, I expect it works.

    0000 006D 0022 0002 0157 00AB 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0040 0016 0040 0016 0040 0016 0040 0016 05E7 0157 0055 0016 0E3B
  • nick_bnick_b Posts: 15
    it is working thank you
    Diogo wrote: »
    Your code is formatted in Nec format

    try using this, I expect it works.

    0000 006D 0022 0002 0157 00AB 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0040 0016 0040 0016 0040 0016 0040 0016 05E7 0157 0055 0016 0E3B


    Are you using a Pronto Hex to Nec program?

    The codes that I need:

    ch1 (that is the one you send)
    900A 006D 0000 0001 00FF 0FF0

    ch2
    900A 006D 0000 0001 00FF 10EF

    ch3
    900A 006D 0000 0001 00FF 12ED

    ch4
    900A 006D 0000 0001 00FF 13EC

    pwr
    900A 006D 0000 0001 00FF 0BF4



    Nick from the Netherlands
  • nick_bnick_b Posts: 15
    it is the short hex code format for nec

    Using makehex :

    900A is normally used for NEC1 protocol.

    Edit the makehex Nec template

    00FF 10EF

    In decimal:

    00=000
    FF=255

    10=16
    EF=239

    device=000.255

    function=16.

    changing the ~F to 239 in the Form line

    Drop this irp file on makehex.exe and result is a long hex file
  • DiogoDiogo Posts: 65
    Hi Nick,

    I'm glad you found the makehex.Makehex saved me a couple of times. I use sometimes.

    But the program I've used was the IR code doctor.
    You can download here: http://www.ir-toolkit.com/

    You can convert Nec, RC5, RC5x for the pronto format.

    What I've done, was copy your code, paste in the ir code doctor, right click, convert to pronto.
    The program also shows the IR waveform, like the IRedit.
  • nick_bnick_b Posts: 15
    Thanks, this is the program to use

    Forget IRtools, ,makehex programs. . IR doctor will do the job Remote Central website will not list this program. Also a Google search Nec format , Pronto hex short to raw hex will not list the program. Yes it will be on google page 90.003 .

    What I find is that ProntoPro software have builtin a nice library with a lot off remote codes. Do not select for the custom code option but browse the long list with 10.000 codes. No need for Hardware. I think the newest Philips software for the 2010 Pronto's will have a more up to date library.



    Nick
  • DHawthorneDHawthorne Posts: 4,584
    I use IR Doctor all the time for Marantz. Marantz has published all of their IR codes, including a metric ton of discretes you can't find on any actual remote. They are all available freely on their website ... but they are the RC5 codes, which are 3 digits at best IR Doc will put them in RAW format ready for import very nicely.
Sign In or Register to comment.