Releases: drunsinn/pyLSV2
Support for additional scope signal descriptor
What's Changed
- Add Dataset Length, Add Demo Scope Signal Adressing by @patrickschultes in #75
New Contributors
- @patrickschultes made their first contribution in #75
Full Changelog: v1.4...v1.5
v1.4 support new control types, fix file transfer, add nativ plc addressing
What's Changed
- Fix broken file transfer because of missing check for non secure file transfer by @drunsinn in #67
- add dword support for plc input and output by @drunsinn in #63
- add support for MillPlusIT V600 and MANUALplus620 by @drunsinn in #69
- Nativ plc addressing by @drunsinn in #68
Full Changelog: v1.3.3...v1.4
v1.3.3 fix encoding error in table reader
reported as #59 : parsing table files could lead to an exception
Full Changelog: v1.3.2...v1.3.3
add missing content type
v1.3.2 add content type for readme
consolidate settings to pyproject
this is a maintenance release that changes the build process from setup.py to pyproject.toml
Full Changelog: v1.2.1...v1.3.1
typos and type checking
this minor release fixes some typos (#51) and access to member variables (#52)
Full Changelog: v1.2...v1.2.1
fix paged reading of plc memory
this fixes an error in the paged reading of plc memory with read_plc_memory. Depending on the number of values read at once the transfer has to be split into multiple packages. When doing so the start address of the next package wasn't calculated correctly which lead to an offset in the data. This was probably introduced in #40. Was discovered while debugging for #48 but isn't related.
Add fixed reading intervals
- closes #47
- add requirements.txt for venv
Fix error in real time script
integrate #45 to fix an error in counting the signals
release v1.1.0
This release adds support for reading live scope signals from an iTNC530 control.
- Please note: These functions really only work on iTNC530 since other controls require encryption
Thanks to @Md-aliy7 for code, testing and feedback!