User Tools

Site Tools


acdsn:acdsn-sc-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
acdsn:acdsn-sc-fx [2015/02/24 07:03] fdacruzacdsn:acdsn-sc-fx [2015/07/08 09:13] – [New] fdacruz
Line 4: Line 4:
  
 <code bash> <code bash>
- 1Qw3 + 2700000000000000Qw3 
- ^^^^ +               ^^^ 
- |||| +               ||| 
- |||- option +               ||- option 
- ||-- argument +               |-- argument 
- |--- command+               --- command
  ---- address  ---- address
 </code> </code>
- 
 ===== Commands ===== ===== Commands =====
 ^ Label     ^ Command ^ ^ Label     ^ Command ^
Line 28: Line 27:
 | delete wire          | w         | <sid> | address of device to delete|  | delete wire          | w         | <sid> | address of device to delete|
 ==== New ==== ==== New ====
-^ Label                    ^ Arguments ^ Options                   ^ Comments                                                ^+^ Label                    ^ Arguments ^ Options                   ^ Comments ^
 | new discontinuation    | d         | <discontinuation>         | 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 file                 | g         |%%<filename>%%\t<>\t<CRC>   || +| new file                 | g         |%%<filename>%%\t<>\t<CRC>  || 
-| new buzzer mode          | j         | <mode>                    | buzzer activated or not                                 +| new buzzer mode          | j         | <mode>                    | buzzer activated or not | 
-| new limit                | l         | <sid>\t<limitH>\t<limitL>\t<resolution> | set alarm boundaries                                    |  +| new limit                | l         | <sid>\t<limitL>\t<limitH>\t<resolution> | set alarm boundaries |  
-| new mode                 | m         | <mode>                    | NiX1 enable/disable                                    |  +| new mode                 | m         | <mode>                    | NiX1 enable/disable | 
-| new firmware             | n                                                                                   +| new firmware             | n         %%<filename>%%\t<CRC>\t<retry times> ||                                                 
-| new recess               | r         | <recess>                  | scan-rate interval                                      |  +| new recess               | r         | <recess>                  | scan-rate interval |  
-| new timestamp            | t         | <timestamp>         | only if RTC defined (used to synchronize clock)         | +| new timestamp            | t         | <timestamp>         | only if RTC defined (used to synchronize clock) |
 | new wire                 | w         | 0                         | scan the lines and return the number of OW device found | | new wire                 | w         | 0                         | scan the lines and return the number of OW device found |
-| :::                      | :::       | <sid>\t<suid>\t<enable>   | add an OW device to the desired address (only families 20 and 28)|+| :::                      | :::       | <sid>\t<suid>\t<mode>   | add an OW device to the desired address (only families 20 and 28)|
 ==== Query ==== ==== Query ====
 ^ Label                        ^ Arguments ^ Options ^ Comments                     ^ ^ Label                        ^ Arguments ^ Options ^ Comments                     ^
-| query discontinuation status | d                     | no query from server timeout | +| query discontinuation status | d         || no query from server timeout | 
-| query file                   | g         |%%<filename>%%\t<limit> ||+| query file                   | g         | %%<filename>%%\t<limit> ||
 | query extension              | i         | <extension> | give a list of files with the extension desired (TXT,1, ...) | | query extension              | i         | <extension> | give a list of files with the extension desired (TXT,1, ...) |
 | query buzzer status          | j         ||| | query buzzer status          | j         |||
 | query mode                   | m         || NiX1 active or not   | | query mode                   | m         || NiX1 active or not   |
 | query firmware version       | n         ||| | query firmware version       | n         |||
-| query recess                 | r                     | scan-rate intervall          | +| query recess                 | r         || scan-rate intervall          | 
-| query status                 | s         0 (zero)    | how many devices in alarm | +| query status                 | s         || how many devices in alarm | 
-| query timestamp              | t                     | only if RTC is defined       |  +| query timestamp              | t         || only if RTC is defined       |  
-| query value                  | x         |||+| query value                  | x         <sid> give the temperature of the device |
  
 ===== Options ===== ===== Options =====
Line 59: Line 58:
 |<recess>               | 0 to 180 [seconds]                          | |<recess>               | 0 to 180 [seconds]                          |
 |<resolution>           | decimal resolution (0->0.5, 1->0.25, 2->0.125 and 3->0.0625) | |<resolution>           | decimal resolution (0->0.5, 1->0.25, 2->0.125 and 3->0.0625) |
-|<suid>                 identification of iButton on 8 char ['0-9'-'A-Z'-'a-z'] like 0A0b0009 |+|<suid>                 alias of iButton on 8 char ['0-9'-'A-Z'-'a-z'] like 0A0b0009 |
 |<timestamp>            | 0 to 9'999'999'999 [seconds since 1.1.1970] | |<timestamp>            | 0 to 9'999'999'999 [seconds since 1.1.1970] |
  
Line 106: Line 105:
 </file> </file>
  
-==== SID_S.TXT ====+==== SID_S.XX ====
 This file contains the link between the iDevice's address, the iDevice's now, the iDevice's SID and the iDevice's identification(suid). This file contains the link between the iDevice's address, the iDevice's now, the iDevice's SID and the iDevice's identification(suid).
 +The extension XX is the 2 last character of the SID.
  
 ^ Field Name ^ Description                                                      ^ Example          ^ ^ Field Name ^ Description                                                      ^ Example          ^
-| address    | Address of the iDevice                                           | 47               | 
-| now        | The identification of the line where the device is connected     | 1                | 
 | sid        | Sid of the iDevice                                               | 281006FF01000099 | | sid        | Sid of the iDevice                                               | 281006FF01000099 |
 | suid       | The identification of the iDevice                                | 0AbCd77a         | | suid       | The identification of the iDevice                                | 0AbCd77a         |
 +| enable     | Parameter to say if the device is enable or not                  | 1                |
  
-<file txt SID_S.TXT>+<file txt SID_S.99>
 281006FF01000099 DDDDDDDD 1 281006FF01000099 DDDDDDDD 1
-281007AF01000031 Abc12340 0 +281007AF01000099 Abc12340 0 
-281C59FF00000008 003234Al 1 +281C59FF00000099 003234Al 1 
-289087A0F1000034 00000b0a 1+289087A0F1000099 00000b0a 1
 </file> </file>
  
-==== SID_S.LST ====+==== SID_S_L.TXT ====
 This file is created when we do the command Nw0, NiX1 search in all now for connected iDevices. This file is created when we do the command Nw0, NiX1 search in all now for connected iDevices.
  
Line 129: Line 128:
 | sid        | Sid of the iDevice                                               | 281006FF01000099 | | sid        | Sid of the iDevice                                               | 281006FF01000099 |
  
-<file txt SID_S.LST>+<file txt SID_S_L.TXT>
 2 2712213200000013 2 2712213200000013
 0       281007AF01000031 0       281007AF01000031
acdsn/acdsn-sc-fx.txt · Last modified: 2018/05/28 07:19 by aheritier