revpipycontrol

Global Attributes

None

Classes

RevPiPyControl

Functions

addroot Hängt root-dir der Anwendung vor Dateinamen.


RevPiPyControl

Derived from

tkinter.Frame

Class Attributes

myapp
root

Class Methods

None

Methods

RevPiPyControl
_btnstate
_closeall
_createwidgets Erstellt den Fensterinhalt.
_fillconnbar
_fillmbar
_opt_conn
plclist
plclogs
plcmonitor Startet das Monitorfenster.
plcoptions Startet das Optionsfenster.
plcprogram
plcrestart
plcstart
plcstop
servererror Setzt alles auf NULL.
tmr_plcrunning

Static Methods

None

RevPiPyControl (Constructor)

RevPiPyControl(master=None)

RevPiPyControl._btnstate

_btnstate()

RevPiPyControl._closeall

_closeall()

RevPiPyControl._createwidgets

_createwidgets()

Erstellt den Fensterinhalt.

RevPiPyControl._fillconnbar

_fillconnbar()

RevPiPyControl._fillmbar

_fillmbar()

RevPiPyControl._opt_conn

_opt_conn(text)

RevPiPyControl.plclist

plclist()

RevPiPyControl.plclogs

plclogs()

RevPiPyControl.plcmonitor

plcmonitor()

Startet das Monitorfenster.

RevPiPyControl.plcoptions

plcoptions()

Startet das Optionsfenster.

RevPiPyControl.plcprogram

plcprogram()

RevPiPyControl.plcrestart

plcrestart()

RevPiPyControl.plcstart

plcstart()

RevPiPyControl.plcstop

plcstop()

RevPiPyControl.servererror

servererror()

Setzt alles auf NULL.

RevPiPyControl.tmr_plcrunning

tmr_plcrunning()
Up


addroot

addroot(filename)

Hängt root-dir der Anwendung vor Dateinamen.

Je nach Ausführungsart der Anwendung muss das root-dir über andere Arten abgerufen werden.

filename:
Datei oder Ordnername
Returns:
root dir
Up