Changes between Version 7 and Version 8 of ZeusInterface
- Timestamp:
- Mar 26, 2007, 11:57:20 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZeusInterface
v7 v8 8 8 = Provided Variables = 9 9 * '''__!ZeusOperation__''' - Provides textual information about current Zeus operation 10 * '''__!ZeusLiveMessage__''' - This variable is continuously updated by Zeusto indicate it is alive and running10 * '''__!ZeusLiveMessage__''' - This Integer variable is continuously updated by Zeus in order to indicate it is alive and running 11 11 * '''__!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. 12 12 * '''__!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 c hange Zeusconfiguration. 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. 15 15 [[BR]][[BR]] 16 16 … … 32 32 33 33 = 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 34 46 47
![(please configure the [header_logo] section in trac.ini)](/zeus/chrome/site/your_project_logo.png)