User Tools

Site Tools


acdsn:acdsn-ic-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-ic-fx [2015/07/09 07:32] – Changes in micro-sd files fdacruzacdsn:acdsn-ic-fx [2018/05/28 07:21] (current) aheritier
Line 25: Line 25:
 | delete thermochron   | k         | <sid> ||  | delete thermochron   | k         | <sid> ||
 | restart              | s         |||  | restart              | s         |||
 +| delete tmp files     | y         || delete file for Newfile fct |
  
 ==== New ==== ==== New ====
Line 31: Line 32:
 | new valid access timeout | c         | <timeout>                 ||  | new valid access timeout | c         | <timeout>                 ||
 | new discontinuation    | d         | <discontinuation>         | set the timeout value after which the slave consider itself to be abandoned by the server (in sec) | | new discontinuation    | d         | <discontinuation>         | set the timeout value after which the slave consider itself to be abandoned by the server (in sec) |
-| new file                 | g         |%%<filename>%%\t<>\t<CRC>  ||+| new entry                | e         | <comptability>            | count number of lines in ACCESS file, update log_position and set compatibility | 
 +| new file                 | g         |%%<filename>%%\t<CRC>  ||
 | new buzzer               | j         | <mode>                    | buzzer activated or not |  | new buzzer               | j         | <mode>                    | buzzer activated or not |
 | new thermochron    | k         | <sid>\t<id_profile>\t<suid> || | new thermochron    | k         | <sid>\t<id_profile>\t<suid> ||
Line 37: Line 39:
 | new mode                 | m         | <mode>                    | NiX1 enable/disable | | new mode                 | m         | <mode>                    | NiX1 enable/disable |
 | query firmware version   | n         | %%<filename>%%\t<CRC>\t<retry times> ||  | query firmware version   | n         | %%<filename>%%\t<CRC>\t<retry times> ||
-| new profile              | p         | <id_profile>\t<limitL>\t<limitH>\t<delay>\t<rate> | change profile |  +| new profile              | p         | <id_profile>\t<limitL>\t<limitH>\t<delay>\t<rate>\t<manual_mode>\t<rollover> | change profile |  
-| new status               | s         | <comptability           count number of lines in ACCESS file, update log_position and set comptability | +| new general status       | s         | <value                  | set value in NiX general status |
 | new timestamp            | t         | <timestamp>               | only if RTC defined (used to synchronize clock)(date +%s) |  | new timestamp            | t         | <timestamp>               | only if RTC defined (used to synchronize clock)(date +%s) |
-| new overdrive speed      | v         | <device>\t<mode>          | put 1-wire devices in overdrive speed | +| new overdrive speed      | v         | <2>\t<mode>               | put 1-wire device 2 in overdrive speed |  
 +| new file packet          | y         | <nbrPacket>/t<blockLength>/t<CRC>/t<block>                ||
 | new baudrate             | z         | <baudrate>                ||  | new baudrate             | z         | <baudrate>                ||
 ==== Query ==== ==== Query ====
 ^ Label                        ^ Arguments ^ Options ^ Comments ^ ^ Label                        ^ Arguments ^ Options ^ Comments ^
-| query general status         | a         ||| 
 | query bad access timeout     | b         ||| | query bad access timeout     | b         |||
 | query valid access timeout   | c         ||| | query valid access timeout   | c         |||
Line 55: Line 57:
 | query mode                   | m         || NiX1 active or not | | query mode                   | m         || NiX1 active or not |
 | query firmware version       | n         ||| | query firmware version       | n         |||
-| query status                 | s         || how many missions recorded since last query |+| query general status         | s         || how many missions recorded since last query |
 | query timestamp              | t         || only if RTC is defined |  | query timestamp              | t         || only if RTC is defined |
-| query overdrive speed        | v         |%%<1|2>%%||+| query overdrive speed        | v         |%%<2>%%||
 ===== Options ===== ===== Options =====
 ^ Options          ^ Comments                                                                     ^ ^ Options          ^ Comments                                                                     ^
-|<address        0 to 65535                                                                   |+|<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              |
 |<comptability>    | 0 to 65534 How many access we would like receive                             | |<comptability>    | 0 to 65534 How many access we would like receive                             |
 +|<CRC>                  | 16 bits value                                    |
 |<delay>           | 0 to 65535 How many minutes the device waits before starting logging process | |<delay>           | 0 to 65535 How many minutes the device waits before starting logging process |
 |<discontinuation> | 0 to 4294967295 (if 0 we don't care about discontinuation)                   | |<discontinuation> | 0 to 4294967295 (if 0 we don't care about discontinuation)                   |
 |%%<filename>%%    | File on uSD: CONFIG.TXT, KEYS.TXT ...                                        | |%%<filename>%%    | File on uSD: CONFIG.TXT, KEYS.TXT ...                                        |
 |<id_profile>      | identification of profile on 8 char ['0-9'-'A-Z'-'a-z'] like 0B0a0001        | |<id_profile>      | identification of profile on 8 char ['0-9'-'A-Z'-'a-z'] like 0B0a0001        |
-|<limit>           | Max line to display                                                          |+|<limit>           | Max line to display [0=all lines]                |
 |<limitH>          | -40. to +85. Higher alarm limit (°C)                                         | |<limitH>          | -40. to +85. Higher alarm limit (°C)                                         |
 |<limitL>          | -40. to +85. Lower alarm limit (°C)                                          | |<limitL>          | -40. to +85. Lower alarm limit (°C)                                          |
 +|<nbrPacket>            | packet total number for a file                   |
 +|<manual_mode>     | choose if a new mission start automatically (0) or manually (1) after discharging |
 |<mode>            | 0 [disable] or 1 [enable]                                                    | |<mode>            | 0 [disable] or 1 [enable]                                                    |
 |<rate>            | 0 to 255 how many minutes the temperature conversions are apart from each other during a mission| |<rate>            | 0 to 255 how many minutes the temperature conversions are apart from each other during a mission|
 +|<rollover>        | choose if the mission is in rollover mode (1) or not (0)                     |
 |<sid>             | SID of the iButton (in iControl case family 21)                              | |<sid>             | SID of the iButton (in iControl case family 21)                              |
 |<suid>            | identification of iButton on 8 char ['0-9'-'A-Z'-'a-z'] like 0A0b0009        | |<suid>            | identification of iButton on 8 char ['0-9'-'A-Z'-'a-z'] like 0A0b0009        |
Line 84: Line 91:
  
 <file txt CONFIG.TXT> <file txt CONFIG.TXT>
-ADDRESS 1 
 BAD_ACCESS_TIMEOUT 5 BAD_ACCESS_TIMEOUT 5
 BAUDRATE 9600 BAUDRATE 9600
Line 92: Line 98:
 LOCK_0 0 LOCK_0 0
 LOCK_1 0 LOCK_1 0
-OD_SPEED_0 0 
 OD_SPEED_1 0 OD_SPEED_1 0
 VALID_ACCESS_TIMEOUT 5 VALID_ACCESS_TIMEOUT 5
Line 114: Line 119:
  
 ==== Profiles Files==== ==== Profiles Files====
-These files contain the parameters to launch a mission.+These files contain the parameters to launch a mission. Delay and sample rate are in seconds.
  
 <file txt 000A0001.TXT> <file txt 000A0001.TXT>
 ALARM_HIGH_TEMPERATURE 85 ALARM_HIGH_TEMPERATURE 85
 ALARM_LOW_TEMPERATURE -13.5 ALARM_LOW_TEMPERATURE -13.5
-DELAY 5  +DELAY 300  
-SAMPLE_RATE 2+SAMPLE_RATE 120 
 +MANUAL_MODE 1 
 +ROLLOVER 0
 </file> </file>
  
Line 126: Line 133:
 ALARM_HIGH_TEMPERATURE 12.5 ALARM_HIGH_TEMPERATURE 12.5
 ALARM_LOW_TEMPERATURE -3.5 ALARM_LOW_TEMPERATURE -3.5
-DELAY 65535 +DELAY 3932100 
-SAMPLE_RATE 16+SAMPLE_RATE 960 
 +MANUAL_MODE 0 
 +ROLLOVER 1
 </file> </file>
  
Line 207: Line 216:
 NiX1 Timestamp (YYYY-MM-DD):        2014-08-04T10:02:12 NiX1 Timestamp (YYYY-MM-DD):        2014-08-04T10:02:12
 Thermochron Timestamp (YYYY-MM-DD): 2014-08-04T10:02:11 Thermochron Timestamp (YYYY-MM-DD): 2014-08-04T10:02:11
-Delay (min): 25+Delay (sec): 1500
 Alarm High Temperature (°C): 28.5 Alarm High Temperature (°C): 28.5
 Alarm Low  Temperature (°C):  0.5 Alarm Low  Temperature (°C):  0.5
-Sample Rate (min): 2+Sample Rate (sec): 180 
 +Enable Mission: 1 
 +Rollover: 0
 Mission Samples Counter: 4166 Mission Samples Counter: 4166
 Device Samples Counter: 135257 Device Samples Counter: 135257
acdsn/acdsn-ic-fx.1436427160.txt.gz · Last modified: 2015/07/09 07:32 by fdacruz