User Tools

Site Tools


operating_systems:linux:debian:acdsn-c-fx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
operating_systems:linux:debian:acdsn-c-fx [2012/11/26 13:28] – [Arguments] sbolayoperating_systems:linux:debian:acdsn-c-fx [2012/11/26 13:29] – [cron.txt] sbolay
Line 24: Line 24:
 | new buzzer mode          | b         | <mode>                    | buzzer activated or not     | | new buzzer mode          | b         | <mode>                    | buzzer activated or not     |
 | new contact mode         | c         | <contact>\t<mode>         | set contact NO/NC mode      |  | new contact mode         | c         | <contact>\t<mode>         | set contact NO/NC mode      |
-| new discontinuation    | d         0-180                     | set the timeout value after which the slave consider itself to be abandoned by the server|+| new discontinuation    | d         <discontinuation>                     | set the timeout value after which the slave consider itself to be abandoned by the server|
 | new limit                | l         | <ow>\t<limitH>\t<limitL>  | set alarm boundaries        |  | new limit                | l         | <ow>\t<limitH>\t<limitL>  | set alarm boundaries        |
 | new mode                 | m         | <device>\t<mode>          | slave/device enable/disable |  | new mode                 | m         | <device>\t<mode>          | slave/device enable/disable |
Line 100: Line 100:
 </file> </file>
  
-==== cron.txt ==== 
  
-Contains the rights to access on some unit for a user during a specified time interval (specified as a cron). 
- 
-^ Field Name ^ Description                                                  ^ Example      ^ 
-| unit_id    | The number identifying the target unit of this rule          | 1            | 
-| user_id    | The identifier of the user on which this rule applies        | Arthur Dent  | 
-| cron       | The cron value of the accessible periods for this rule       | 0 8-17 * * * | 
- 
-<file txt demo_cron.txt> 
-1       Arthur Dent     0 8-17 * * * 
-2       Arthur Dent     0 8-17 * * * 
-1       Ford Prefect    * * * * * 
-</file> 
-