Inxton.Package.Vortex.Core
Examples
Template
Inxton.Package.Vortex.Core (Core) provides foundational tools and libraries for creating industrial applications in Inxton.Vortex.Framework.
What's inside Inxton.Package.Vortex.Core package
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.
Pre-Requisites
Before you start building your fist app please make sure you meet all pre-requisites here.
Installing licence
Get your free developer license here
Installation
Checkout the installation procedure as easy instruction video here
Important note to namespaces
Namespaces in Inxton.Vortex.Framework begin with Vortex
while NuGet packages are prefixed with Inxton
.
Getting started
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.
Exploring examples
Easiest way to get started is to use the examples and templates from this repository.
New project template
When you are already familiar with the framework you can clone or download the template.core project.
Creating new project
How to get started with new project from the scratch see here
See also