This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Description
We need to implement a new method for easily enabling and disabling an axis of type TcoDriveSimple in the TcoDrivesBeckhoff library.
Currently, it is possible to declare a new bool variable to control the enable/disable behavior, but this approach requires manual setup and makes the process unnecessarily complicated. This can lead to additional complexity in managing the state of the axis and may introduce more room for error.