Bosch LTC 8850 Series Manual de usuario Pagina 54

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 72
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 53
EN
|
54
Bosch Security Systems | 02 April 2004
LTC 8850 | Instruction Manual | Allegiant Server
An example script table follows:
! MOMENTARY-ALARM will activate the alarm
specified by the first parameter.
! It will then spawn a task to deactivate the alarm
after a certain delay time.
! For example, MOMENTARY-ALARM 4 15 will
activate alarm 4, then
! deactivate it 15 seconds later.
BEGIN MOMENTARY-ALARM
+ALARM %1
SPAWN: DELAY-ALARM-OFF %1 %2
BREAK
! DELAY-ALARM-OFF will delay for the number
of seconds indicated
! by the second parameter. It will then deactivate
the alarm specified
! by the first parameter.
BEGIN DELAY-ALARM-OFF
WAIT %2
-ALARM %1
BREAK
! DOALM5 will broadcast a message to all the
monitors.
! It will then call MOMENTARY-ALARM (with a
delay of 10).
! for alarms 2, 5, 16, 21, and 45.
BEGIN DOALM5
BROADCAST Multiple Alarms!
.FOREACH alarm 2 5 16 21 45
MOMENTARY-ALARM %alarm 10
.NEXT
BREAK
3.2.6.11 BLINX ACTIONS TABLE
Bilinx™ is the term used to describe communication
technology where certain Bosch Security directional
data transmissions over the coax.
The Bilinx Actions table provides four user
programmable responses that correspond to general
purpose inputs on the Bilinx compatible series of
AutoDome cameras The table also provides
programmable action responses to be entered for Dark
Alarm events when the Allegiant system is being used
with 1 or more LTC 8016 Allegiant Bilinx Data
Interface accessory units.
Dark Alarm is a term used to describe the response to
a change in video signal level. When the video signal
drops below a predetermined level, the LTC 8016/90
Allegiant Bilinx Data Interface accessory unit will
generate an event that will cause the Dark Alarm
Activation action to trigger. When the video level
returns to a normal condition, the LTC 8016/90 will
generate an event that will cause the Dark Alarm
Deactivation action to trigger. Typical events that
would trigger an Activation Action could be as a loss
of adequate lighting in the camera scene, a malicious
attempt to limit the view of a camera by blocking its
lens, or a failure of the camera itself.
Figure 91 Bilinx Actions Table
Actions can be performed on enabled channels when
the inputs are activated, deactivated, or both. The
desired actions are programmed using Allegiant
Command Console Language (CCL) commands. For a
complete list of these commands and instructions for
their use, see the Allegiant Command Console
Language User’s Manual.
For each camera, the total number of activation and
Vista de pagina 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 71 72

Comentarios a estos manuales

Sin comentarios