python-esppy icon indicating copy to clipboard operation
python-esppy copied to clipboard

"allvaluestostrings is not a valid paramater" for PI Publisher

Open joshdinenb opened this issue 5 years ago • 1 comments

When trying to create a project from an xml of an existing project, we got the following error:

"allvaluestostrings is not a valid paramater for <class 'esppy.connectors.pi.PIPublisher'>"

It seems that ESPPY is not able to handle the ‘allvaluetostrings’ property of the PI Publisher window in the project. We were using the 6.1 version of ESPPY, but upgraded to both the 6.2 and 7.1 versions and got the same error with each.

Code used was essentially:

import esppy from esppy.project import Project project_xml = <Insert XML here> trial_project =Project.from_xml(project_xml)

joshdinenb avatar Jan 13 '20 18:01 joshdinenb