aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
Commit message (Collapse)AuthorAgeFilesLines
* warning removed!Shlomo Hecht2020-11-021-2/+2
|
* some bug fixes and changesShlomo Hecht2020-09-171-7/+6
|
* mergeAvi Levkovich2020-08-251-7/+8
|
* stubs and logs, need cleaningShlomo Hecht2020-06-041-1/+1
|
* update whs uart communicationAvi Levkovich2020-04-201-0/+1
|
* compilation warnings removedShlomo Hecht2020-03-041-1/+1
|
* Version 1.4.6.7 : beginning of removing the #ifdefs. Sylco head and arc head ↵Shlomo Hecht2020-01-301-2/+7
| | | | temperature control fixed. new events (version 18),
* Version 1.4.6.3 fix power down reports, enable feeder as speed master, ↵Shlomo Hecht2020-01-131-4/+4
| | | | prepare keepalive testing for reconnection
* advanced work on new headAvi Levkovich2020-01-131-5/+5
|
* some fixes from Beta +Shlomo Hecht2020-01-021-3/+8
|
* version 1.4.6.1 PMR: thread load and power down reporting. fix USB driver ↵Shlomo Hecht2019-12-181-11/+28
| | | | large files bug. ids pressure relief. some looking into the thread load sequence
* handle new head prepShlomo Hecht2019-12-151-0/+1
|
* update with Beta codeShlomo Hecht2019-12-011-1/+1
|
* Version 1.4.3.85 diagnstics levels set in config params. machine status.Shlomo Hecht2019-08-181-1/+1
|
* Version 1.4.0.4: Improved memory handling, handles SW crash after a job failureShlomo Hecht2019-05-301-0/+11
|
* Version 1.3.5.4: Heaters connection fixed. some job end problem removed. IDS ↵Shlomo Hecht2019-01-301-29/+29
| | | | improved significantly
* 1.3.5.0 changesShlomo Hecht2019-01-241-2/+1
| | | | | | | | | | | | | | | | | | | ==================================== 1. preparations for keeping data in internal flash 2. keep applicative data in external flash: software parameters, dispensers data, etc. 3. moved to new alarms definitions, tamper alarms, improved temperature alarms, cone presence alarm, 4. support for Machine Studio 4 5. some tests for memory allocations 6. thread load proto code 7. Hardware: doors tampering switches, drier fan, blower PWM control, new backplane support, new motor drivers support, 8. FPGA jtag code loading 9. Heaters: alarms on set temperature band. test facilities. 10. motors - additional complex actions for thread load support. new drivers support 11. preparations for control debugging 12. read motor status and mid tank level 13. collect and store dispenser usage data 14. IDS - controlled operation of motor and valve. backlash movement after refill 15. bug fixes in job handling
* Version 1.3.0.8 changes for connection resiliance: priorities, diagnostics ↵Shlomo Hecht2018-12-271-1/+1
| | | | and alarm handling
* 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-2/+2
|
* Heaters: start printing only when reaching 99% of the running temperatureShlomo Hecht2018-12-191-1/+1
|
* usb state change tracking. delay between messages. alarm handling: pressure ↵Shlomo Hecht2018-12-191-1/+2
| | | | alarm at 5 bars
* Version 1.3.0.2 Reset Cause in log, remove some logs, improve memory on ↵Shlomo Hecht2018-12-171-9/+10
| | | | 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.
* many logs. improve job handling and IDS. NEW WINDER ALGORITHM (Interrupts)Shlomo Hecht2018-11-151-1/+1
|
* Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/TangoShlomo Hecht2018-11-131-2/+6
|\
| * some memory management hooks. fix motors homingShlomo Hecht2018-11-121-2/+6
| |
* | prevent sending diagnostics message if the prev one did not run. improve windingShlomo Hecht2018-11-131-14/+10
|/
* some memory improvements. job resume fixed, preparation for new winder.Shlomo Hecht2018-11-071-1/+1
|
* replace malloc and free to my_malloc and my_free in all source but stubs ↵Shlomo Hecht2018-11-051-4/+4
| | | | folder. some fixes to the job stub
* small correctionsShlomo Hecht2018-10-251-1/+1
|
* flush messages from coomTx, reduce mailbox size to 20Shlomo Hecht2018-10-241-2/+16
|
* streamline all job actions (end, abort) htrough the process task.Shlomo Hecht2018-09-051-16/+24
|
* version 2.0.0.4. board/fpga version sent. valves and SSR controlled from ↵Shlomo Hecht2018-09-031-0/+1
| | | | machine studio
* removed debug structureShlomo Hecht2018-09-021-1/+0
|
* usb communication bugs fixed (?)Shlomo Hecht2018-09-021-2/+3
|
* Minor debugging changesShlomo Hecht2018-09-021-1/+1
|
* some deShlomo Hecht2018-09-021-1/+1
|
* support fast communication (multiple Rx messages from PC). set dispenser ↵Shlomo Hecht2018-08-301-34/+58
| | | | homing microstep to 1
* USB buffers updated to 4000. USB and UART share THE SAME RX BUFFER!Shlomo Hecht2018-08-231-3/+3
|
* 1. port list updated - output ports 2. usb supportShlomo Hecht2018-08-201-2/+2
|
* improve communications. double array are disabledShlomo Hecht2018-08-071-1/+1
|
* some changes from machine 001Shlomo Hecht2018-08-071-2/+2
|
* warning removed. diagnostics stops when the commtx mailbox is full.Shlomo Hecht2018-07-261-3/+3
|
* dryer heating bug; communication bug; idle task stack size; diagnostic ↵Shlomo Hecht2018-07-251-1/+0
| | | | continues afetr job end;
* uart Receive Timeout handling.Shlomo Hecht2018-07-241-1/+1
|
* comm rx bufferShlomo Hecht2018-07-181-2/+2
|
* Recent changes that did not got into the mergeShlomo Hecht2018-05-081-1/+1
|
* Merge trialShlomo Hecht2018-05-081-2/+6
|\
| * updtae dancer+ motor logic and stubsAvi Levkovich2018-05-081-1/+5
| |
* | remove warnings, put order, minor changesShlomo Hecht2018-05-081-7/+7
|/