diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-08-21 11:02:52 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-08-21 11:02:52 +0200 |
commit | cd10b439d0465afa6bce38188a4e9d8a5e74d859 (patch) | |
tree | 54480623232fb0e8e94fd37a5c9e31603301dd35 /diseqc.conf | |
parent | 5b76eec1afbe435b5d1dfabaaa9546f8e400cba7 (diff) | |
download | vdr-cd10b439d0465afa6bce38188a4e9d8a5e74d859.tar.gz vdr-cd10b439d0465afa6bce38188a4e9d8a5e74d859.tar.bz2 |
Added basic support for positioners to control steerable satellite dishes
Diffstat (limited to 'diseqc.conf')
-rw-r--r-- | diseqc.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/diseqc.conf b/diseqc.conf index 2895c43e..4ae1cfe3 100644 --- a/diseqc.conf +++ b/diseqc.conf @@ -5,6 +5,9 @@ # satellite slof polarization lof command... # # satellite: one of the 'S' codes defined in sources.conf +# the special value 'S360E' means that this entry uses a positioner +# (command 'P') that can move the dish to any requested satellite +# position withing its range # slof: switch frequency of LNB; the first entry with # an slof greater than the actual transponder # frequency will be used @@ -18,7 +21,9 @@ # V voltage high (18V) # A mini A # B mini B -# Sn Satellite channel routing code sequence for bank n follows +# Pn use positioner to move dish to satellite position n (or to the +# satellite's orbital position, if no position number is given) +# Sn satellite channel routing code sequence for bank n follows # Wnn wait nn milliseconds (nn may be any positive integer number) # [xx ...] hex code sequence (max. 6) # @@ -88,3 +93,10 @@ S13.0E 99999 H 10600 t V W15 [E0 10 38 F7] W15 B W15 T # S13.0E 99999 V 10600 t V W10 S5 [E0 10 5A 00 00] W10 v # S13.0E 11700 H 9750 t V W10 S6 [E0 10 5A 00 00] W10 v # S13.0E 99999 H 10600 t V W10 S7 [E0 10 5A 00 00] W10 v +# +# Positioner for steerable dish: +# +# S360E 11700 V 9750 t V W20 P W20 t v +# S360E 99999 V 10600 t V W20 P W20 T v +# S360E 11700 H 9750 t V W20 P W20 t V +# S360E 99999 H 10600 t V W20 P W20 T V |