Changes

no edit summary
Line 490: Line 490:  
         <td>yes | no; default: <b>no</b></td>
 
         <td>yes | no; default: <b>no</b></td>
 
         <td>Includes digital input #2 state in GPS data package to be sent to server.</td>
 
         <td>Includes digital input #2 state in GPS data package to be sent to server.</td>
 +
    </tr>
 +
</table>
 +
 +
==AVL I/O==
 +
 +
The <b>AVL I/O</b> tab provides you with the possibility to configure input rules.
 +
 +
===Check Analog===
 +
----
 +
The <b>Check Analog</b> section is used to set how often the router checks the value of the analog input. This is relevant to input rules related to the analog input.
 +
 +
[[File:{{{file_avl_io_analog}}}]]
 +
 +
===Input Rules===
 +
----
 +
The <b>Input Rules</b> section displays existing input rules. To create a new input rule look to the section below (<i>AVL Input Configuration</i>), select input type, trigger and click the 'Add' button.
 +
 +
To configure an input rule click the 'Edit' button located next to it. The figure below represents a newly added rule with default settings. Refer to the table below for information on the fields contained in the input rule configuration section.
 +
 +
[[File:{{{file_avl_io_rules}}}]]
 +
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
        <th>Value</th>
 +
        <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Enable</td>
 +
        <td>yes | no; default: <b>no</b></td>
 +
        <td>Turns the input rule on or off.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Input type</td>
 +
        <td>Digital | Digital isolated | analog; default: <b>Digital</b></td>
 +
        <td>Selects to which input the rule will apply.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Trigger</td>
 +
        <td>Input open | Input shorted | Both; default: <b>Input open</b></td>
 +
        <td>The event that will trigger the rule.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Priority</td>
 +
        <td>Low | High | Panic; default: <b>Low</b></td>
 +
        <td>The rule's priority. Different priority settings add different flags to event packets, so they can be displayed differently in the receiving system. The router sends data of higher priority first. Priority levels from highest to lowest are as follows:
 +
            <ol>
 +
                <li>Panic</li>
 +
                <li>High</li>
 +
                <li>Low</li>
 +
            </ol>
 +
        </td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>

Navigation menu