aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules
Commit message (Collapse)AuthorAgeFilesLines
...
* | read midtank leve at init and only when the air valve is openShlomo Hecht2019-02-114-6/+23
|/
* experimental code for improved control - not tested yet (commented out)Shlomo Hecht2019-02-101-5/+12
|
* Version 1.3.6.2 load dancer parameters, othe rsw parametersShlomo Hecht2019-02-1010-11/+213
|
* heaters bug - testShlomo Hecht2019-02-071-11/+9
|
* mergeShlomo Hecht2019-02-076-43/+105
|\
| * Merge branch 'master' of https://twinetfs.visualstudio.com/_git/TangoShlomo Hecht2019-02-075-45/+112
| |\
| | * update the logic of Machine Leds (using PWM)Avi Levkovich2019-02-074-43/+101
| | | | | | | | | | | | and few changes in the buttons logic
| * | valve testing,Shlomo Hecht2019-02-072-0/+4
| | |
* | | reboot after loadShlomo Hecht2019-02-071-26/+0
| |/ |/|
* | fixShlomo Hecht2019-02-051-2/+2
| |
* | mergeShlomo Hecht2019-02-058-42/+36
|\|
| * Merge branch 'master' of https://twinetfs.visualstudio.com/_git/TangoAvi Levkovich2019-02-041-6/+7
| |\
| | * bug correction in control - killed appShlomo Hecht2019-02-041-6/+7
| | |
| * | Add temporary function to test the breathing ledsAvi Levkovich2019-02-041-0/+2
| |/
| * Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/TangoShlomo Hecht2019-02-048-21/+51
| |\
| | * make motor init shorter (motors lock bug)Shlomo Hecht2019-02-041-1/+4
| | |
| | * update stubs. improve fan gradual increaseShlomo Hecht2019-02-033-5/+5
| | |
| * | dispensers speed dataShlomo Hecht2019-02-043-30/+18
| | |
* | | IDS bug fix (microstepping) #217 solvedShlomo Hecht2019-02-051-2/+11
| |/ |/|
* | blower gradual increase, stop/release motrs lock, file system fixesShlomo Hecht2019-02-031-2/+2
| |
* | Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/TangoShlomo Hecht2019-02-031-10/+31
|\ \
| * | try improved real time handling in control - not tested yetShlomo Hecht2019-02-021-10/+31
| | |
* | | file names short formShlomo Hecht2019-02-032-2/+2
|/ /
* | handle magnet from tech boardShlomo Hecht2019-01-311-0/+6
| |
* | Merge branch 'master' of https://twinetfs.visualstudio.com/_git/TangoAvi Levkovich2019-01-311-1/+1
|\|
| * SW info FPGA version fixedShlomo Hecht2019-01-311-1/+1
| |
* | Add new functions:Avi Levkovich2019-01-311-1/+1
|/ | | | | bool Check_Disp_Sfaty_Stop_Indication(uint8_t Dispenser_ID)//0..7 bool Emergency_Push_Button_Report()
* Merge branch 'master' of https://twinetfs.visualstudio.com/_git/TangoAvi Levkovich2019-01-3121-223/+394
|\
| * Handle magnet for the Dyeing head lidShlomo Hecht2019-01-301-0/+3
| |
| * compilation warning removed aShlomo Hecht2019-01-301-1/+0
| |
| * compilation warning removedShlomo Hecht2019-01-301-3/+3
| |
| * Version 1.3.5.4: Heaters connection fixed. some job end problem removed. IDS ↵Shlomo Hecht2019-01-3014-115/+130
| | | | | | | | improved significantly
| * Job fail correction (?)Shlomo Hecht2019-01-301-2/+2
| |
| * Read ADC - one at a time. update stubs from MatiShlomo Hecht2019-01-301-7/+0
| |
| * Version 1.3.5.3: IDS handling, control track and fixing, and other changes.Shlomo Hecht2019-01-2916-50/+266
| |
| * cosmeticsShlomo Hecht2019-01-272-59/+4
| |
* | Add support of VOC + pitot sensorsAvi Levkovich2019-01-291-1/+1
|/
* Activate/Validate version support. buttons.Shlomo Hecht2019-01-273-17/+546
|
* Updated Heaters_print.c - display set temperatue instear of activity percentageShlomo Hecht2019-01-241-3/+2
|
* 1.3.5.0 changesShlomo Hecht2019-01-2424-171/+933
| | | | | | | | | | | | | | | | | | | ==================================== 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-1510-161/+275
| | | | 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-133-21/+101
| | | | 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-103-6/+6
|
* Merge branch 'master' of https://twinetfs.visualstudio.com/_git/TangoAvi Levkovich2019-01-0914-281/+340
|\
| * Version 1.3.1.1 changesShlomo Hecht2019-01-0913-209/+258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-034-13/+29
| |
| * fix initial heating- PID started too earlyShlomo Hecht2019-01-031-14/+26
| |
| * mergeShlomo Hecht2018-12-271-1/+3
| |\
| * | Version 1.3.0.8 changes for connection resiliance: priorities, diagnostics ↵Shlomo Hecht2018-12-273-16/+16
| |/ | | | | | | and alarm handling