snap/snapcraft.yaml
changeset 106 cf158979ecae
parent 101 5799370243c0
child 123 032aaa29f498
equal deleted inserted replaced
105:17d21dc5bc80 106:cf158979ecae
     1 name: beremiz
     1 name: beremiz
     2 adopt-info: beremiz
     2 adopt-info: beremiz
       
     3 title: Beremiz
     3 summary: Beremiz Open Source PLC.
     4 summary: Beremiz Open Source PLC.
     4 description: |
     5 description: |
     5   Beremiz is Free and Open Source PLC. It brings Free Software IDE (GPL) and Runtime (LGPL) for machine automation, conforming to IEC-61131.
     6   Beremiz is a framework for machine automation. It is meant to add PLC-like programing to embedded systems.
       
     7 
       
     8   Beremiz is [Free Software](https://en.wikipedia.org/wiki/Free_software), and conforms to
       
     9   [IEC_61131](https://en.wikipedia.org/wiki/IEC_61131-3) and [PLCopen](https://plcopen.org/technical-activities/xml-exchange) among other standards.
       
    10 
       
    11   Beremiz supports all languages described in IEC_61131:
       
    12   * Structured Text (ST)
       
    13   * Instruction List (IL)
       
    14   * Function Block Diagram (FBD)
       
    15   * Sequencial Function Chart (SFC)
       
    16   * Ladder Diagram (LD)
       
    17 
       
    18   IDE also includes tools to create Human-Machine Interfaces (HMI), and to connect your PLC programs to existing supervisions, databases, or fieldbuses:
       
    19   * Modbus
       
    20   * OPC-UA
       
    21   * CANopen
       
    22   * SVG HMI
       
    23   * Wx HMI
       
    24   * Python
       
    25   * ...
       
    26 
       
    27   Runtime can be programmed remotely and allows variables tracing and forcing.
       
    28 
     6 icon: snap/gui/beremiz.png
    29 icon: snap/gui/beremiz.png
     7 contact: 
    30 contact: 
     8   - https://beremiz.org
    31   - https://beremiz.org
     9   - snap@beremiz.fr
    32   - snap@beremiz.fr
    10 
    33