Project Packages

A Project consist of one or more Packages that can be deployed to your controller

A Project consists of a number of Packages that can be deployed to the controller. In general, a Motorcortex application requires three Packages:

  • a Binary Package; that contains the compiled application code and its dependencies (e.g. motorcortex libraries that the application requires
  • a Config Package; this contains all configuration data your application needs to run
  • a GRID Package; that contains the user interface and all resources (like images or 3d models) that the user interface needs.

Binary Package

A Binary Package contains the compiled application code and its dependencies.

Config Package

A Config Package contains the configuration files for a motorcortex application

GRID Package

A GRID package contains user interface files and all related resources.