This repository contains an extension for the TwinCAT HMI server, integrating cinnamon PLC projects and supporting cinnamon UI controls.
See changelog.
Caching station tree structure for the frontend. Persisting measurements, part tracking data, recipes, machine settings. Providing this data for Cinnamon UI controls.
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.de
See SBOM
- Build nuget package
- Import that package into your TcHMI project
- Also import the CNM_UIControls package for frontend UI controls.
- It should now be listed under the HMI's extensions.
- Configure the extension
- Under databaseProviderName enter
Sqlite - Under connectionString enter
Data Source=C:\somePath\yourDbFile.db - Under Path of the HMI FB enter the symbol path of the HMI Function Block in your PLC project.
- Add UI controls from the Cinnamon toolbox category to your HMI
For questions, feedback, or contributions, please contact:
- Email: [email protected]
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.