Changes from Version 1 of adeiInternals

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
07/16/09 15:31:05 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiInternals

    v0 v1  
     1== Providing additional data using ADEI Web Interface == 
     2 
     3Examples of additional data are: 
     4 * The alarms registered during the data collection by control systems 
     5 * The system operator messages 
     6 * The information about events registered by DAQ subsystem 
     7 * Anything else... 
     8 
     9 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. 
     10 
     11 
     12So, the following steps should be taken to setup  
     13 * Create a service, see description [wiki:adeiNewService here] 
     14 * Create a module, see description [wiki:adeiNewModule here]