This is a TwinCAT 3 library project for collection interfaces. It provides interfaces for collections, lists, sets, trees and binary search trees.
- Version: 0.1.1.0
- Release Date: 2025
You will find the detailed library documentation at the cinnamon docs
It standardizes how groups of values are stored, accessed, and iterated. A collection interface hides the underlying structure so application code relies only on the contract, not the storage mechanics. It enables interchangeable implementations (arrays, ring buffers, queues, maps), ensures consistent bounds-checking, enforces uniform mutation rules, and reduces duplicated container logic scattered across tasks.
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.*
- Tc2_Utilities 3.10.*
- Used CNM libraries:
- CNM_ReturnTypes 1.*
- CNM_AbstractObject 1.*
- library namespace is CNM_CollectionInterfaces
- library placeholder is CNM_CollectionInterfaces
- 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.