mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 23:23:52 +01:00
Änderungen aus default übernommen und Version hochgezogen
This commit is contained in:
@@ -87,6 +87,9 @@ Methods</h3>
|
||||
<td><a style="color:#0000FF" href="#RevPiPyLoad._loadconfig">_loadconfig</a></td>
|
||||
<td>Load configuration file and setup modul.</td>
|
||||
</tr><tr>
|
||||
<td><a style="color:#0000FF" href="#RevPiPyLoad._plcslave">_plcslave</a></td>
|
||||
<td>Erstellt den PlcSlave-Server Thread.</td>
|
||||
</tr><tr>
|
||||
<td><a style="color:#0000FF" href="#RevPiPyLoad._plcthread">_plcthread</a></td>
|
||||
<td>Konfiguriert den PLC-Thread fuer die Ausfuehrung.</td>
|
||||
</tr><tr>
|
||||
@@ -180,7 +183,18 @@ RevPiPyLoad._loadconfig</h3>
|
||||
<b>_loadconfig</b>(<i></i>)
|
||||
<p>
|
||||
Load configuration file and setup modul.
|
||||
</p><a NAME="RevPiPyLoad._plcthread" ID="RevPiPyLoad._plcthread"></a>
|
||||
</p><a NAME="RevPiPyLoad._plcslave" ID="RevPiPyLoad._plcslave"></a>
|
||||
<h3 style="background-color:#FFFFFF;color:#FF0000">
|
||||
RevPiPyLoad._plcslave</h3>
|
||||
<b>_plcslave</b>(<i></i>)
|
||||
<p>
|
||||
Erstellt den PlcSlave-Server Thread.
|
||||
</p><dl>
|
||||
<dt>Returns:</dt>
|
||||
<dd>
|
||||
PLC-Server-Thread Object or None
|
||||
</dd>
|
||||
</dl><a NAME="RevPiPyLoad._plcthread" ID="RevPiPyLoad._plcthread"></a>
|
||||
<h3 style="background-color:#FFFFFF;color:#FF0000">
|
||||
RevPiPyLoad._plcthread</h3>
|
||||
<b>_plcthread</b>(<i></i>)
|
||||
|
||||
@@ -44,6 +44,7 @@ proginit.picontrolreset?7
|
||||
proginit.rapcatalog?7
|
||||
proginit.startdir?7
|
||||
revpipyload.RevPiPyLoad._loadconfig?5()
|
||||
revpipyload.RevPiPyLoad._plcslave?5()
|
||||
revpipyload.RevPiPyLoad._plcthread?5()
|
||||
revpipyload.RevPiPyLoad._sigexit?5(signum, frame)
|
||||
revpipyload.RevPiPyLoad._sigloadconfig?5(signum, frame)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE Project SYSTEM "Project-5.1.dtd">
|
||||
<!-- eric project file for project revpipyload -->
|
||||
<!-- Saved: 2017-09-17, 15:51:38 -->
|
||||
<!-- Saved: 2017-09-19, 14:11:22 -->
|
||||
<!-- Copyright (C) 2017 Sven Sager, akira@narux.de -->
|
||||
<Project version="5.1">
|
||||
<Language>en_US</Language>
|
||||
@@ -9,7 +9,7 @@
|
||||
<ProgLanguage mixed="0">Python3</ProgLanguage>
|
||||
<ProjectType>Console</ProjectType>
|
||||
<Description>Dieser Loader wird über das Init-System geladen und führt das angegebene Pythonprogramm aus. Es ist für den RevolutionPi gedacht um automatisch das SPS-Programm zu starten.</Description>
|
||||
<Version>0.5.1</Version>
|
||||
<Version>0.5.2</Version>
|
||||
<Author>Sven Sager</Author>
|
||||
<Email>akira@narux.de</Email>
|
||||
<Eol index="1"/>
|
||||
|
||||
@@ -50,7 +50,7 @@ from time import asctime
|
||||
from xmlrpc.client import Binary
|
||||
from xmlrpc.server import SimpleXMLRPCServer
|
||||
|
||||
pyloadversion = "0.5.1"
|
||||
pyloadversion = "0.5.2"
|
||||
re_ipacl = "(([\\d\\*]{1,3}\\.){3}[\\d\\*]{1,3},[0-1] ?)*"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user