Git Product home page Git Product logo

lincc's Introduction

linCC

Is a supervisor system for the automation process with a web inferface for linux platform (linCC)

The name linCC is derived from propietary software Siemens(R) WinCC(R)

LinCC is conceived to be a web-server application where, remotely, you can connect to a Siemens PLC ( 300/400 series ) for control and monitoring the automation system and therefore the entire plant without use propietary software as WinCC or WinCC flexible, Schneider' softwares, etc..

It would be a free and an open-source alternative of not-cheaper engines for developing a web-user-end application, by using the most common open-source software like: mariaDB, apache and the most common programming languages as C, HTML5, Javascript.

Engine

LinCC will be divided in two different engines/services. The first one is the PLC communication service, made for read data into the plc's DB ( DB: DataBlock is a retentive mapped memory area ) and populate a sql database and vice versa: read data from database and then write to the plc.

The second service is the server-side web application, dedicated to read/write data from/to database and generate the web page for the end-user control and monitoring the entire line and the automated process, for historicize all analog signal, operator's operations, ecc..

Dependencies

snap7_lib

snap7_lib is required for using linCC and it's used for communicate with siemens plc. Please download, compile and install library from http://snap7.sourceforge.net/.

In the future, snap7 should not longer be required, it will be integrate into linCC.

License

linCC is released under GPLv3 license.

lincc's People

Contributors

domino777 avatar

Stargazers

Walter Barbagallo avatar

Watchers

James Cloos avatar Walter Barbagallo avatar  avatar  avatar

lincc's Issues

database's table

There are table index to move from NULL to NOT NULL
NULL value is not allowed on TagByte, TagBit, TagDB, TagPLC,
and in PLCType, PLCIp, PLCrack, PLCslot, PLCport.
These modifications are necessary due to C error during conversion of value from char* to numerical value

table modify

there are several changes to do to the web interface:

  • when click on a table cell, the previous cell should return normal (without danger class) reverting the modified value with the original;
  • implement the feature for adding and removing table rows

'insert' query

When using the csv uploader, csv file must contain the id field value in order to perform the query correctly.
This fact can be a problem because before submitting the csv file one should modify the id field value with the purpose of not having same id values as ids in the table (because of primary key property).

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.