Actuator-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K
 
(46 dazwischenliegende Versionen von 29 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
==Beschreibung==
 
==Beschreibung==
With this plugin you can control a linear or an horizon to horizon actuator
+
'''Autor:''' Luca Olivetti
controlled through the parallel port.
+
 
 +
Steuert den Antrieb einer Satellitenschüssel mit dem Parallelport.
 +
 
 +
===Status===
 +
Letztes Update 2010
 +
 
 +
==Bilder==
 +
[[Bild:actuator-plugin-00.jpg|thumb|none|''Position'']]
  
 
==Hardwareanforderungen==
 
==Hardwareanforderungen==
==Softwareanforderungen==
+
* freier Parallelport
 +
* Interface Parallelport <=> Antrieb
 +
 
 +
===Schaltplan===
 +
[[Bild:schaltbild-actuator-plugin.jpg|thumb|none|''Schaltplan'']]
 +
 
 
==Installation==
 
==Installation==
Siehe [[Plugin Installation]].
+
cd [[Struktur|$SOURCEDIR]]/VDR
 +
patch < PLUGINS/src/actuator/patches/vdr-<VERSION>.diff
 +
cd PLUGINS/src/actuator/module
 +
make
 +
cd -
 +
make all plugins
  
==Probleme==
+
Geladen wird das ganze laut Manual mit:
Keine bekannt.
+
modprobe parport_pc io=0x378 irq=7
  
==Links==
+
==Versions-Historie==
{|
+
{| width=100% class="wikitable"
| [1]
+
|-
| http://club.telepolis.com/l.o/vdr
+
! Version
| Homepage des Plugins
+
! Datum
 +
! Beschreibung
 +
! Link
 +
|-
 +
| 1.2.1
 +
| 2010-10-10
 +
|
 +
* Bug fix release (version 1.2.0 didn't actually work without /dev/actuator)
 +
|
 +
|-
 +
| 1.2.0
 +
| 2010-10-09
 +
|
 +
*Version for current development version of vdr (>= 1.7.15)
 +
* DVB-S2 support (untested, I don't have DVB-S2 hardware)
 +
* Experimental seractuator module (uses a serial port instead of a parallel port)
 +
* Complete rewrite of the channel scanner
 +
* The plugin can now work without an actuator (i.e. as a channel scanner only) with the command line option "-s" or "--scanonly"
 +
|
 
|}
 
|}
 +
 +
==Aktuelle Version==
 +
[http://ventoso.org/luca/vdr/vdr-actuator-1.2.1.tgz 1.2.1]
 +
 +
==Links==
 +
# [http://ventoso.org/luca/vdr Homepage des Plugins]
 +
 +
[[Kategorie:Plugins]]
 +
[[Kategorie:Kanalscanner und Empfangsstatus]]
 +
{{i18n|actuator-plugin}}

Aktuelle Version vom 29. August 2013, 17:35 Uhr

Inhaltsverzeichnis

[Bearbeiten] Beschreibung

Autor: Luca Olivetti

Steuert den Antrieb einer Satellitenschüssel mit dem Parallelport.

[Bearbeiten] Status

Letztes Update 2010

[Bearbeiten] Bilder

Position

[Bearbeiten] Hardwareanforderungen

  • freier Parallelport
  • Interface Parallelport <=> Antrieb

[Bearbeiten] Schaltplan

Schaltplan

[Bearbeiten] Installation

cd $SOURCEDIR/VDR
patch < PLUGINS/src/actuator/patches/vdr-<VERSION>.diff
cd PLUGINS/src/actuator/module
make
cd -
make all plugins

Geladen wird das ganze laut Manual mit:

modprobe parport_pc io=0x378 irq=7

[Bearbeiten] Versions-Historie

Version Datum Beschreibung Link
1.2.1 2010-10-10
  • Bug fix release (version 1.2.0 didn't actually work without /dev/actuator)
1.2.0 2010-10-09
  • Version for current development version of vdr (>= 1.7.15)
  • DVB-S2 support (untested, I don't have DVB-S2 hardware)
  • Experimental seractuator module (uses a serial port instead of a parallel port)
  • Complete rewrite of the channel scanner
  • The plugin can now work without an actuator (i.e. as a channel scanner only) with the command line option "-s" or "--scanonly"

[Bearbeiten] Aktuelle Version

1.2.1

[Bearbeiten] Links

  1. Homepage des Plugins
In anderen Sprachen