Releases: hilch/Pvi.py
Releases · hilch/Pvi.py
V1.2.7
V1.2.6
V1.2.5
V1.2.3
V1.2.4
V1.2.2
V1.2.1
V1.2.0
- 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