Changes between Version 43 and Version 44 of WikiStart
- Timestamp:
- 2012-02-24 17:50:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v43 v44 24 24 == Usage == 25 25 ==== On the dashboard ==== 26 [[Image( dashboard.png)]]26 [[Image(ui5_dashboard900.png)]] 27 27 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:28 Te 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: 29 29 30 30 ||= Displayed status =||= Real status =|| … … 37 37 || Night || NIGHT-STAY || 38 38 39 ==== The panel devicecontrol panel ====40 [[Image( cp_panel.png)]]39 ==== The main panel control panel ==== 40 [[Image(ui5_control.png)]] 41 41 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. 43 43 44 ==== The partition devicecontrol panel ====45 [[Image( cp_partition.png)]]44 ==== The partition control panel ==== 45 [[Image(ui5_partition500.png)]] 46 46 47 47 … … 60 60 '''Store''' 61 61 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.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. 63 63 64 64 == Configurable parameters == 65 In the panel device's control panel -> ''Advanced'' tab there are two configurable parameters. 65 In the main panel control panel >> ''Advanced'' tab there are two configurable parameters. 66 67 [[Image(ui5_parameters.png)]] 68 69 ==== SecureStore ==== 70 If 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. 66 71 67 72 ==== TTL ==== … … 70 75 71 76 The '''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 ==== 79 If 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. 72 80 73 81 ==== !DebugMode ====