aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Heaters
Commit message (Collapse)AuthorAgeFilesLines
...
* update the heaters current functionsAvi Levkovich2019-03-031-1/+1
|
* handle negative read from temperature, switch head clean motors switchesShlomo Hecht2019-02-271-4/+7
|
* Version 1.3.7.6: safety alarms, current alarmsShlomo Hecht2019-02-261-0/+20
|
* Version 1.3.7.4: update embedded parameters from a stub. load correctly. bug ↵Shlomo Hecht2019-02-211-1/+2
| | | | fix in heaters. logs for parameter initialization
* bug fixes in version: modules configuration and heaters prepare. change ↵Shlomo Hecht2019-02-171-6/+6
| | | | dryer fan direction
* version 1.3.7.1: cancel cone presence checks, load dancer middle point from ↵Shlomo Hecht2019-02-141-15/+5
| | | | file, tech board support for drier head,
* Version 1.3.6.2 load dancer parameters, othe rsw parametersShlomo Hecht2019-02-102-2/+14
|
* heaters bug - testShlomo Hecht2019-02-071-11/+9
|
* update stubs. improve fan gradual increaseShlomo Hecht2019-02-031-2/+2
|
* blower gradual increase, stop/release motrs lock, file system fixesShlomo Hecht2019-02-031-2/+2
|
* Version 1.3.5.4: Heaters connection fixed. some job end problem removed. IDS ↵Shlomo Hecht2019-01-301-2/+2
| | | | improved significantly
* Version 1.3.5.3: IDS handling, control track and fixing, and other changes.Shlomo Hecht2019-01-292-14/+15
|
* cosmeticsShlomo Hecht2019-01-272-59/+4
|
* Updated Heaters_print.c - display set temperatue instear of activity percentageShlomo Hecht2019-01-241-3/+2
|
* 1.3.5.0 changesShlomo Hecht2019-01-244-37/+36
| | | | | | | | | | | | | | | | | | | ==================================== 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.2.0 - Machine Studio 4 - new inerface (alarms). new over/under ↵Shlomo Hecht2019-01-152-40/+83
| | | | 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-132-19/+98
| | | | temperature. under temperature not implemented yet - waits for new version on interface
* stop initial dc heating at 97.8% because of rampup rate. refresh midtank level.Shlomo Hecht2019-01-101-1/+1
|
* Version 1.3.1.1 changesShlomo Hecht2019-01-091-11/+31
| | | | | | | | | | | | | | 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.
* unify "initial heating" and heater ready flagShlomo Hecht2019-01-031-44/+14
|
* heater - turn off when above temperature on initial heatingShlomo Hecht2019-01-031-1/+11
|
* fix initial heating- PID started too earlyShlomo Hecht2019-01-031-14/+26
|
* mergeShlomo Hecht2018-12-271-1/+3
|
* Version 1.3.0.5: break sensor debounce (10 msec default). temperature spikes ↵Shlomo Hecht2018-12-202-6/+26
| | | | ignored in heating control. thread winding improved.
* Version 1.3.0.4 Heating readi on almost exact temeratureShlomo Hecht2018-12-191-9/+9
|
* Heaters: start printing only when reaching 99% of the running temperatureShlomo Hecht2018-12-191-7/+27
|
* Version 1.3.0.2 Reset Cause in log, remove some logs, improve memory on ↵Shlomo Hecht2018-12-172-12/+51
| | | | 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-122-2/+4
| | | | support for midtank pressure
* fix bugShlomo Hecht2018-12-101-1/+1
|
* 1.2.0.2 Heaters control 1 second, valve timeout 1 second. in process, stop ↵Shlomo Hecht2018-12-101-2/+6
| | | | dispenser only after this 1 second. open valve to waste on init
* Heater PID printing improved, for AC and Head1 onlyShlomo Hecht2018-12-051-7/+6
|
* advanced PID in thread and heaters - use only with modified congigurationShlomo Hecht2018-11-291-3/+7
|
* fix PID in heaters. waste tank valve in intersegment (bug #323)Shlomo Hecht2018-11-281-2/+3
|
* improved winder algorithm. some logs for heaters PID and for control debugShlomo Hecht2018-11-181-25/+22
|
* my pc changes. HardwareBlower with a heating voltageShlomo Hecht2018-11-181-1/+7
|
* remove usb reconnection (only flush buffers). improve thread trackingShlomo Hecht2018-11-111-0/+1
|
* Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/TangoShlomo Hecht2018-11-071-9/+4
|\
| * replace malloc and free to my_malloc and my_free in all source but stubs ↵Shlomo Hecht2018-11-051-9/+4
| | | | | | | | folder. some fixes to the job stub
* | mergeShlomo Hecht2018-11-054-166/+87
|\|
| * Heaters PID enabled per configuration. USB reinitialized. new HW handling ↵Shlomo Hecht2018-11-053-73/+69
| | | | | | | | with error report
| * Turn blower off while heating, on after the dryer is on temperatureShlomo Hecht2018-11-011-0/+11
| |
| * small changesShlomo Hecht2018-11-011-1/+1
| |
| * usb reconnected after ka failure. filesystem draftShlomo Hecht2018-10-312-93/+7
| |
* | small changesShlomo Hecht2018-11-051-2/+2
|/
* minor changesShlomo Hecht2018-10-251-1/+1
|
* fix pooler length calculation + heater PID band to floatShlomo Hecht2018-10-171-1/+1
|
* heaters correctionShlomo Hecht2018-10-163-15/+14
|
* Updated Heaters_init.cShlomo Hecht2018-10-151-2/+2
|
* Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/TangoShlomo Hecht2018-10-151-2/+1
|\
| * thread debug. diagnostics heaters stateShlomo Hecht2018-10-141-2/+1
| |