Skip to content

Releases: hilch/Pvi.py

V1.2.7

03 Jun 11:02

Choose a tag to compare

  • create executable scripts for Snmpscan, Anslscan, Snmpscan

V1.2.6

26 May 11:18

Choose a tag to compare

  • add support for PVI6
  • add Snmpscan.py, Anslscan.py, Snmpscan.py

V1.2.5

31 Mar 12:33

Choose a tag to compare

  • allow connection to several PVI Managers on different computers using PviX .. functions
  • PVI installation path can be set with environment variable PVIPY_PVIDLLPATH now
  • new property 'connectionChanged' for Connection object

V1.2.3

31 Mar 12:43

Choose a tag to compare

Close some issues when addressing objects with parameter 'CD' .

V1.2.4

17 Mar 12:05

Choose a tag to compare

  • fix: PviDeinitialize not working
  • fix: remove PVI trial time check
  • fix: the time zone of the PC running the script influences the result of DATE_AND_TIME and DATE objects

V1.2.2

27 Jan 11:00

Choose a tag to compare

Add setting Cpu time.

V1.2.1

05 Apr 12:32

Choose a tag to compare

V1.2.1

  • fix: reading arrays of structures only returned first element
  • fix: Object.del did not call Object.kill()
  • new: Variable.dataType returns name of structure type
  • new: Variable.dataType returns <data type>[<lower index>..<higher index>] now

V1.2.0

12 Feb 11:34

Choose a tag to compare

  • Object: the objectDescriptor can now contain a field 'LinkDescriptor'
  • add Object.evmask to change link descriptor event mask
  • add Object.userTag to read/write usertag string
  • add Object.userName which returns the user given object name
  • add Object.version
  • add Cpu.stopTarget() and Cpu.diagnostics()
  • add Task.cycle() for single step execution
  • add Variable.hysteresis to read/write event hysteresis
  • add Variable.refresh to read/write cyclic refresh time
  • add Variable.attributes to read/write object attributes
  • Variable.valueChanged now accepts a callback with signature ( value, Object )
  • Variable/Task/Module: use name as userName if 'CD' is used for defining plc object
  • add PviError.number
  • fix: Variable/Task/Module c'tor: content of 'CD' was overwritten with 'name'
  • add basic logging

V1.1.0

11 Dec 14:39

Choose a tag to compare

  • Add parameters to Connection constructor to enable a PVI remote connection

V1.0.0

23 Nov 09:55

Choose a tag to compare

  • add mkdocs online help
  • add start() and stop() to Connection to make doEvents() obsolete in many cases
  • fix: parameter CD was ignored in Task and Variable and Module