diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-07-06 16:52:05 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-07-06 16:52:05 +0300 |
| commit | a52e0e1b4f0b981af32427cb7b2044f5cedd9829 (patch) | |
| tree | 7ac5ec2ac6ceb7d8f4621cc693822a56ffce855b /Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h | |
| parent | cfa09b21e9ea44b2276d261238b6c999bdebc4c3 (diff) | |
| download | Tango-a52e0e1b4f0b981af32427cb7b2044f5cedd9829.tar.gz Tango-a52e0e1b4f0b981af32427cb7b2044f5cedd9829.zip | |
Version 1.4.6.35 - Pack Mid alpha
============================
Arc head - activate arc heaters gradually
stop FPGA Reinit after 20 trials
Head cleaning - move actuators (with stub - 0xAD7)
fix RML PID support
head open prevent job - (with stub - 0xAD6)
add stub to overrule cone missing - 0xAD8
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h index 4081b53f2..4339c5312 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h @@ -24,6 +24,7 @@ typedef enum threadMotorsEnum extern double TotalProcessedLength; extern double PoolerTotalProcessedLength; extern int SecondFeederCorrection; +extern bool SkipOpenLids,IgnoreConeMissing; void ThreadSetBreakSensorLimit(int limit); @@ -37,7 +38,6 @@ uint32_t ThreadPreSegmentState(void *SegmentDetails, uint32_t SegmentId); uint32_t ThreadSegmentState(void *SegmentDetails, int SegmentId); uint32_t ThreadDistanceToSpoolState(void); uint32_t ThreadEndState(); -uint32_t ThreadInitialTestStub(); bool Set_Thread_Rockers_Bypass (int value); |
