Coder Social home page Coder Social logo

eru-1's Introduction

Eru Server

An open linux SCADA based on JavaFX.

Resume

This app has 4 main things:

  • Connections.
  • Devices.
  • Tags.
  • Users.

Basically, in the normal workflow, you:

  1. Create a "connection" to communicate with remote devices (Like PLC, Solar Panels, Engine controllers, Residence automation (Doors, Lights, Windows, etc) etc).
  2. Create a "device" that uses that connection and organize addresses to read (E.g. in the windows device we want to read the height of the window, so we have to add an address called height in the window device).
  3. Create a "tag" to represent the actual value of the address of the device. (Using the same example, we adjust the value obtained from the window to "meters" adding a factor and scale).
  4. Create a "user" this is to be sure that you have permissions to read the value (in construction).
  5. Create a "display" to see visualizations linked to the tag. (To draw the windows and see graphically if is closed or open) (in construction)

Dependencies

  • Database
    • Postgresql installed on localhost with the following features:
      • Username = postgres (Default)
      • Password = postgres
      • Port = 5432 (Default)
      • A database called "eru" in the public schema.
  • Modbus:
    • To be able to connect to the modbus devices (no necessary to run the app) install the drivers on the java lib. (TODO:more details)

Key Features

  • Tag based
    • Tags to read devices.
    • Tags to make calc.
    • Tags to have alarms.
    • Tags to record historic values.
  • JavaFX based
    • Use State of Art gauge creation techniques.
    • Remote clients using http tunnels.
  • Open source.
  • Dark/Light using CSS.
  • Embedded Modbus (Serial or TCP).
  • Save the historic preview as PDF
  • App will keep alive in tray for quick usage
  • Full screen mode
  • Cross platform
    • Windows, Mac and Linux ready.

How To Use

To clone and run this application, you'll need Git and Java SE Development Kit 8 (which comes with JavaFX) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/marlontrujillo1080/eru

You can use IntelliJ IDE to have the same experience of the developers...

Credits

This software uses code from several open source packages.

In real world

Take a look!

eru-1's People

Contributors

marl0rd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.