Pylsv2

Latest version: v1.5

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

1.2

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.

1.1.2

- closes 47
- add requirements.txt for venv

1.1.1

integrate 45 to fix an error in counting the signals

1.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!

1.0.0

This release is a major overhaul of pyLSV2 to make it easier to maintain and extend in the future.

Addressed topics
- store data in objects instead of dictionaries
- use enum values instead of magic numbers and strings
- rename functions to better indicate their use and shorten code
- add type hints for parameters and return values for linting and auto doc
- rework low-level network stuff to make it easier to maybe later add support for rs232
- custom exceptions and better error handling
- dropped support for python 3.3 and below
- allow use of context manager to establish connection

Please note that this release includes some major changes. It is therefore necessary to adapt your existing code to use pyLSV2 v1.0.

0.7.7

fix error in table parser not splitting columns correctly

Page 2 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.