Inxton.Package.Vortex.Core (Core) provides foundational tools and libraries for creating industrial applications in Inxton.Vortex.Framework.
Core package consists of several crucial components, these provide solid foundation for Inxton.Vortex.Framework.
In few sentences, Compiler parses your TwinCAT 3 project and converts it into Connector project. Connector will provides you access to your PLC project from Inxton application via Communication libraries.
Before you start building your fist app please make sure you meet all pre-requisites here.
Get your free developer license here
Checkout the installation procedure as easy instruction video here
Namespaces in Inxton.Vortex.Framework begin with Vortex
while NuGet packages are prefixed with Inxton
.
There are few options how to get started with Inxton. Project can be created from scratch so you will discover all bells and whistles or you can simply grab one of our examples and enter into Inxton world easier way.
Easiest way to get started is to use the examples and templates from this repository.
When you are already familiar with the framework you can clone or download the template.core project.
How to get started with new project from the scratch see here
See also