Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1017 Bytes

File metadata and controls

41 lines (26 loc) · 1017 Bytes

PI Python Libraries

PIPython is a collection of Python modules to access a PI device and process GCS data. It can be used with Python 3.6+ on Windows, Linux and OS X and without the GCS DLL also on any other platform.

Version: 2.8.0.1

Quickstart

Communicate to a PI device via GCSDevice which wraps the GCS commands and provides methods to connect to the device. Call GCSDevice with the controller name as argument:

from pipython.pidevice import GCSDevice
gcs = GCSDevice('C-884')
gcs.InterfaceSetupDlg()
print(gcs.qIDN())
gcs.CloseConnection()

Installation

By using PIPython you agree to the license agreement, see the provided file:

eula.md

Unzip the file PIPython.zip, open a command entry (Linux Console or Windows CMD window) and run:

python setup.py install

For further reading open the index.html file in your browser and see the samples in the samples folder.

We appreciate your feedback at:

service@pi.de