Difference between revisions of "XGenConnect"
Jump to navigation
Jump to search
(Created page with "Ciao") |
|||
Line 1: | Line 1: | ||
− | + | The xGen Connect is a multi area anti-intrusion system. | |
+ | |||
+ | === Communication === | ||
+ | *'''IP Address''': host name or IP address of the panel | ||
+ | *'''IP Port''': TCP/IP port assigned to the panel's web server | ||
+ | |||
+ | === Authentication === | ||
+ | *'''User''': username to access the web server | ||
+ | *'''Password''': password to access the web server | ||
+ | |||
+ | === Options === | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !ID | ||
+ | !Default | ||
+ | !Values | ||
+ | !Description | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2"|startupevents | ||
+ | |rowspan="2"|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 | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2"|gui | ||
+ | |rowspan="2"|true | ||
+ | |true | ||
+ | |enable the UISET "visible" field for all system zones | ||
+ | |- | ||
+ | |false | ||
+ | |disable the UISET "visible" field for all system zones | ||
+ | |||
+ | |- | ||
+ | |||
+ | |pollinterval | ||
+ | |1000 | ||
+ | |n > 1000 | ||
+ | |the data acquisition interval, in milliseconds | ||
+ | |||
+ | |- | ||
+ | |||
+ | |logsize | ||
+ | |400 | ||
+ | |n ≥ 0 | ||
+ | |the number of log lines to display in the UI object | ||
+ | |||
+ | |} |
Revision as of 14:12, 31 March 2021
The xGen Connect is a multi area anti-intrusion system.
Communication
- IP Address: host name or IP address of the panel
- IP Port: TCP/IP port assigned to the panel's web server
Authentication
- User: username to access the web server
- Password: password to access the web server
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 | ||
gui | true | true | enable the UISET "visible" field for all system zones |
false | disable the UISET "visible" field for all system zones | ||
pollinterval | 1000 | n > 1000 | the data acquisition interval, in milliseconds |
logsize | 400 | n ≥ 0 | the number of log lines to display in the UI object |