FAO: Developers!! Zapit.Conf and SMW Switch band lnb

The forum for our foreign guests... Please post in English
Antworten
BoSSpak
Interessierter
Interessierter
Beiträge: 22
Registriert: Donnerstag 18. September 2003, 11:02

FAO: Developers!! Zapit.Conf and SMW Switch band lnb

Beitrag von BoSSpak »

I have a SMW X-line type E lnb with chapparal wideband ku polorator. I use a Drake ESR 2000XT analog receiver to drive the servo-motor to change the polarity(H/V).

With my nokia 9600s with dvb2000 setup switching between low to high band is working fine like a normal universial lnb functions but when using on a nokia dbox2 with Netutrino image and i can not seem to get the bands to switch. This what i have in the zapit.conf.

diseqcType=0
lastChannelRadio=23
lastChannelTV=4397
lastSatellitePosition=192
lnb0_OffsetLow=9750000
lnb0_OffsetHigh=10600000


I think i need an extra line in the zapit.conf so it has the switching frequency for bands to switch between each other correctly. I need to know the tag name so i can add the switching frequency 11700000

Thanx for the help
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: FAO: Developers!! Zapit.Conf and SMW Switch band lnb

Beitrag von seife »

no you don't. The switching frequency is hardcoded in apps/dvb/zapit/src/zapost/frontend.cpp:608 as 11.7 GHz.

You probably need to recompile zapit with debug support to find out what is going one there.

Does it work with a standard setup? It could simply be a hardware defect...

EDIT: I have just read the specs of the X-line LNB. It does band switching by 14/18V (which is normally used for H/V switching), not via 22kHz tone. So you need to configure all your high band transponders to be on H and all the low band transponders to be on V (or the other way round) and it should work.

Good luck ;-)
BoSSpak
Interessierter
Interessierter
Beiträge: 22
Registriert: Donnerstag 18. September 2003, 11:02

Re: FAO: Developers!! Zapit.Conf and SMW Switch band lnb

Beitrag von BoSSpak »

Thanx seife for the tip m8, all working now :) well i only got to test on Thor 0.8W The rest i will do over the weekend.

At first i was editing my existing service.xml which had no effect on the switching of the bands not sure why?? in theory it should have worked anyhow then tryed editing the satellite.xml, done a complete new search.. bingo!! it worked.
This is the method i used. (BTW I used Bouquet Wizard v3.0.3 to sort the channels in to groups in no time, kept all Verticals in one group and Horizontal in the other, makes sense and save the hassel)

LH = LowBand Horizontal
LV = LowBand Vertical
HH = HighBand Horizontal
HV = HighBand Vertical

<!-- H = 0 Low Band set to pol = 1 (13v) -->

So the standard in the satellite.xml is that Horizontal polarisation = 0 and Vertical = 1, but in our case our polarisation is done by the external analog receiver so these polarisation value we use to switch our lnb band from lower to upper. so therefor 1 = LowBand which is 13v and 0 = HighBand which 19V. here is my extract of satellite.xml just for Thor 0.8W

<sat name="Thor LH.8W" flags="5" position="-10">
<!-- H = 0 Low Band set to pol = 1 (13v) -->
<!-- V = 1 High Band set to pol = 0 (19v) -->
<transponder frequency="11229000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11261000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11293000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11325000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11357000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11389000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11421000" symbol_rate="25000000" polarization="1" fec_inner="0"/>
</sat>
<sat name="Thor LV.8W" flags="5" position="-20">
<transponder frequency="11247000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11216000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11216000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11278000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11309000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11341000" symbol_rate="25000000" polarization="1" fec_inner="0"/>
<transponder frequency="11372000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11403000" symbol_rate="24500000" polarization="1" fec_inner="7"/>
<transponder frequency="11434000" symbol_rate="25000000" polarization="1" fec_inner="0"/>
</sat>
<sat name="Thor HH.8W" flags="5" position="-15">
<!-- thor H High Band set to pol = 0 (19v) -->
<transponder frequency="11785000" symbol_rate="28000000" polarization="0" fec_inner="5"/>
<transponder frequency="11823000" symbol_rate="28000000" polarization="0" fec_inner="7"/>
<transponder frequency="12015000" symbol_rate="30000000" polarization="0" fec_inner="0"/>
<transponder frequency="12054000" symbol_rate="28000000" polarization="0" fec_inner="3"/>
<transponder frequency="12130000" symbol_rate="30000000" polarization="0" fec_inner="0"/>
<transponder frequency="12169000" symbol_rate="28000000" polarization="0" fec_inner="7"/>
<transponder frequency="12245000" symbol_rate="28000000" polarization="0" fec_inner="5"/>
<transponder frequency="12322000" symbol_rate="27800000" polarization="0" fec_inner="3"/>
<transponder frequency="12399000" symbol_rate="28000000" polarization="0" fec_inner="7"/>
<transponder frequency="12476000" symbol_rate="27800000" polarization="0" fec_inner="3"/>
<transponder frequency="12527000" symbol_rate="27500000" polarization="0" fec_inner="3"/>
<transponder frequency="12563000" symbol_rate="27500000" polarization="0" fec_inner="3"/>
<transponder frequency="12607000" symbol_rate="27500000" polarization="0" fec_inner="3"/>
<transponder frequency="12643000" symbol_rate="27500000" polarization="0" fec_inner="3"/>
<transponder frequency="12687000" symbol_rate="27500000" polarization="0" fec_inner="3"/>
<transponder frequency="12723000" symbol_rate="27500000" polarization="0" fec_inner="3"/>
</sat>
<sat name="Thor HV.8W" flags="5" position="-30">
<transponder frequency="12149000" symbol_rate="28000000" polarization="0" fec_inner="5"/>
<transponder frequency="12226000" symbol_rate="28000000" polarization="0" fec_inner="3"/>
<transponder frequency="12303000" symbol_rate="27800000" polarization="0" fec_inner="3"/>
<transponder frequency="12341000" symbol_rate="28000000" polarization="0" fec_inner="7"/>
<transponder frequency="12380000" symbol_rate="28000000" polarization="0" fec_inner="5"/>
<transponder frequency="12418000" symbol_rate="28000000" polarization="0" fec_inner="7"/>
<transponder frequency="12456000" symbol_rate="28000000" polarization="0" fec_inner="3"/>
<transponder frequency="12563000" symbol_rate="27500000" polarization="0" fec_inner="3"/>
<transponder frequency="12607000" symbol_rate="27500000" polarization="0" fec_inner="3"/>
<transponder frequency="12643000" symbol_rate="27500000" polarization="0" fec_inner="3"/>
<transponder frequency="12687000" symbol_rate="27500000" polarization="0" fec_inner="3"/>
<transponder frequency="12718000" symbol_rate="18400000" polarization="0" fec_inner="3"/>
<transponder frequency="12735000" symbol_rate="8800000" polarization="0" fec_inner="5"/>
</sat>


Once again Thanx for the help seife, you saved me alot of headach lolol :)


Regards

BoSS
Antworten