Open lars18th opened 4 months ago
No one? Any idea?
Hi,
I want to share some research information about this:
sat_group=0 ; satellite group from 0 to 3 to address up to 16 satellites
[ODU_BAND] map=1,1,0,0,15,15,15,15
[ODU_BAND] map=15,15,15,15,1,1,0,0
[ODU_BAND] map=1,1,0,0,1,1,0,0
[ODU_BOOT] sat_cd=no
[ODU_BOOT] sat_cd=yes
[ODU_BOOT] sat_group=0
[ODU_BOOT] sat_group=1
[ODU_BOOT] sat_group=2
[ODU_BOOT] sat_group=3
And the best is that I can READ with the tool the TXT files edited, and then store them as BIN files.
And with one HEX EDITOR you can see that the sat_group
is mapped to offset 0x1A in this way:
group=0
: 0x01group=1
: 0x03group=2
: 0x05group=3
: 0x07So, in principle, it's possible to programme LNBs for more than four satellite positions. However, we need to test if:
Any help?
Hi,
With this tool the LNBs can be programmed for position A, B, C or D. Any option to set E, F, G or H ?