BIS 2.3 - Access Engine DMS - Data Management System | en 79
Bosch Sicherheitssysteme GmbH Installation manual F.01U.028.713 | V 2.3.0.1 | 2009.11
Possible named parameters are described in table 2-1. The
block concludes with the command 'add', which adds the
process characteristics to the process table.
The following example illustrates the structure of a block:
define Loggifier
set /description="Logging and Notification"
set /executable=loggifier.exe
set /parameter="/t=2 /o=DBG_OUTPUT_DEFAULT"
set /type=BASE
set /exitNumber=1
set /restartLimit=2
add
define Process-x
set /description=(...,...,...)
.
.
.
add
.
.
.
Named Parameter Description
description Process description. Since the length
of process names is often limited, a
short description of the process that
explains its functionality is given.
executable Name of the executable file.
parameter Parameters and options that are
passed on to the process as program
arguments, e.g. process name, trace
level, and output mode.
Table 10.1 Block entries in the process description file