Releases: drunsinn/pyLSV2
Releases · drunsinn/pyLSV2
Read override values
The function get_override_info() was added to read the current values of all three overrides: Spindle, Feed and Rapid
Read information about current tool
The function get_spindle_tool_status()
was added to read status information about the tool currently in the spindle. This only works for iTNC530 controls with software version 34049x 04 and 60642x 01. For other controls see lsv2_demo.py on how to read the pocket table to get similar information.
Cleanup and improvements on the file information functions.
rerelease for GitHub actions
See release notes to v0.6.6
New functions and future proofing
This release adds the following new functions:
- send_key_code: Simulate a keypress on the control. only works if you first lock the keyboard access. Available keycodes can be found in const.py
- set_keyboard_access: lock and unlock the keyboard access
- set_machine_parameter: Change the value of a machine parameter
- get_machine_parameter: Read the current value of a machine parameter
- is_itnc, is_tnc and is_pilot: check which type of control to enable workarounds for differences in implementation
Other changes:
- The main class collected a lot of constant definitions. These wer extracted to const.py to clean up the code. They will be removed from the main class in a future release
- Translation from error codes, execution and program state is now handled in translate_messages.py
- updated lsv2_demo.py to show how to use the new functions
- pytest can now run agains TNC640, iTNC530 and CNCPILOT640
fix issue with bad binary recipe
this fixes the issue #8
fix problem with string offset
v0.6.3 bump version
Fix Problem with translation files missing from package
v0.6.2 Update __init__.py
PLC read and translation
This release add a function to read values from the plc memory and makes the status strings and error messages can be translated via get text/po files.
Pre Release for version 0.6: PLC read and translation
v0.6-alpha change msgfmt workflow
add function to read execution state
v0.5.5 bump version