Changes

no edit summary
Line 138: Line 138:     
Delay and time parameters can be used together. For example, if delay is 10, time is 5, action is on, then 10 seconds after the execution of the command, the output will switch to <i>on</i> (or stay in <i>on</i> state if it was already that way), then after 5 more seconds it will switch to <i>off</i> state. In this case the overall command execution time is 15 seconds.
 
Delay and time parameters can be used together. For example, if delay is 10, time is 5, action is on, then 10 seconds after the execution of the command, the output will switch to <i>on</i> (or stay in <i>on</i> state if it was already that way), then after 5 more seconds it will switch to <i>off</i> state. In this case the overall command execution time is 15 seconds.
<!--
+
 
===Periodic Control===
+
===Periodic control===
 
----
 
----
The '''Periodic control''' section allows you to set up automatic output control rules that trigger output state changes at the specified period or interval.
+
The <b>Periodic control</b> section allows you to set up automatic output control rules that trigger output state changes at the specified period or interval. Refer to the figure and table below for information on configuration fields contained in that section.
   −
[[File:Services inputoutput output periodic v2.png]]
+
[[File:{{{file_output_periodic}}}]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
 
     <tr>
 
     <tr>
         <th>field name</th>
+
         <th>Field</th>
       <th>value</th>
+
       <th>Value</th>
       <th>description</th>
+
       <th>Description</th>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
       <td>Enable</td>
 
       <td>Enable</td>
       <td>yes | no; Default: '''no'''</td>
+
       <td>yes | no; default: <b>no</b></td>
       <td>Toggles the rule ON or OFF</td>
+
       <td>Turns the rule on or off.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
       <td>Output</td>
 
       <td>Output</td>
       <td>Digital OC output | Digital Relay output; Default: '''Digital OC output'''</td>
+
       <td>Digital OC output | Digital relay output; default: <b>Digital OC output</b></td>
       <td>To which output the rule pertains </td>
+
       <td>The output pin that will be be effected by the rule.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Action</td>
 
     <td>Action</td>
         <td>On | Off; Default: '''On'''</td>
+
         <td>On | Off; default: <b>On</b></td>
         <td>Periodic action to be taken</td>
+
         <td>The action that will be performed on the output.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Action timeout</td>
 
     <td>Action timeout</td>
         <td>yes | no; Default: '''no'''</td>
+
         <td>yes | no; default: <b>no</b></td>
         <td>Activates action timeout. Action timeout specifies whether an action should end after some time. For example, if the specified Action is to turn Digital OC output On and the action triggers, the Action timeout then turns Digital OC output back off after a specified amount of time in seconds specified in this field </td>
+
         <td>Action timeout specifies whether an action should end after some time. For example, if action is set to <i>on</i> and timeout is set to 10, when the trigger occurs the output will turn on for 10 seconds before turning off.</td>
    </tr>
  −
    <tr>
  −
    <td>Timeout (sec)</td>
  −
        <td>integer; Default: " "</td>
  −
        <td>Specifies how long the Action timeout is</td>
   
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Mode</td>
 
     <td>Mode</td>
 
         <td>Fixed | Interval; Default: '''Fixed'''</td>
 
         <td>Fixed | Interval; Default: '''Fixed'''</td>
         <td>'''Fixed''' mode triggers the specified action on a specified day(s), hour and minute. For example, every Sunday at 8:30 AM<br>
+
         <td>When the rule will be triggered.
 
+
            <ul>
'''Interval''' provides you with the possibility to set up an interval after which the same action takes place</td>
+
                <li><b>Fixed</b> - triggers the specified action on a specified day(s), hour and minute. For example, every Sunday at 8:30 AM.</li>
 +
                <li><b>Interval</b> - performs the action at an interval. For example, every 1 hour during Mondays.</li>
 +
            </ul>
 +
        </td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
 
+
<!--
 
===Scheduler===
 
===Scheduler===
 
----
 
----