aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/AlarmHandling
Commit message (Collapse)AuthorAgeFilesLines
...
* Version 1.3.2.0 - Machine Studio 4 - new inerface (alarms). new over/under ↵Shlomo Hecht2019-01-151-93/+132
| | | | temperature alarms, tamper alarms preperation, cone alarm, warnings removed.
* Version 1.3.1.2 Heating alarms generated in module, per 10% gap from set ↵Shlomo Hecht2019-01-131-2/+3
| | | | temperature. under temperature not implemented yet - waits for new version on interface
* Version 1.3.1.1 changesShlomo Hecht2019-01-091-2/+5
| | | | | | | | | | | | | | Communication tx traces (reports, diagnostics, alarms, job reports) File system file download support – not tested! Communication tx with pre-allocated memory (improve and add areas) Winder Screw – send messages in regular mode Preparation for motor actions timeouts Preparations for control debug Heaters: bug fix, enlarge PID start region IDS: • Dispenser time out between motor operation and valve operation (start->open. Close->stop). • Dispenser homing backlash – to pressure above limit (currently 0.1 for machines without mixer) or timeout (10 seconds). State machine – Suspend Large Messages cancelled.
* 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 ↵Shlomo Hecht2018-12-271-4/+4
| | | | and alarm handling
* Updated AlarmHandling.c - on job end (thread break, tension) remove ↵Shlomo Hecht2018-12-251-15/+18
| | | | consequent actions call, prevent repeated call
* 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 ↵Shlomo Hecht2018-12-191-8/+8
| | | | alarm at 5 bars
* Winder bugs. improved trace, improved control (callback invoked after time ↵Shlomo Hecht2018-12-171-17/+23
| | | | requested elabsed)
* Version 1.3.0.2 Reset Cause in log, remove some logs, improve memory on ↵Shlomo Hecht2018-12-171-165/+211
| | | | alarm handling. stop heaters and dispensers on alarm without job. split microsecond and control tasks to high and low priorities. Heaters PID with multiplications - use with new CFG.
* Version 1.2.1.0: Support for new dispensers, comments removed, diagnostics ↵Shlomo Hecht2018-12-121-3/+7
| | | | support for midtank pressure
* 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
| | | | | alarm handling - job fail reason improved blower low level config
* 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 ↵Shlomo Hecht2018-11-051-17/+13
| | | | folder. some fixes to the job stub
* IDS - do not switch off valve between segments if used in the next segment. ↵Shlomo Hecht2018-10-221-36/+48
| | | | SCREW - preparations for interrupts. Alarm Handling - low temperature. Homing - bi-directional.
* 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 ↵Shlomo Hecht2018-08-201-0/+5
| | | | motors - removed spare motors
* 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 ↵Shlomo Hecht2018-08-161-6/+36
| | | | | | | | the job
| * 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 ↵Shlomo Hecht2018-08-152-82/+48
| | | | | | | | possible bug
* | 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. ↵Shlomo Hecht2018-08-142-61/+138
| | | | temperature calculation takes forever (500 uSec)