Releases: simatic-ax/lacyccom
Releases · simatic-ax/lacyccom
Unpin dependencies
Add Timesync functionality
Adds the functionality to sync the system clock of Sinamics S120 drives with the PLC time
1.0.1: Merge pull request #19 from simatic-ax/fix-list-delete
Fix DeleteList() for WriteDriveParams
Release with SDK 2405 and apax 3.2.1
What's Changed
- Update dependency @ax/simatic-1500-distributedio to v7 by @simatic-ax-bot in #16
Full Changelog: 0.1.5...1.0.0
0.1.5 fix limit for write parameters
Fixes an issue, where the upper limit for adding parameters to write was limited by the constant for reading parameters. This resulted in possibly adding more parameters than allowed in the array for writing the parameters
Solve error on Start method
Solve error on Start method
0.1.3
0.1.2: Merge pull request #12 from simatic-ax/changesfor012
Optimise dataset names
change "value" in the dataset structure to "Rvalue" to clarify, that this variable represents a real value.
Also, optimise the naming of constants to represent their origin from the library
first release
Merge pull request #10 from simatic-ax/test Add Code example