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.
- .NET 8 SDK installed
- Visual Studio 2022 or newer, Visual Studio Code with the C# extension and NuGet Package Manager extension or whatever your favorite IDE supporting .NET development is
- Open the
Demo.slnsolution in Visual Studio or Visual Studio Code. - Set
StartProject.Aspas the startup project. - Build the solution.
- Run the application.
- 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
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.