Skip to content

Development with Elbfisch V3.1 and Maven

Bernd Schuster edited this page Aug 3, 2020 · 1 revision
  • Elbfisch V3.1 is available via Maven repository now.

You can learn here:

  • how to develop projects with Elbfisch using Maven

HINT: A brief description of more elbfisch features you can find here

HINT: A brief lecture you can find here

Prerequisites:

  • java version "1.8.0_101" or later installed on your development machine. Check by
>java -version
  • Apache Maven 3.6.3 or later installed on your development machine. For installation of Maven check here

Steps:

  1. Be sure sure you have installed Maven fully and corrrectly on your machine
  2. Install third party dependency 'naturalcli' to your local aven repository:
    • Download naturalcli-1.2.3.jar from Sourceforge repository into a directory of your choice on your machine.
    • Install it to your local maven repository:
mvn install:install-file -Dfile= -DgroupId=naturalcli -DartifactId=naturalcli -Dversion=1.2.3 -Dpackaging=jar
  1. Create a new maven project in a Development-IDE of your choice.
  2. Add these dependencies to your project's POM file:

Elbfisch's POM dependency

  1. After saving the POM file you will see that maven has loaded and installed all necessary dependencies from the central maven repository to your local machine:

Maven loaded dependency

Here you are ! Elbfisch is ready to swim with maven.

Follow "diverse tutorials" concerning Java FX, OPC UA, the Elbfisch console, the VIOSS (versatile IO sub system) used to interface Modbus/TCP, Siemens S7 12xx,15xx, Beckhoff ADS, OPC UA counterparts.

Home

Clone this wiki locally