This is a TwinCAT 3 library project for cycle management (sequence handling).
- Version: 0.1.1.0
- Release Date: 2025
You will find the detailed library documentation at the cinnamon docs
A cycle manager handles starting, stopping, sequencing, and supervising of cyclic tasks. It abstracts timing primitives, normalizes coordination, and isolates application logic from hardware-specific scheduling.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
© 2025 ekvip automation GmbH
Contact Information:
- Email: [email protected]
- Website: www.ekvip.com
- Install the library using the TwinCat library repositiory
- add the library as reference to your PLC project
- Follow the guidelines for your TwinCAT 3 development projects
For questions, feedback, or contributions, please contact:
- Email: [email protected]
- Build with TwinCAT version 4026.19
- Used TwinCAT libraies:
- Tc2_Standard 3.4.*
- Tc2_System 3.9.*
- Used CNM libraries:
- CNM_ReturnTypes 1.*
- CNM_AbstractObject 1.*
- CNM_AssertionInterfaceLib 0.1.*
- CNM_CommandInterfaces 0.1.*
- CNM_MessageInterfaces 0.1.*
- CNM_CycleManagerInterfaces 0.1.*
- library namespace is CNM_CycleManager
- library placeholder is CNM_CycleManager
- libaray category is ekvip|base|utilities
Disclaimer: This documentation is provided "as is" without warranty of any kind. Users are responsible for ensuring compliance with their specific development requirements and standards.