diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..c66d89e Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index ca95101..1c2c418 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -### A full-featured, web-based -and thus multi-platform- development and simulation environment for PLEXIL-based automation plans. +### A full-featured, Web-based -and thus multi-platform- development and simulation environment for PLEXIL-based automation plans. [Reference paper.](https://www.researchgate.net/publication/312485885_Hardware_and_software_architecture_for_Plexil-based_simulation_supported_robot_automation) +#### Online Editor and compiler + +![](img/Screenshot1.png) + +#### Online simulator +![](img/Screenshot2.png) + +This project requires a working copy of [PLEXIL 4.0.1](https://sourceforge.net/projects/plexil/files/latest/download) installed and configured in the server, with a custom PLEXIL adapter (it will be published soon as a separate project). \ No newline at end of file diff --git a/img/Screenshot1.png b/img/Screenshot1.png new file mode 100644 index 0000000..2949e1e Binary files /dev/null and b/img/Screenshot1.png differ diff --git a/img/Screenshot2.png b/img/Screenshot2.png new file mode 100644 index 0000000..85a307f Binary files /dev/null and b/img/Screenshot2.png differ