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:12] – [Query] sbolayoperating_systems:linux:debian:acdsn-c-fx [2012/11/26 13:29] – [cron.txt] sbolay
Line 19: Line 19:
  
 ===== Arguments ===== ===== Arguments =====
 +==== New ====
 +^ Label                    ^ Arguments ^ Options                   ^ Comments                    ^
 +| new address              | a         | <address>                 | change address            |
 +| new buzzer mode          | b         | <mode>                    | buzzer activated or not     |
 +| new contact mode         | c         | <contact>\t<mode>         | set contact NO/NC mode      |
 +| 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 mode                 | m         | <device>\t<mode>          | slave/device enable/disable |
 +| new recess               | r         | <recess>                  | scan-rate interval |
 +| new timestamp            | t         | <timestamp>               | only if RTC defined (used to synchronize clock) |
 +| new wire                 | w         | -                         | scan the lines and return the number of OW device found |
  
  
Line 89: 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> 
-