Skip to content

Releases: Beckhoff-USA-Community/XTS_Base

1.2.2

07 Jun 18:39
Compare
Choose a tag to compare

Fixes for EventLogger

In this update, we've optimized EventLogger additions and made changes to the operation of the MainState machine.

1.2.1

09 May 13:45
3d56433
Compare
Choose a tag to compare

MAIN FSM Hotfixes

In this hotfix update, we've fixed a few small sticking points in the Main state machine. More updates/improvements on this will be coming out shortly.

1.2.0

20 Apr 21:44
6b3cc72
Compare
Choose a tag to compare

New Diagnostics

This release includes some great new quality-of-life and diagnostics improvements. New features include:

  • All Mover activity now logged in the TwinCAT Event Logger
  • New "ErrorMover" objects to gracefully preempt Page Fault issues from some common programming mistakes
  • Minor bugfixes & documentation updates

Be sure to check out the documentation to stay up-to-date on new additions.

1.1.0

14 Mar 18:20
afcf511
Compare
Choose a tag to compare

Mover Synchronization

With this release, functionality for quick n' easy gearing/synchronization of movers is added! Check out the documentation for the following new methods & properties:

  • Mover.SyncToMover( )
  • Mover.IsSyncedToMover
  • Mover.MasterMover

1.0.1

26 Jan 23:05
37449b3
Compare
Choose a tag to compare

What's Changed

  • Added checks for invalid parameter inputs to some method calls by @pswift066 in #1

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

11 Jan 22:12
Compare
Choose a tag to compare

Initial release!

As a first release of the XTS Base starter project, this project includes all the tools necessary to quickly build basic XTS applications using higher level constructs like stations, triggers, and easy-to-use method calls to command movers around a track.

Be sure to check out the project documentation and stay tuned for updates as new functionality is added!