Difference between revisions of "Boschmap"
(Created page with "The Bosch MPA panels are multi-area intrusion detection systems. The integration with HSYCO can be accomplished via Ethernet connection. Category:I/O Server == HSYCO Co...") |
|||
Line 68: | Line 68: | ||
== Datapoints == | == Datapoints == | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !ID | ||
+ | !Value | ||
+ | !R/W | ||
+ | !Description | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2" |connection | ||
+ | |online | ||
+ | |R | ||
+ | |connection established | ||
+ | |- | ||
+ | |offline | ||
+ | |R | ||
+ | |HSYCO can't connect to the panel | ||
+ | |||
+ | |- | ||
+ | |||
+ | |} |
Revision as of 09:18, 22 September 2014
The Bosch MPA panels are multi-area intrusion detection systems.
The integration with HSYCO can be accomplished via Ethernet connection.
Contents
HSYCO Configuration
Add a BOSCHMPA I/O Server in the I/O Servers section of the Settings and set its parameters:
Communication
- IP Address: IP address of the panel
- IP Port: TCP/IP port to use, leave blank to use default port 6793.
Authentication
- Password: password set on for the BIS user. Leave blank to use the default password.
High Availability
- Shutdown when inactive: defaults to true.
Options
ID | Default | Values | Description |
---|---|---|---|
startupevents | false | true | generate IO events also during the driver’s start-up phase |
false | start generating events only after HSYCO is aligned with the current status of the system |
galaxy.ini
The boschmpa.ini file is a specific configuration file located in the root directory. This file is required to specify which areas and zones are configured on the panel and to assign them a name.
Add a new line for each area followed by a new line for each zone belonging to that area, using the following format:
<io_server_id>.<siid> = <name>
where <siid> is the security identifier of the area/zone as specified in the configuration software of the panel.
For instance:
bsc.1.1.ControlPanelArea.1.1 = Control Panel bsc.1.1.Area.2.4 = Internal area bsc.1.1.Point.01001.006 = Front door bsc.1.1.Point.01001.007 = Back door bsc.1.1.Area.2.5 = External area bsc.1.1.Point.01001.008 = Gate
specifies three areas: the Control Panel area with no zones, an internal area with two zones and an external area with one zone.
Datapoints
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | connection established |
offline | R | HSYCO can't connect to the panel |