07-27-2008, 07:12 AM
I'm in the process of implementing IR and a GC-100, and like many others quickly ran into a problem with the fact that the GC-IRL is not directly supported by CQC yet. If your codes are avilable in a CCF then they can be converted, but for those that need to learn new devices and only have the GC-IRL, there's a simple workaround that I thought I'd share here.
1) Download and install the GC-IRL learner utility from here.
2) Capture your code with the GC utility in "GC-100" output format.
3) Using another .IRExport file as a template (download from here if you need one), copy the codes from the GC utility and use them to create an entry in your new .IRExport file. The format is pretty straightforward.
4) Replace the hard coded values for repeat, module number, etc, with the CQC variables. There are four places that get updated.
Original: sendir,2:1,11,58000,1,1,192......
Updated: sendir,%(m):%©,%(i),58000,%©,1,192......
(Your values for the other fields may be different from this example.)
5) Once finished, you can import this new .IRExport file just as you would with the versions on the website.
It's a pretty straight forward process, and only took me about 20 minutes to create a new IR device file.
Happy learning!
Zac
1) Download and install the GC-IRL learner utility from here.
2) Capture your code with the GC utility in "GC-100" output format.
3) Using another .IRExport file as a template (download from here if you need one), copy the codes from the GC utility and use them to create an entry in your new .IRExport file. The format is pretty straightforward.
4) Replace the hard coded values for repeat, module number, etc, with the CQC variables. There are four places that get updated.
Original: sendir,2:1,11,58000,1,1,192......
Updated: sendir,%(m):%©,%(i),58000,%©,1,192......
(Your values for the other fields may be different from this example.)
5) Once finished, you can import this new .IRExport file just as you would with the versions on the website.
It's a pretty straight forward process, and only took me about 20 minutes to create a new IR device file.
Happy learning!
Zac