Version 1 (modified by csa, 15 years ago)
--

Providing additional data using ADEI Web Interface

Examples of additional data are:

  • The alarms registered during the data collection by control systems
  • The system operator messages
  • The information about events registered by DAQ subsystem
  • Anything else...

This section describes how the additional data could be provided using ADEI Web Interface. The simplest approach is to provide a service generating an XML data, and XSLT stylesheet which would convert it to convert it into the HTML. Of course it is possible to generate directly XHTML, but using XML+XSLT approach it is easier to alter presentation form and establish some automation (the XML service could be used by 3rd party client applications). After the service is ready, the new ADEI module (an extra page in the upper menu) should be created and registered in configuration.

So, the following steps should be taken to setup

  • Create a service, see description here
  • Create a module, see description here