Changes between Version 43 and Version 44 of WikiStart


Ignore:
Timestamp:
2012-02-24 17:50:41 (13 years ago)
Author:
mcvflorin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v43 v44  
    2424== Usage == 
    2525==== On the dashboard ==== 
    26 [[Image(dashboard.png)]] 
     26[[Image(ui5_dashboard900.png)]] 
    2727 
    28 Te panel device displays its version and the faulted zones. The partitions device display the current arming status. Here are the statuses' real equivalents: 
     28Te panel device displays the plugin version. The partition device displays the current arming status and buttons for the most common arm modes. These are the statuses' real equivalents: 
    2929 
    3030||= Displayed status =||= Real status =|| 
     
    3737|| Night || NIGHT-STAY || 
    3838 
    39 ==== The panel device control panel ==== 
    40 [[Image(cp_panel.png)]] 
     39==== The main panel control panel ==== 
     40[[Image(ui5_control.png)]] 
    4141 
    42 '''Clear Message''' clears the status messages generated by the plugin in the status box (upper-right corner of the dashboard). 
     42'''Clear''' clears the status messages generated by the plugin in the status box. 
    4343 
    44 ==== The partition device control panel ==== 
    45 [[Image(cp_partition.png)]] 
     44==== The partition control panel ==== 
     45[[Image(ui5_partition500.png)]] 
    4646 
    4747 
     
    6060'''Store''' 
    6161 
    62 When a partition is in the '''!NotReady''' state, the plugin will attempt to send the '''star(*)''' command to get the faulted zones. If there are two or more active partitions the plugin will use the '''GOTO''' command to switch to the partition the command was issued for. This command requires a user code valid for that partition. The plugin stores the user code for every partition in an internal variable to use it '''ONLY''' for getting the faulted zones (all the other commands still require the PIN code). If no previous command has been given to this partition, no PIN code will be available, which means that it won't be possible to get the faulted zones. This is what the '''Store''' button is for. If you see that a partition is in the ''!NotReady'' state, but the faulted zones list is empty, enter the PIN code in the ''PIN code'' field and store it. After this, you should see the faulted zones list being populated. 
     62When a partition is in the NotReady state, the plugin will attempt to send the star(*) command to get the faulted zones. If there are two or more active partitions the plugin will use the GOTO command to switch to the partition the command was issued for. This command requires a user code valid for that partition. The plugin stores the user code for every partition in an internal variable to use it ONLY for getting the faulted zones (all the other commands still require the PIN code). If no previous command has been given to this partition, no PIN code will be available, which means that it won't be possible to get the faulted zones. This is what the Store button is for. If you see that a partition is in the NotReady state, but the faulted zones list is empty, enter the PIN code in the PIN code field and store it. After this, you should see the faulted zones list being populated. 
    6363 
    6464== Configurable parameters == 
    65 In the panel device's control panel -> ''Advanced'' tab there are two configurable parameters. 
     65In the main panel control panel >> ''Advanced'' tab there are two configurable parameters. 
     66 
     67[[Image(ui5_parameters.png)]] 
     68 
     69==== SecureStore ==== 
     70If this is '''0''' the PIN code is stored in a file and it can be used for every action, not only to get the faulted zones. This is more convenient but is less secure. 
    6671 
    6772==== TTL ==== 
     
    7075 
    7176The '''TTL''' is the number of seconds a zone hasn't been reported as faulted after which it will be considered ''RESTORED''. This should be set according to the number of zones. It takes few seconds to cycle through 3 zones, but many seconds to cycle through 16 zones. The default value for TTL is 60 seconds. 
     77 
     78==== CheckConnectionTimer ==== 
     79If the plugin doesn't receive any message from the AD2USB after this number of seconds, it sets the ''ConnectionDown'' variable to '''1'''. This can be used to set up notifications when the connection with the AD2USB is lost. 
    7280 
    7381==== !DebugMode ====