/fbme

IDE for IEC 61499 built on top of JetBrains MPS

Primary LanguageJavaApache License 2.0Apache-2.0

FBME

FBME (Function Blocks Modelling Environment) is an IDE for IEC 61499 standard built on top of JetBrains MPS language workbench.

Opening MPS project first time

  • Pre-installed JRE 11 is required
  • Install JetBrains MPS 2019.3.*
  • Run ./gradlew generate
  • Open project with MPS

Building the plugins

  • Run ./gradlew buildPlugin

Building the standalone IDE

  • Run ./gradlew buildRcp