Changes between Version 7 and Version 8 of ZeusInterface


Ignore:
Timestamp:
Mar 26, 2007, 11:57:20 AM (19 years ago)
Author:
Suren A. Chilingaryan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ZeusInterface

    v7 v8  
    88= Provided Variables =
    99 * '''__!ZeusOperation__''' - Provides textual information about current Zeus operation
    10  * '''__!ZeusLiveMessage__''' - This variable is continuously updated by Zeus to indicate it is alive and running
     10 * '''__!ZeusLiveMessage__''' - This Integer variable is continuously updated by Zeus in order to indicate it is alive and running
    1111 * '''__!ZeusError__''' - If Zeus operation is stopped because of the error this variable contains textual description of the error. Otherwise (if Zeus running in normal state) it contains empty string.
    1212 * '''__!ZeusLogGroups__''' - Provides information about all !LogGroups configured within Zeus. Please, find format description below.
    13  * '''__!ZeusDisable__''' - A boolean variable used to completely disable data logging. The logging is disabled If the variable value is true .
    14  * '''__!ZeusCommand__''' - This variable is used to change Zeus configuration. The supported commands are listed below.
     13 * '''__!ZeusDisable__''' - A boolean variable indicating if the data logging is enabled (false) or disable (true).
     14 * '''__!ZeusCommand__''' - This variable is used to control Zeus operation and change run-time configuration. The supported commands are listed below.
    1515[[BR]][[BR]]
    1616
     
    3232 
    3333= Supported Commands =
     34 '''START'''::
     35  Enables data logging
     36 '''STOP'''::
     37  Disables data logging
     38 '''LGSTATE''' ''GrID'' ''Mode''::
     39  Changes On/Off Status of the Specified !LogGroup.
     40 * ''GrID'' - Database ID of considered !LogGroup (Available from ''!ZeusLogGroups'' variable)
     41 * ''Mode'' - New Status
     42  * 0 - Off, No Logging
     43  * 1 - On, Logging on the basis of the configured interval
     44  * 2 - On, Logging on the basis of the configured deadband
     45  * 3 - On, Logging on the basis of the configured interval & deadband
    3446
     47