Skip to content

Releases: drunsinn/pyLSV2

Support for additional scope signal descriptor

02 Apr 17:26

Choose a tag to compare

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

24 Jun 17:38
d9fcb7f

Choose a tag to compare

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

10 Feb 12:07

Choose a tag to compare

reported as #59 : parsing table files could lead to an exception

Full Changelog: v1.3.2...v1.3.3

add missing content type

08 Oct 15:02

Choose a tag to compare

v1.3.2

add content type for readme

consolidate settings to pyproject

08 Oct 14:48

Choose a tag to compare

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

07 Oct 14:55

Choose a tag to compare

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

23 May 17:44

Choose a tag to compare

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

15 Apr 19:54

Choose a tag to compare

  • closes #47
  • add requirements.txt for venv

Fix error in real time script

29 Mar 15:55
9245b6b

Choose a tag to compare

integrate #45 to fix an error in counting the signals

release v1.1.0

22 Mar 16:04

Choose a tag to compare

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!