Skip to content

c2mon/c2mon-web-ui

Repository files navigation

C2MON Web User Interface (UI)

build status

The C2MON Web UI is based on the C2MON Client API and allows:

  • to browse through the C2MON Data Acquisition (DAQ) Process-, Equipment- and Tag configuration
  • to display the actual Tag value, status and properties.
  • to query the Tag history and to display trends of numeric values

Every page of the Web UI has a unique URL based on the Tag id, which makes it simple to point from other applications to the Tag information.

Documentation

This tool is very simple and intuitive and does not require a detailed documentation. To give it a trial you should follow the Getting Started guideline that will setup C2MON with some sample data.

Issue Tracking

Please report issues on GitLab via the issue tracker.

Building from Source

C2MON uses a Maven-based build system.

Prerequisites

Git and JDK 8 update 20 or later

Be sure that your JAVA_HOME environment variable points to the jdk1.8.0 folder extracted from the JDK download.

Check out sources

git clone [email protected]:c2mon/c2mon-web-ui.git

Compile and test; build all jars, distribution zips, and docs

mvn package -DskipDockerBuild -DskipDockerTag

Contributing

Pull requests are welcome; see the contributor guidelines for details.

License

C2MON is released under the GNU LGPLv3 License.