aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/AlarmHandling
Commit message (Expand)AuthorAgeFilesLines
...
* Version 1.3.2.0 - Machine Studio 4 - new inerface (alarms). new over/under te...Shlomo Hecht2019-01-151-93/+132
* Version 1.3.1.2 Heating alarms generated in module, per 10% gap from set temp...Shlomo Hecht2019-01-131-2/+3
* Version 1.3.1.1 changesShlomo Hecht2019-01-091-2/+5
* heater - turn off when above temperature on initial heatingShlomo Hecht2019-01-031-1/+1
* Version 1.3.0.8 changes for connection resiliance: priorities, diagnostics a...Shlomo Hecht2018-12-271-4/+4
* Updated AlarmHandling.c - on job end (thread break, tension) remove consequen...Shlomo Hecht2018-12-251-15/+18
* Version 1.3.0.6 immediate correction (communication)Shlomo Hecht2018-12-241-1/+1
* version 1.3.0.6 handle communication errors - trialShlomo Hecht2018-12-241-0/+1
* usb state change tracking. delay between messages. alarm handling: pressure a...Shlomo Hecht2018-12-191-8/+8
* Winder bugs. improved trace, improved control (callback invoked after time re...Shlomo Hecht2018-12-171-17/+23
* Version 1.3.0.2 Reset Cause in log, remove some logs, improve memory on alarm...Shlomo Hecht2018-12-171-165/+211
* Version 1.2.1.0: Support for new dispensers, comments removed, diagnostics su...Shlomo Hecht2018-12-121-3/+7
* improved handling for alarms testing before jobShlomo Hecht2018-12-042-5/+8
* alarm handling: initial test and fix debounce bugs.Shlomo Hecht2018-12-042-20/+100
* improve alarm handling reportingShlomo Hecht2018-12-031-14/+11
* pressure alarm 1 secondShlomo Hecht2018-11-251-8/+8
* Version 1.1.4.3: Cart goes to the edge at job end to enable spool changeShlomo Hecht2018-11-191-11/+11
* Version 1.1.4.2Shlomo Hecht2018-11-181-1/+19
* remove to-low alarm. adjust high temp alarm in dryerShlomo Hecht2018-11-181-5/+5
* prevent sending diagnostics message if the prev one did not run. improve windingShlomo Hecht2018-11-131-2/+2
* some memory improvements. job resume fixed, preparation for new winder.Shlomo Hecht2018-11-071-4/+13
* replace malloc and free to my_malloc and my_free in all source but stubs fold...Shlomo Hecht2018-11-051-17/+13
* IDS - do not switch off valve between segments if used in the next segment. S...Shlomo Hecht2018-10-221-36/+48
* thread debug. diagnostics heaters stateShlomo Hecht2018-10-141-2/+2
* reduce polling of motor status. changed speed sensor to 100msecShlomo Hecht2018-09-161-54/+54
* alarm handling fixesShlomo Hecht2018-09-131-0/+1
* cancel thread alarms debounceShlomo Hecht2018-09-131-2/+2
* logs on events. debounce temperature events (due to read problems)Shlomo Hecht2018-09-131-10/+14
* thread alarmsShlomo Hecht2018-09-131-2/+22
* fix JobActive bug that blocked homing and other things after a job stoppedShlomo Hecht2018-09-131-1/+4
* alarm handling twicksShlomo Hecht2018-09-131-1/+1
* remove alarms from unconfigured dispensersShlomo Hecht2018-09-131-17/+17
* Thread break / Dancer failure warning event notifications. reslvableShlomo Hecht2018-09-062-4/+78
* fix motors alarm handlingShlomo Hecht2018-09-061-55/+55
* Motor Status read for alarm handling.Shlomo Hecht2018-09-061-5/+5
* streamline all job actions (end, abort) htrough the process task.Shlomo Hecht2018-09-051-90/+91
* Dispenser homing functions moved to IDS. valves external interface improvedShlomo Hecht2018-09-031-2/+2
* Minor debugging changesShlomo Hecht2018-09-021-1/+1
* some malloc bugs. remove speed sensor noise reduction.Shlomo Hecht2018-08-291-5/+9
* add motor configuration flag, used in alarm handling. reduced number of motor...Shlomo Hecht2018-08-201-0/+5
* digital output handlingShlomo Hecht2018-08-201-1/+1
* Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/TangoShlomo Hecht2018-08-192-103/+102
|\
| * reduce motorconfig size. remove graphic lib. alarm handling does not stop the...Shlomo Hecht2018-08-161-6/+36
| * more alarm handling: precedence, status handlingShlomo Hecht2018-08-151-16/+19
| * Alarm handling disabled nowShlomo Hecht2018-08-151-1/+1
| * Improve temperature calculation time. alarm handling bugs, DC heater possible...Shlomo Hecht2018-08-152-82/+48
* | disable alarmsShlomo Hecht2018-08-191-1/+1
|/
* Alarm handling waits for testShlomo Hecht2018-08-141-20/+13
* alarm handling cont.Shlomo Hecht2018-08-141-65/+109
* alarm handling skeleton. improve pt100 handling in millisecond task. temperat...Shlomo Hecht2018-08-142-61/+138