aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Loading improvedShlomo Hecht2019-02-201-13/+8
| |/ |/|
* | thread load correctionsShlomo Hecht2019-02-194-3/+6
| |
* | fix init sequence, fix thread loadShlomo Hecht2019-02-191-23/+75
|/
* PNR file updated in embedded.Shlomo Hecht2019-02-191-1/+4
|
* load button connected to load functionsShlomo Hecht2019-02-182-2/+25
|
* Version 1.3.7.3 INIT SEQUENCE - starts heating!. safe control remove in ↵Shlomo Hecht2019-02-182-3/+5
| | | | callbacks, watchdog is disabled during init sequence procedures, for now
* working on thread load state machineShlomo Hecht2019-02-171-11/+23
|
* thread load testingShlomo Hecht2019-02-171-20/+26
|
* Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/TangoShlomo Hecht2019-02-172-4/+4
|\
| * bug fixes in version: modules configuration and heaters prepare. change ↵Shlomo Hecht2019-02-172-4/+4
| | | | | | | | dryer fan direction
* | thread load improvementsShlomo Hecht2019-02-141-8/+9
|/
* version 1.3.7.1: cancel cone presence checks, load dancer middle point from ↵Shlomo Hecht2019-02-142-5/+23
| | | | file, tech board support for drier head,
* fix hw init, add motor goto in thread load, unify dummy control callsShlomo Hecht2019-02-122-7/+3
|
* Version 1.3.6.2 load dancer parameters, othe rsw parametersShlomo Hecht2019-02-104-6/+85
|
* update stubs. improve fan gradual increaseShlomo Hecht2019-02-031-2/+2
|
* Handle magnet for the Dyeing head lidShlomo Hecht2019-01-301-0/+3
|
* Version 1.3.5.4: Heaters connection fixed. some job end problem removed. IDS ↵Shlomo Hecht2019-01-302-6/+4
| | | | improved significantly
* Job fail correction (?)Shlomo Hecht2019-01-301-2/+2
|
* Version 1.3.5.3: IDS handling, control track and fixing, and other changes.Shlomo Hecht2019-01-294-5/+28
|
* 1.3.5.0 changesShlomo Hecht2019-01-245-14/+541
| | | | | | | | | | | | | | | | | | | ==================================== 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-5/+19
| | | | temperature alarms, tamper alarms preperation, cone alarm, warnings removed.
* stop initial dc heating at 97.8% because of rampup rate. refresh midtank level.Shlomo Hecht2019-01-101-1/+1
|
* Merge branch 'master' of https://twinetfs.visualstudio.com/_git/TangoAvi Levkovich2019-01-092-29/+28
|\
| * Version 1.3.1.1 changesShlomo Hecht2019-01-091-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-11/+10
| |
| * Version 1.3.0.8 changes for connection resiliance: priorities, diagnostics ↵Shlomo Hecht2018-12-272-12/+12
| | | | | | | | and alarm handling
* | update vme codeAvi Levkovich2019-01-091-1/+1
|/
* Version 1.3.0.5: break sensor debounce (10 msec default). temperature spikes ↵Shlomo Hecht2018-12-204-42/+58
| | | | ignored in heating control. thread winding improved.
* Winder bugs. improved trace, improved control (callback invoked after time ↵Shlomo Hecht2018-12-171-21/+29
| | | | requested elabsed)
* Version 1.3.0.2 Reset Cause in log, remove some logs, improve memory on ↵Shlomo Hecht2018-12-172-12/+12
| | | | 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.
* Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/TangoShlomo Hecht2018-12-101-1/+1
|\
| * fix bugShlomo Hecht2018-12-101-1/+1
| |
* | Screw operation logs for debugShlomo Hecht2018-12-101-1/+6
|/
* 1.2.0.2 Heaters control 1 second, valve timeout 1 second. in process, stop ↵Shlomo Hecht2018-12-101-1/+1
| | | | dispenser only after this 1 second. open valve to waste on init
* Version 1.2.0.1 improve winder algo, trace job end traffic.Shlomo Hecht2018-12-071-6/+7
|
* fix protobuf broken in process paramsShlomo Hecht2018-12-061-1/+1
|
* Version 1.1.5.4 fix alarm handling bug, improve valve handling and reports, ↵Shlomo Hecht2018-12-051-1/+1
| | | | add vavle widget support. Thread advanced PID!
* Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/TangoShlomo Hecht2018-12-051-3/+5
|\
| * Thread configurable ignore valueShlomo Hecht2018-12-051-3/+5
| |
* | log fixShlomo Hecht2018-12-051-1/+1
|/
* improved logging in thread winderShlomo Hecht2018-12-031-2/+5
|
* 1.1.5.1 Thread jogging, thread PID preparation,Shlomo Hecht2018-12-021-1/+1
|
* advanced PID in thread and heaters - use only with modified congigurationShlomo Hecht2018-11-291-7/+10
|
* Version 1.1.4.4: waste valve handling, L6470 errate fix, and other bugsShlomo Hecht2018-11-221-0/+1
|
* temparatures not in integer numbersShlomo Hecht2018-11-202-767/+0
|
* Version 1.1.4.3: Cart goes to the edge at job end to enable spool changeShlomo Hecht2018-11-192-3/+4
|
* improved winder algorithm. some logs for heaters PID and for control debugShlomo Hecht2018-11-182-77/+82
|
* mergeShlomo Hecht2018-11-182-77/+128
|\
| * many logs. improve job handling and IDS. NEW WINDER ALGORITHM (Interrupts)Shlomo Hecht2018-11-152-75/+133
| |
* | my pc changes. HardwareBlower with a heating voltageShlomo Hecht2018-11-182-5/+12
|/