PDA

View Full Version : Power ON on XX Channel option



Chocolate
21-02-2007, 07:32 PM
Hi all,

I have loaded the Extenden Macro Table "Macro_Table_ToH3x_v600Extended by M@X1970" in my Humax, in the readme you can read:

"*Features:
You can choice your preferred channel on Power On (option)"

how to get this functionality ?

In the ToH menu I have always the "Start on first Channel" option activated, in order to get the CAM Inicialized on a Free to Air Channel, but I had some trouble with the Diablo Cam, where the CAM "demands" an inicializing on the France4 channel to get auto update on TP$ to work.

So it would be brilliant that we could say ..... start up on 631... e.g.

Cheers

M@X1970
22-02-2007, 02:08 AM
This option was an old idea of my friend CrazySat :D

Must to discover on my oldest macro to find it :)


_________________________________
Macro Table ToH3.2 - Off_Ch_XX
Humax-Zone, 02/Mar/2004
_________________________________

*ToH3.2 Comandi Predefiniti:
Tasto [Tv/Sat] Macro Mode On/Off
Tasti [0+Epg] Modulo Epg di Padawan
Tasti [0+Rcl] Reset del modulo +Cam
Tasti [1+Rcl] Linea nera in alto
Tasti [2..8+Rcl]Richiama gli ultimi... c****i
Tasti [9+Rcl] Abilita l'invio del codice dei tasti via Seriale

*Sezione Utilità:
Tasto [Off] Spegnimento sul c****e XX
_________________________________ _

Istruzioni per la compilazione del file Macro_Off_Ch_XX_ToH32.hdf

- Editare il file hdfbin-1-150000.raw con un hex editor tipo Hex Workshop 3.11
Vi apparira' una stringa di 8 bytes formata dai seguenti caratteri:

007E 0C0C 0C0C 7E00 Tradotto come segue...

007E Premo il tasto OFF e seleziono il c****e...
0C ...migliaia
0C ...centinaia
0C ...decine
0C ...unità
7E00 ...e quindi spengo il ricevitore

N.B. Il valore di default del c****e prescelto è "0000"


Una volta deciso su quale c****e fare spegnere il vostro IRCI-5400
(e di conseguenza farlo riaccendere su quel c****e) procedete come da esempio.

es: c****e prescelto Off_Ch_XX = 256 ovvero "0256"

Consultando la tabella seguente si deduce che 256 ---> 04 07 08 ovvero "0C 04 07 08"

*Numeri:
1 = 03
2 = 04
3 = 05
4 = 06
5 = 07
6 = 08
7 = 09
8 = 0A
9 = 0B
0 = 0C

Editare la stringa originale lasciando invariati i primi due bytes 007E e gli ultimi
due bytes 7E00 e solo a partire dal terzo byte modificare la stringa come segue :

007E 0C0C 0C0C 7E00
| | |
v v v
007E 0C04 0708 7E00


Se il numero del c****e fosse stato di una sola cifra (es: Off_Ch_XX = 4)
avremmo editato solo il byte delle unità con il valore 06
in modo tale da ottenere:

007E 0C0C 0C0C 7E00
|
v
007E 0C0C 0C06 7E00


Se il numero del c****e fosse stato di quattro cifre (es: Off_Ch_XX = 1032)
avremmo editato a partire dal terzo byte i quattro bytes con i valori 030C 0504
in modo tale da ottenere:

007E 0C0C 0C0C 7E00
| | |
v v v
007E 030C 0504 7E00
---------

- Salvare il file hdfbin-1-150000.raw opportunamente editato

- Lanciare il file PACK.BAT


Ciao ;)

M@X1970
22-02-2007, 02:11 AM
P.S. C****e from italian to english is Channel ;)