Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianSnowball committed May 10, 2019
1 parent 30c47ff commit 4bb09c1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# ModellingWizardPlugin
This is a Plugin for the AutomationML Editor
This is a Plugin for the AutomationML Editor.
It is able to create new AML Devices and Interfaces and save them as AMLX Package.
It can also import IODD and GSDML Files using Converters

# Setup Projekt for development
1. Open the .sln in Visual Studio
2. Make sure that the NuGet Packages are installed (Check using: 'Extras' -> 'NuGet-Packet-Manager' -> 'NuGet-Packete für diese Projektmappe verwalten')
3. Install the Plugin Sandbox by cloning https://github.com/AutomationML/AMLEditorPluginContract
4. Open the AMLEditorPluginContract/Templates/AmlEditorPlugInSandbox/AmlEditorPlugInSandbox.sln
3. Install the AMLEditor Version 5.1.3 or newer
4. To test the plugin, copy the build output (ModellingWizard.dll) to the PlugIn folder of the AMLEditor

# Build and Run
1. Build the AmlEditorPlugInSandbox Project
2. Build the ModellingWizard
3. Copy the ModellingWizard Folder from /Plugins to /AmlEditorPlugInSandbox/bin/Debug/PlugIns
4. Run AmlEditorPlugInSandbox.exe in /AmlEditorPlugInSandbox/bin/Debug/

This project was created as a group project for the class "Software Engineering".

0 comments on commit 4bb09c1

Please sign in to comment.