- Timestamp:
- Sep 13, 2012, 10:53:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r4738 r4740 190 190 </p> 191 191 192 <p><img src="IMG/screenshot31.png"/></p>193 <p><u>Figure 6:</u> Management of configuration options in BNC.</p>194 195 192 <p> 196 193 BNC maintains configuration options at three different levels: … … 199 196 <ol type=b> 200 197 <li>GUI, input fields level</li> 201 <li> Working memorylevel</li>198 <li>Active configuration level</li> 202 199 <li>Configuration file, disk level</li> 203 200 </ol> 204 <p> 205 Configuration options are usually specified using GUI input fields (1) after launching BNC. When hitting the 'Start' button, configuration options are transferred one level down to BNC's working memory (2) allowing the program to beginn its operation. Pushing the 'Stop' button ends data processing so that the user can finally terminate BNC through 'File'->'Quit'->'Save Options' which saves processing options in a configuration file to disk (3). It is important to understand that: 206 <ul> 207 <li>Data processing in BNC generally uses configuration options from the working memory (2).</li> 201 202 <p><img src="IMG/screenshot31.png"/></p> 203 <p><u>Figure 6:</u> Management of configuration options in BNC:<br> 204 Left: BNC in graphics mode where active configuration options are introduced through GUI input fields and finally saved on disk.<br> 205 Middle: BNC in 'no window' mode where active configuration options are read from disk.<br> 206 Right: BNC in 'no window' mode without configuration file where default configuration options are to be overwritten via command line options.</p> 207 208 <p> 209 Configuration options are usually specified using GUI input fields (1) after launching BNC. When hitting the 'Start' button, configuration options are transferred one level down to becomes BNC's active configuration (2) allowing the program to beginn its operation. Pushing the 'Stop' button ends data processing so that the user can finally terminate BNC through 'File'->'Quit'->'Save Options' which saves processing options in a configuration file to disk (3). It is important to understand that: 210 <ul> 211 <li>Active configuration options (2) are independant from GUI input fields and configuration file contents.</li> 208 212 <li>Hence changing configuration options at GUI level (1) while BNC is already processing data does not influence a running job.</li> 209 <li>Editing configuration options at disk level (3) while BNC is already processing data does also not influence a running job. However, there are two exceptions which enforce BNC to update certainoptions on-the-fly:</li>213 <li>Editing configuration options at disk level (3) while BNC is already processing data does also not influence a running job. However, there are two exceptions which force BNC to update certain active options on-the-fly:</li> 210 214 <ul> 211 215 <li>Pushing the 'Save & Reread Configuration' button lets BNC immediately reread its configuration from disk.</li> 212 216 <li>Specifying the 'Reread configuration' option lets BNC reread its configuration from disk at pre-defined intervals.</li> 213 217 </ul> 214 <li>A certain BNC configuration can be started in 'no window' mode from scratch without any configuration file at all if configuration options for the working memory(2) are provided via command line.</li>218 <li>A certain BNC configuration can be started in 'no window' mode from scratch without any configuration file if options for the active configuration level (2) are provided via command line.</li> 215 219 </ul> 216 220 </p>
Note:
See TracChangeset
for help on using the changeset viewer.