Changes between Version 4 and Version 5 of liss2ew
- Timestamp:
- 03/18/12 16:39:23 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
liss2ew
v4 v5 126 126 Function: Earthworm Setup 127 127 128 Sets the on-off switch for writing a log file to disk. If switch is 0, no log file will be written. If switch is non-zero, liss2ew will write daily log file(s) called nnnnnxx.log_yyyymmdd where nnnnn is the name of the configuration file (with the suffix `.d' removed), xx is liss2ew's module id (set with MyModuleId command) and yyyymmdd is the current UTC date (ex: 19960123) on the system clock. The file(s) will be written in the EW_LOG directory (environment variable).128 Sets the on-off switch for writing a log file to disk. If switch is 0, no log file will be written. If switch is non-zero, liss2ew will write daily log file(s) called nnnnnxx.log_yyyymmdd where nnnnn is the name of the configuration file (with the suffix `.d' removed), xx is liss2ew's module id (set with !MyModuleId command) and yyyymmdd is the current UTC date (ex: 19960123) on the system clock. The file(s) will be written in the EW_LOG directory (environment variable). 129 129 {{{ 130 130 Default: none … … 132 132 }}} 133 133 134 ''' !MaxSCNs [n]'''[[BR]]134 '''MaxSCNs [n]'''[[BR]] 135 135 Processed by: !ReadConfig[[BR]] 136 136 Function: Data Selection 137 137 138 Specifies the number of !AcceptSCNL commands to be found in this configuration file.138 Specifies the number of AcceptSCNL commands to be found in this configuration file. 139 139 {{{ 140 140 Default: none