-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DorianSnowball
committed
May 10, 2019
1 parent
30c47ff
commit 4bb09c1
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". |