PIconnect
PIconnect copied to clipboard
A python connector to the OSISoft PI and PI-AF databases
### Update [cffi](https://pypi.org/project/cffi) from **1.15.1** to **1.16.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/cffi - Docs: http://cffi.readthedocs.org ### Update...
Feature request =============== Abstract -------- It would be great to be able to access Tables from an Asset Framework using PIconnect. I'm not sure if this is directly relevant to...
Bug report ========== Description ----------- On import of PIconnect.PIServer, _lookup_servers() in PIconnect/PI.py and PIconnect/PIAF.py iterate over and connect to each known Data Archive (DA) and Asset Framework (AF) Server respectively....
Bug report ========== OSIsoft.AF.PI.PIConnectionException: [52] You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the...
Added recorded_values_by_count function utilizing full PI API - allows user to pull specified number of values, either forward or backward, using a filtering expression. I use this frequently in excel...
Hi its a great project that I found to implement PISDK as python library, I try to use this library but I got this error message, What should I do...
Feature request =============== Create a Time Filtered function as in excel Datalink to calculate time when certain condition of the tag is accomplished. -------- We use PiDatalink to get operation...
Bug report ========== Description ----------- cannot import PIconnect, can connect to PI servers through PI process book, but not through python. No admin privileges. To Reproduce ------------ $python >>import piconnect...
Bug report ========== Description ----------- A clear and concise description of what the bug is. To Reproduce ------------ Steps to reproduce the behavior: 1. Open '...' 2. Create '....' 3....
Bug report ========== Description ----------- When I try to use the summary function on a tag I get the following error: File "C:\ProgramData\Anaconda3\envs\rdkit-env\lib\site-packages\PIconnect\PIData.py", line 465, in summary key = PIConsts.SummaryType(int(summary.Key)).name...