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

Login:
Pass:
 
 

Page 3 of 4
Topic:
Altech DSD4121 Remote Codes
This thread has 48 replies. Displaying posts 31 through 45.
Post 31 made on Sunday May 8, 2011 at 04:25
3FG
Select Member
Joined:
Posts:
August 2009
1,861
The only significant difference btween Jason's working code and the ones I posted recently is that his has a off period of 1.34 seconds after the signal has been sent. I suppose that means that the remote can't send another signal until that leadout time has expired, and that seems excessive to me. If you're so inclined, try changing the last value of the hex code to something intermediate between Jason's C760 and the 0C18 that I posted. For example, try C760, B000, 7000, 3000 and 1000 with the codes I posted.

Anyway, I suppose the next step is to get all the functions working
OP | Post 32 made on Sunday May 8, 2011 at 04:58
grrwmr
Long Time Member
Joined:
Posts:
December 2009
63
3FG,

I changed last value of the hex code & they all seem to be working correctly.

Grant
Post 33 made on Sunday May 8, 2011 at 05:04
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
On May 8, 2011 at 04:58, grrwmr said...
3FG,

I changed last value of the hex code & they all seem to be working correctly.

Grant

What value did you use?
OP | Post 34 made on Sunday May 8, 2011 at 05:25
grrwmr
Long Time Member
Joined:
Posts:
December 2009
63
All of them worked correctly.
Post 35 made on Sunday May 8, 2011 at 05:36
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
3FG,

C760, B000, 7000, 3000 or 1000

Which one would be best to use?

Will it matter?
Post 36 made on Sunday May 8, 2011 at 06:07
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
Here are all the codes in a DB file. They all end with C760.
[Link: mediafire.com]

Because I don't have all your codes I have gone off these. There are also some others with "?" if you what to try them.
OP | Post 37 made on Sunday May 8, 2011 at 08:28
grrwmr
Long Time Member
Joined:
Posts:
December 2009
63
Jason,

Your codes worked fine except the duration was quiet long (e.g. can get channel 7 but can't get channel 70).
The ones that I tested before ending with 3000 & 1000 are much much shorter (no more than .5 seconds).

Can I email you a full list of the codes I need.
What are my chances of getting POWER ON, POWER OFF codes.

Grant
Post 38 made on Sunday May 8, 2011 at 12:18
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
All the same ending with 1000.
[Link: mediafire.com]

Power ON and OFF may not exist. There are 513 possible codes less the ones I have given you. I would contact Altech and ask them if it has any. They may be able to give you a list like the ones here. I can send all 513 codes to try but they may even be using a different Device No. for ON and OFF.

The other option would be to write a ProntoSrcipt to track the Power State. Not 100% bullet proof but better than nothing. There have been examples of this posted in the Philips Pronto Professional Forum.

Did all the codes work and named correctly?

How about the ones with the "?" ?

EDIT
Device State Tracking for Beginners

Last edited by Jasonvp on May 8, 2011 16:57.
Post 39 made on Sunday May 8, 2011 at 12:39
3FG
Select Member
Joined:
Posts:
August 2009
1,861
I think the value 1000 should be fine. For discussion purposes, let's convert these leadout times from hexadecimal format to decimal format, and then multiply by 26.25 microseconds.

C760 --> 51040 1340 mSec
B000 --> 45056 1183 mSec
7000 --> 28762   753 mSec
3000 --> 12288   323 mSec
1000 -->   4096   108 mSec
0C18 -->   3096     81 mSec

I guess that if the button is held down for more than the 108 mSec, then the signal may be sent twice by the remote, or perhaps it has its own internal delay.

Last edited by 3FG on May 8, 2011 13:02.
Post 40 made on Sunday May 8, 2011 at 13:23
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
On May 8, 2011 at 12:39, 3FG said...
I think the value 1000 should be fine. For discussion purposes, let's convert these leadout times from hexadecimal format to decimal format, and then multiply by 26.25 microseconds.

C760 --> 51040 1340 mSec
B000 --> 45056 1183 mSec
7000 --> 28762   753 mSec
3000 --> 12288   323 mSec
1000 -->   4096   108 mSec
0C18 -->   3096     81 mSec

I guess that if the button is held down for more than the 108 mSec, then the signal may be sent twice by the remote, or perhaps it has its own internal delay.

I was going to ask you about that. Thanks for posting.

I changed the last line of the IRP file to this to get 1000 on the end.
Form=A:4,C:4,S:4,B:12,D:8,210,-13000,A:4,X:4,G:4,J:4,F:8,F:8:8,210,-81400,A:4,C:4,S:4,B:12,D:8,210,-13000,
A:4,Y:4,H:4,J:4,F:8,F:8:8,210,-14600,A:4,C:4,S:4,B:12,D:8,210,-13000,A:4,Z:4,K:4,J:4,F:8,F:8:8,210,-107700

Is this the correct way?
Post 41 made on Sunday May 8, 2011 at 15:22
3FG
Select Member
Joined:
Posts:
August 2009
1,861
Yes, although there are other ways. One other way would be to use the MessageTime construct, as explained in the MakeHex readme. I guess that either way will work, and the way you did it is clearer.
OP | Post 42 made on Monday May 9, 2011 at 05:39
grrwmr
Long Time Member
Joined:
Posts:
December 2009
63
On May 8, 2011 at 12:18, Jasonvp said...

Power ON and OFF may not exist. There are 513 possible codes less the ones I have given you. I would contact Altech and ask them if it has any. They may be able to give you a list like the ones here. I can send all 513 codes to try but they may even be using a different Device No. for ON and OFF.

I emailed Altech about Discrete Code & here is their reply,

The currently deployed software is XMP protocol and does not appear to be supported by universal remote control manufactures. Presumably the XMP royalty is detracting from their decision and commercial model.
We are working on a new software release that amongst other things will allow coexistence of a a more common protocol than XMP and should be easier for universal RCU manufactures to emulate.


The other option would be to write a ProntoSrcipt to track the Power State. Not 100% bullet proof but better than nothing. There have been examples of this posted in the Philips Pronto Professional Forum.

I think ProntoScript is over my head.

Did all the codes work and named correctly?

All codes are there that are on the Altech remote & all work correctly.

Page Down should be renamed Program Down
Page Up should be renamed Program Up

These extra codes registered on the Receiver but nothing happens:-
Fast Forward
Fast Rewind
Stop
Record
Play / Pause
How about the ones with the "?" ?

? Low Voltage 3) did nothing
? Undefined Rotary Position 1)2)3) did nothing
OP | Post 43 made on Monday May 9, 2011 at 05:44
grrwmr
Long Time Member
Joined:
Posts:
December 2009
63
On May 8, 2011 at 12:18, Jasonvp said...
All the same ending with 1000.
[Link: mediafire.com]

Power ON and OFF may not exist. There are 513 possible codes less the ones I have given you. I would contact Altech and ask them if it has any. They may be able to give you a list like the ones here. I can send all 513 codes to try but they may even be using a different Device No. for ON and OFF.

I will get the 513 codes & give them a try ( you never know, might get lucky)

Thanks
Grant
Post 44 made on Monday May 9, 2011 at 08:20
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
Here they are.
[Link: mediafire.com]

I have also included a PEP2.4 TSU9400 XCF file with 513 buttons stacked on top of each other. If you add the DB file to your MyDatabase first then open the XCF file in PEP3 it should assign the codes to the buttons.

Good luck!
Post 45 made on Monday May 9, 2011 at 08:25
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
Here are all the codes for everyone else.

Thanks for your help 3FG.

Power    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 001D 0008 0022 0008 001D 0008 006A 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0041 0008 0046 0008 0022 0008 001D 0008 006A 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 003C 0008 004B 0008 0022 0008 001D 0008 006A 0008 001D 0008 001D 0008 1000
TV    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 004B 0008 001D 0008 0022 0008 0037 0008 001D 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0022 0008 0046 0008 0022 0008 0037 0008 001D 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 001D 0008 004B 0008 0022 0008 0037 0008 001D 0008 001D 0008 001D 0008 1000
Alt    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0046 0008 001D 0008 0022 0008 0037 0008 0022 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 001D 0008 0046 0008 0022 0008 0037 0008 0022 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 004B 0008 0022 0008 0037 0008 0022 0008 001D 0008 001D 0008 1000
TV Guide    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0037 0008 001D 0008 0022 0008 0027 0008 0041 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0060 0008 0046 0008 0022 0008 0027 0008 0041 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 005B 0008 004B 0008 0022 0008 0027 0008 0041 0008 001D 0008 001D 0008 1000
Language    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0041 0008 001D 0008 0022 0008 0037 0008 0027 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 0046 0008 0022 0008 0037 0008 0027 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0065 0008 004B 0008 0022 0008 0037 0008 0027 0008 001D 0008 001D 0008 1000
Menu    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0041 0008 001D 0008 0022 0008 0027 0008 0037 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 0046 0008 0022 0008 0027 0008 0037 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0065 0008 004B 0008 0022 0008 0027 0008 0037 0008 001D 0008 001D 0008 1000
Help    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 003C 0008 001D 0008 0022 0008 0037 0008 002C 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0065 0008 0046 0008 0022 0008 0037 0008 002C 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0060 0008 004B 0008 0022 0008 0037 0008 002C 0008 001D 0008 001D 0008 1000
Info    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0041 0008 001D 0008 0022 0008 0046 0008 006A 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 0046 0008 0022 0008 0046 0008 006A 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0065 0008 004B 0008 0022 0008 0046 0008 006A 0008 001D 0008 001D 0008 1000
Exit    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0046 0008 001D 0008 0022 0008 0046 0008 0065 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 001D 0008 0046 0008 0022 0008 0046 0008 0065 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 004B 0008 0022 0008 0046 0008 0065 0008 001D 0008 001D 0008 1000
Cursor Up    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 004B 0008 001D 0008 0022 0008 0046 0008 0060 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0022 0008 0046 0008 0022 0008 0046 0008 0060 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 001D 0008 004B 0008 0022 0008 0046 0008 0060 0008 001D 0008 001D 0008 1000
Cursor Left    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0051 0008 001D 0008 0022 0008 0046 0008 005B 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0027 0008 0046 0008 0022 0008 0046 0008 005B 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0022 0008 004B 0008 0022 0008 0046 0008 005B 0008 001D 0008 001D 0008 1000
Cursor OK    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0056 0008 001D 0008 0022 0008 0046 0008 0056 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 002C 0008 0046 0008 0022 0008 0046 0008 0056 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0027 0008 004B 0008 0022 0008 0046 0008 0056 0008 001D 0008 001D 0008 1000
Cursor Right    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0065 0008 001D 0008 0022 0008 0046 0008 0046 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 003C 0008 0046 0008 0022 0008 0046 0008 0046 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0037 0008 004B 0008 0022 0008 0046 0008 0046 0008 001D 0008 001D 0008 1000
Cursor Down    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 001D 0008 0022 0008 0046 0008 0041 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0041 0008 0046 0008 0022 0008 0046 0008 0041 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 003C 0008 004B 0008 0022 0008 0046 0008 0041 0008 001D 0008 001D 0008 1000
Channel Up    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 001D 0008 001D 0008 0022 0008 0046 0008 003C 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0046 0008 0046 0008 0022 0008 0046 0008 003C 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0041 0008 004B 0008 0022 0008 0046 0008 003C 0008 001D 0008 001D 0008 1000
Channel Down    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0022 0008 001D 0008 0022 0008 0046 0008 0037 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 004B 0008 0046 0008 0022 0008 0046 0008 0037 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0046 0008 004B 0008 0022 0008 0046 0008 0037 0008 001D 0008 001D 0008 1000
Volume Down    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0027 0008 001D 0008 0022 0008 0046 0008 0032 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0051 0008 0046 0008 0022 0008 0046 0008 0032 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 004B 0008 004B 0008 0022 0008 0046 0008 0032 0008 001D 0008 001D 0008 1000
Volume Up    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 002C 0008 001D 0008 0022 0008 0046 0008 002C 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0056 0008 0046 0008 0022 0008 0046 0008 002C 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0051 0008 004B 0008 0022 0008 0046 0008 002C 0008 001D 0008 001D 0008 1000
Volume Mute    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0027 0008 001D 0008 0022 0008 001D 0008 005B 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0051 0008 0046 0008 0022 0008 001D 0008 005B 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 004B 0008 004B 0008 0022 0008 001D 0008 005B 0008 001D 0008 001D 0008 1000
Function Red    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0051 0008 001D 0008 0022 0008 0032 0008 001D 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0027 0008 0046 0008 0022 0008 0032 0008 001D 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0022 0008 004B 0008 0022 0008 0032 0008 001D 0008 001D 0008 001D 0008 1000
Function Blue    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 004B 0008 001D 0008 0022 0008 0032 0008 0022 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0022 0008 0046 0008 0022 0008 0032 0008 0022 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 001D 0008 004B 0008 0022 0008 0032 0008 0022 0008 001D 0008 001D 0008 1000
Function White    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0046 0008 001D 0008 0022 0008 0032 0008 0027 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 001D 0008 0046 0008 0022 0008 0032 0008 0027 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 004B 0008 0022 0008 0032 0008 0027 0008 001D 0008 001D 0008 1000
Function Yellow    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0041 0008 001D 0008 0022 0008 0032 0008 002C 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 0046 0008 0022 0008 0032 0008 002C 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0065 0008 004B 0008 0022 0008 0032 0008 002C 0008 001D 0008 001D 0008 1000
Function Green    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 003C 0008 001D 0008 0022 0008 0032 0008 0032 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0065 0008 0046 0008 0022 0008 0032 0008 0032 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0060 0008 004B 0008 0022 0008 0032 0008 0032 0008 001D 0008 001D 0008 1000
Digit 1    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0060 0008 001D 0008 0022 0008 001D 0008 0022 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0037 0008 0046 0008 0022 0008 001D 0008 0022 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0032 0008 004B 0008 0022 0008 001D 0008 0022 0008 001D 0008 001D 0008 1000
Digit 2    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 005B 0008 001D 0008 0022 0008 001D 0008 0027 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0032 0008 0046 0008 0022 0008 001D 0008 0027 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 002C 0008 004B 0008 0022 0008 001D 0008 0027 0008 001D 0008 001D 0008 1000
Digit 3    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0056 0008 001D 0008 0022 0008 001D 0008 002C 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 002C 0008 0046 0008 0022 0008 001D 0008 002C 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0027 0008 004B 0008 0022 0008 001D 0008 002C 0008 001D 0008 001D 0008 1000
Digit 4    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0051 0008 001D 0008 0022 0008 001D 0008 0032 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0027 0008 0046 0008 0022 0008 001D 0008 0032 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0022 0008 004B 0008 0022 0008 001D 0008 0032 0008 001D 0008 001D 0008 1000
Digit 5    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 004B 0008 001D 0008 0022 0008 001D 0008 0037 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0022 0008 0046 0008 0022 0008 001D 0008 0037 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 001D 0008 004B 0008 0022 0008 001D 0008 0037 0008 001D 0008 001D 0008 1000
Digit 6    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0046 0008 001D 0008 0022 0008 001D 0008 003C 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 001D 0008 0046 0008 0022 0008 001D 0008 003C 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 004B 0008 0022 0008 001D 0008 003C 0008 001D 0008 001D 0008 1000
Digit 7    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0041 0008 001D 0008 0022 0008 001D 0008 0041 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 0046 0008 0022 0008 001D 0008 0041 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0065 0008 004B 0008 0022 0008 001D 0008 0041 0008 001D 0008 001D 0008 1000
Digit 8    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 003C 0008 001D 0008 0022 0008 001D 0008 0046 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0065 0008 0046 0008 0022 0008 001D 0008 0046 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0060 0008 004B 0008 0022 0008 001D 0008 0046 0008 001D 0008 001D 0008 1000
Digit 9    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0037 0008 001D 0008 0022 0008 001D 0008 004B 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0060 0008 0046 0008 0022 0008 001D 0008 004B 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 005B 0008 004B 0008 0022 0008 001D 0008 004B 0008 001D 0008 001D 0008 1000
Digit 0    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0065 0008 001D 0008 0022 0008 001D 0008 001D 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 003C 0008 0046 0008 0022 0008 001D 0008 001D 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0037 0008 004B 0008 0022 0008 001D 0008 001D 0008 001D 0008 001D 0008 1000
Radio    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0022 0008 001D 0008 0022 0008 0037 0008 0046 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 004B 0008 0046 0008 0022 0008 0037 0008 0046 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0046 0008 004B 0008 0022 0008 0037 0008 0046 0008 001D 0008 001D 0008 1000
Subtitle    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 001D 0008 001D 0008 0022 0008 0037 0008 004B 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0046 0008 0046 0008 0022 0008 0037 0008 004B 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0041 0008 004B 0008 0022 0008 0037 0008 004B 0008 001D 0008 001D 0008 1000
ARC    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 006A 0008 001D 0008 0022 0008 0037 0008 0051 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0041 0008 0046 0008 0022 0008 0037 0008 0051 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 003C 0008 004B 0008 0022 0008 0037 0008 0051 0008 001D 0008 001D 0008 1000
PG    0000 006D 0036 0000 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0065 0008 001D 0008 0022 0008 0037 0008 0056 0008 001D 0008 001D 0008 0C18 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 003C 0008 0046 0008 0022 0008 0037 0008 0056 0008 001D 0008 001D 0008 022B 0008 0022 0008 005B 0008 0022 0008 006A 0008 0032 0008 0032 0008 0032 0008 0041 0008 01EE 0008 0022 0008 0037 0008 004B 0008 0022 0008 0037 0008 0056 0008 001D 0008 001D 0008 1000
Find in this thread:
Page 3 of 4


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