aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/Utilities
Commit message (Collapse)AuthorAgeFilesLines
* fix FF reports, add time support for error log (and world time in the ↵Shlomo Hecht2020-12-232-3/+10
| | | | system), report regarding dispensers 50% and 25% LS
* fixes for new version.Shlomo Hecht2020-11-251-1/+1
|
* some changes in spikesShlomo Hecht2020-11-221-2/+0
|
* merge conflictAvi Levkovich2020-11-221-1/+1
|\
| * Version 1.5.2(3) last before RFID - changes summaryShlomo Hecht2020-11-221-1/+1
| |
* | Update RFID code + Use new task for RFID and dispensersAvi Levkovich2020-11-221-0/+2
|/
* warning removed!Shlomo Hecht2020-11-021-1/+1
|
* memory saving, version 1.5.0.2Shlomo Hecht2020-10-221-20/+20
|
* fix errorsShlomo Hecht2020-10-192-3/+3
|
* reduce code sizeShlomo Hecht2020-10-181-5/+5
|
* task prioritiesShlomo Hecht2020-10-181-1/+1
|
* heaters prepare - cancel heater ready, LFN testShlomo Hecht2020-10-141-52/+52
|
* ifs filling / waste emptying interfaceShlomo Hecht2020-10-092-0/+20
|
* valves mitigatio trial, heaters max temperature handling. IDS pressure ↵Shlomo Hecht2020-10-062-223/+129
| | | | building control.loading fixed. bug in winder prepare fixed, RFID tag update in Protobuf
* remove old whs moduleRonen Sberlo2020-09-011-3/+0
|
* Add functions to read and wrie the setup temperature in Shinko's controllerAvi Levkovich2020-08-312-1/+32
|
* Read WHS Shinko TemperatureAvi Levkovich2020-08-312-0/+63
|
* some changes before 1.4.6.42/ mostly moving delay.c to utilitiesShlomo Hecht2020-08-162-0/+59
|
* fixes for thread loading, VOC and waste handlingShlomo Hecht2020-05-251-9/+9
|
* fix current alarms (PP only). RFID stubs,Shlomo Hecht2020-05-203-60/+132
|
* Version 1.4.6.15 head (magnet) improved, rockers bypass,Shlomo Hecht2020-03-031-3/+0
|
* remove some warningsShlomo Hecht2020-02-071-3/+3
|
* Version 1.4.6.8: remove most of head/whs ifdefs, checked to be working. fix ↵Shlomo Hecht2020-02-041-2/+5
| | | | control for missed milliseconds calls and more
* fix heating bug and power down bug: heating - reduce milisec_low task ↵Shlomo Hecht2019-10-221-0/+1
| | | | priority to 4, because current reading takes too long. fix power down bug - dispenser Id missing
* fix bug where thread jogging caused next jobs to be without ink, and other ↵Shlomo Hecht2019-09-261-2/+2
| | | | small problems
* unify RFID tag handling with latest definitionsShlomo Hecht2019-09-182-4/+118
|
* remove FPGA_WATCHDOG flag, prepare RFID for handlingShlomo Hecht2019-09-181-0/+37
|
* set Debug log minimal category + some warnings handledShlomo Hecht2019-09-181-2/+2
|
* release notes, RFID tag handling, E2Prom handlingShlomo Hecht2019-09-101-2/+3
|
* USE BOTH HEATERS IN DRYER! machine calibration data. rfid tag content ↵Shlomo Hecht2019-09-092-0/+258
| | | | PPC<==>RFID transfer.
* Version 1.4.2.8 improved loading, cleaning introduced, time handledShlomo Hecht2019-07-302-1/+8
|
* improve flash handlingShlomo Hecht2019-07-091-1/+1
|
* Version 1.4.1.1 improve watchdog/DFU handling (works, not great)Shlomo Hecht2019-06-302-2/+8
|
* Embedded SW Release note - Version 1.4.1.0Shlomo Hecht2019-06-271-0/+7
| | | | | | | | | ============================================================= Move to length calculation FROM PULLER fix intersegment handling FLASH - rebuilt. using data from flash instead of FFS DFU fixed. Heaters handling fixed. job starts only in proximity to requested temperature
* Version 1.4.0.4: Improved memory handling, handles SW crash after a job failureShlomo Hecht2019-05-301-7/+7
|
* File system errors reporting, alarm handling task resilience.Shlomo Hecht2019-05-101-1/+1
|
* Version 1.3.9.32 reduced diagnostics. new ITMA screens. heating improved. ↵Shlomo Hecht2019-04-301-0/+2
| | | | lubricant handled better
* watchdog 2nd trial, still not goodShlomo Hecht2019-04-161-0/+2
|
* program the alarm definitions and the IDS control to the internal flash. ↵Shlomo Hecht2019-02-271-1/+1
| | | | motor info did not work well - probably performance problem in thread PID
* Version 1.3.5.3: IDS handling, control track and fixing, and other changes.Shlomo Hecht2019-01-291-2/+0
|
* version 1.3.0.6 handle communication errors - trialShlomo Hecht2018-12-241-5/+8
|
* Version 1.3.0.2 Reset Cause in log, remove some logs, improve memory on ↵Shlomo Hecht2018-12-171-1/+1
| | | | 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.2.0 DFU SupportShlomo Hecht2018-12-121-0/+110
|
* suppoprt new dispnser's cardAvi Levkovich2018-12-121-1/+1
| | | | | I2C communication errors remove warnings
* small memory changes from 0002Shlomo Hecht2018-11-251-12/+19
|
* remove logs for free and temp spike errorsShlomo Hecht2018-11-111-1/+1
|
* improved tracking in thread. save tim in mallocShlomo Hecht2018-11-111-3/+11
|
* some memory improvements. job resume fixed, preparation for new winder.Shlomo Hecht2018-11-072-96/+41
|
* replace malloc and free to my_malloc and my_free in all source but stubs ↵Shlomo Hecht2018-11-051-0/+25
| | | | folder. some fixes to the job stub
* small changesShlomo Hecht2018-11-011-98/+0
|