Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 4.82 KB

File metadata and controls

81 lines (62 loc) · 4.82 KB

MORYX Demo Project

MORYX 10 Fully Open Source

Stackoverflow Gitter

Recommended repository for demonstrating a large portion of the functionality provided by the different MORYX modules and plugins. The project includes a simulated production of an ElectronicDevice product consisting of a CircuitBoard and a Housing component. For producing such a product simulated AssemblyCells, SolderingCells (for manual and automatic soldering), TestingCells and a PackagingCell are included.

All required configuration files and SQLite databases are already checked in to the repository, so you can start the project easily without any additional setup.

Demo Quick Start

Prerequisites

Build and Run

  1. Open the Demo.sln solution in Visual Studio or Visual Studio Code.
  2. Set StartProject.Asp as the startup project.
  3. Build the solution.
  4. Run the application.

Overview of the different projects

  • Moryx.ControlSystem.Demo: Setup Triggers
  • Moryx.Demo: Activities, Capabilities, ProductTypes...
  • Moryx.Demo.Tests: Unit Tests
  • Moryx.Orders.Demo: ProductsAssignments, RecipeAssignments...
  • Moryx.Products.Demo: ProductImporters
  • Moryx.Resources.Demo: Resources including their states
  • StartProject: Starts the application, contains references to all projects except for tests

Trouble Shooting

If you run into problems with the template or MORYX development in general, feel free to join our Gitter channel, ask on StackOverflow using the moryx tag or open an issue.