Difference between revisions of "Boschfpa"
Line 1: | Line 1: | ||
The BOSCH FPA-5000 is a modular fire panel system. | The BOSCH FPA-5000 is a modular fire panel system. | ||
+ | |||
+ | {{note|This I/O server requires the FPA firmware version 2.12.7 or later.}} | ||
+ | |||
[[Category:I/O Server]] | [[Category:I/O Server]] | ||
== Communication == | == Communication == | ||
− | Be sure | + | Be sure to use BOSCH sofware management tool RPS version 4_0_11 or later for the FPA configuration. |
Configure the RS232 Communication Module module as follows: | Configure the RS232 Communication Module module as follows: | ||
Line 15: | Line 18: | ||
[[File:fpa2.png|500px]] | [[File:fpa2.png|500px]] | ||
+ | |||
+ | |||
+ | RS-232 parameters: | ||
+ | {| class="wikitable" | ||
+ | | '''Baud rate''' | ||
+ | | 9600 | ||
+ | |- | ||
+ | | '''Data bits''' | ||
+ | | 7 | ||
+ | |- | ||
+ | | '''Stop bit''' | ||
+ | | 1 | ||
+ | |- | ||
+ | | '''Parity''' | ||
+ | | even | ||
+ | |- | ||
+ | | '''Flow control''' | ||
+ | | none | ||
+ | |} | ||
+ | |||
+ | == HSYCO Configuration == | ||
+ | Add a BOSCHFPA I/O Server in the [[Settings#I/O Servers|I/O Servers section of the Settings]] and set its parameters: | ||
+ | |||
+ | === Communication === | ||
+ | *'''Comm ID''': select the comm port connected to the panel. | ||
+ | |||
+ | === High Availability === | ||
+ | *'''Shutdown when inactive''': defaults to true. | ||
+ | |||
+ | === Options === | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !ID | ||
+ | !Default | ||
+ | !Values | ||
+ | !Description | ||
+ | |- | ||
+ | |||
+ | |rowspan="2"|gui | ||
+ | |rowspan="2"|true | ||
+ | |true | ||
+ | |enable support for the UI (event log object) | ||
+ | |- | ||
+ | |false | ||
+ | |disable UI support | ||
+ | |- | ||
+ | |||
+ | |rowspan="3"|language | ||
+ | |rowspan="3"|system language | ||
+ | |en | ||
+ | |rowspan="3"|language of log and display messages. Supported values are English, Italian and German | ||
+ | |- | ||
+ | |it | ||
+ | |- | ||
+ | |de | ||
+ | |- | ||
+ | |||
+ | |logsize | ||
+ | |100 | ||
+ | |n ≥ 0 | ||
+ | |the number of log lines to display in the UI object | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | === boschfpa.ini === | ||
+ | |||
+ | The boschfpa.ini file is an optional configuration file located in the main directory (same directory as hsyco.ini or hsyco.jar) and used to define zones (lines) names. If defined, these names will be used instead of the original numbers in the log files and GUI event log object. | ||
+ | |||
+ | Changes to the boschfpa.ini file are automatically detected and don't require a restart to become effective. | ||
+ | |||
+ | {{tip|This file is case sensitive.}} | ||
+ | |||
+ | For each zone (line), enter a line formatted as: | ||
+ | |||
+ | <pre> | ||
+ | <io_server_id>.line.<logical address>.<subaddress> = <name> | ||
+ | </pre> | ||
+ | |||
+ | For instance: | ||
+ | |||
+ | <pre> | ||
+ | fpa.line.3.1 = DATA ROOM SENSOR | ||
+ | fpa.line.4.1 = GENERATORS ROOM | ||
+ | </pre> |
Revision as of 15:55, 30 July 2014
The BOSCH FPA-5000 is a modular fire panel system.
Contents
Communication
Be sure to use BOSCH sofware management tool RPS version 4_0_11 or later for the FPA configuration.
Configure the RS232 Communication Module module as follows:
After the upload configuration process the FPA-5000 is ready to be connected via RS232.
RS232 Communication Module overview:
RS-232 parameters:
Baud rate | 9600 |
Data bits | 7 |
Stop bit | 1 |
Parity | even |
Flow control | none |
HSYCO Configuration
Add a BOSCHFPA I/O Server in the I/O Servers section of the Settings and set its parameters:
Communication
- Comm ID: select the comm port connected to the panel.
High Availability
- Shutdown when inactive: defaults to true.
Options
ID | Default | Values | Description |
---|---|---|---|
gui | true | true | enable support for the UI (event log object) |
false | disable UI support | ||
language | system language | en | language of log and display messages. Supported values are English, Italian and German |
it | |||
de | |||
logsize | 100 | n ≥ 0 | the number of log lines to display in the UI object |
boschfpa.ini
The boschfpa.ini file is an optional configuration file located in the main directory (same directory as hsyco.ini or hsyco.jar) and used to define zones (lines) names. If defined, these names will be used instead of the original numbers in the log files and GUI event log object.
Changes to the boschfpa.ini file are automatically detected and don't require a restart to become effective.
This file is case sensitive.
For each zone (line), enter a line formatted as:
<io_server_id>.line.<logical address>.<subaddress> = <name>
For instance:
fpa.line.3.1 = DATA ROOM SENSOR fpa.line.4.1 = GENERATORS ROOM