User Tools

Site Tools


acdsn:acdsn-v-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
acdsn:acdsn-v-fx [2018/04/19 12:41] – [New] aheritieracdsn:acdsn-v-fx [2023/09/08 12:42] (current) – [Options] maferreira
Line 31: Line 31:
 | delete file  | g         |%%<filename>%%||  | delete file  | g         |%%<filename>%%||
 | restart      | s         ||| | restart      | s         |||
-| delete unit  | u         || if option set to 0, delete file| +| delete unit  | u         || if option set to 0, delete file|  
 +| delete tmp files  | y         || delete file for Newfile fct |
 ==== New ==== ==== New ====
 ^ Label                    ^ Arguments ^ Options                   ^ Comments              ^ ^ Label                    ^ Arguments ^ Options                   ^ Comments              ^
 | new Check                | c         | || | new Check                | c         | ||
 | new Entry                | e         | <nb request>        | | | new Entry                | e         | <nb request>        | |
-| new file                 | g         |<filename>\t<filesize>\t<CRC>  ||+| new file                 | g         |%%<filename>%%\t<CRC>  ||
 | new Vault Status         | h         | <unit>\t<status>        | ouverture(1) / fermeture(0) | | new Vault Status         | h         | <unit>\t<status>        | ouverture(1) / fermeture(0) |
 | copy file                | i         |<filename>/t<copyFilename>| | copy file                | i         |<filename>/t<copyFilename>|
Line 44: Line 45:
 | new timestamp            | t         | <timestamp>\t<TZ> | only if RTC defined (used to synchronize clock)(date +%s) |  | new timestamp            | t         | <timestamp>\t<TZ> | only if RTC defined (used to synchronize clock)(date +%s) |
 | new unit                 | u         |<unit>\t<CH>\t<staytime>|| | new unit                 | u         |<unit>\t<CH>\t<staytime>||
 +| new file packet          | y         | <nbrPacket>/t<blockLength>/t<CRC>/t<block>                ||
 | new baudrate             | z         | <baudrate>                || | new baudrate             | z         | <baudrate>                ||
 ==== Query ==== ==== Query ====
Line 61: Line 63:
 ===== Options ===== ===== Options =====
 ^ Options               ^ Comments ^ ^ Options               ^ Comments ^
 +|<block>                | block content (each char is formatted in 2 ascii in hexa value) => 'a' = 0x61 => sent : "61"             |
 +|<blockLength>          | length of the actual block in bytes              |
 |<filename>             | filename (format : 88888888.333)                 | |<filename>             | filename (format : 88888888.333)                 |
 |<copyFilename>         | filename destination                             | |<copyFilename>         | filename destination                             |
-|<CH>                   | channel of the lock hardware (1 to 48)            |+|<limit>                | number of lines to fetch (0 to fetch the whole file)| 
 +|<CH>                   | channel of the lock hardware (1 to 48)           |
 |<unit>                 | N° de coffre de la banque 1-65536                | |<unit>                 | N° de coffre de la banque 1-65536                |
 |<filesize>             | size of the file                                 | |<filesize>             | size of the file                                 |
Line 69: Line 74:
 |<retry times>          | number of retry times                            |                                          |<retry times>          | number of retry times                            |                                         
 |<timestamp>            | 0 to 9'999'999'999 [seconds since 1.1.1970]      | |<timestamp>            | 0 to 9'999'999'999 [seconds since 1.1.1970]      |
 +|<nbrPacket>            | packet total number for a file                   |
 |<TZ>                   | -1200 to +1400                                   | |<TZ>                   | -1200 to +1400                                   |
 |<staytime>             | delay for the time to stay open  | |<staytime>             | delay for the time to stay open  |
Line 103: Line 109:
 |  46  |               | ERROR_FLASH           | |  46  |               | ERROR_FLASH           |
 |  47  |               | ERROR_CRC             | |  47  |               | ERROR_CRC             |
-|  48  |               | ERROR_HASH            |+|  48  |               | ERROR_HASH            |
 |  49  |               | ERROR_IB              | |  49  |               | ERROR_IB              |
 |  4B  |               | ERROR_KEY             | |  4B  |               | ERROR_KEY             |
Line 172: Line 178:
 </file> </file>
 ==== ACCESS.# ==== ==== ACCESS.# ====
-This file contains important logs. (# is the extension of day of year)+This file contains important logs. **#** is the day of year (eg: 1 February == 32). It corresponds to the output of the following command: 
 + 
 +<code bash> 
 +date +%j 
 +</code>
  
 ^ Field Name          ^ Description                ^ Example     ^ ^ Field Name          ^ Description                ^ Example     ^
acdsn/acdsn-v-fx.1524141688.txt.gz · Last modified: 2018/04/19 12:41 by aheritier