Changes between Version 9 and Version 10 of ZeusInterface
- Timestamp:
- Mar 26, 2007, 12:05:31 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZeusInterface
v9 v10 10 10 * '''__!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 * '''__!ZeusLogGroups__''' - Provides information about all !LogGroups configured within Zeus. Please, find format description below.12 * '''__!ZeusLogGroups__''' - Provides information about all !LogGroups configured within Zeus. Please, find format description [#FormatofZeusLogGroupsVariable below]. 13 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.14 * '''__!ZeusCommand__''' - This variable is used to control Zeus operation and change run-time configuration. The supported commands are listed [#SupportedCommands below]. 15 15 [[BR]][[BR]] 16 16 … … 37 37 Disables data logging 38 38 '''LGSTATE''' ''GrID'' ''Mode'':: 39 Changes On/Off Status of the Specified !LogGroup.40 * ''GrID'' - Database ID of considered !LogGroup (available from ''!ZeusLogGroups'' variable)39 Changes On/Off Status of the specified !LogGroup. 40 * ''GrID'' - Database ID of considered !LogGroup (available from [#FormatofZeusLogGroupsVariable ''ZeusLogGroups'' variable]) 41 41 * ''Mode'' - New Status 42 42 * 0 - Off, No Logging … … 46 46 '''LGRATE''' ''GrID'' ''Rate'':: 47 47 Configures update interval of specified !LogGroup 48 * ''GrID'' - Database ID of considered !LogGroup (available from ''!ZeusLogGroups'' variable)48 * ''GrID'' - Database ID of considered !LogGroup (available from [#FormatofZeusLogGroupsVariable ''ZeusLogGroups'' variable]) 49 49 * ''Rate'' - Double value specifying new logging rate in seconds