diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-27 13:26:50 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-27 13:26:50 +0200 |
| commit | 250c81503a8a3eb804fab1a604fdac708b0b2ab8 (patch) | |
| tree | ca663654c091effee3515662db08211a43467408 /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 88aef28cf492710f288c2abe2ddc147a7997ab5f (diff) | |
| download | Tango-250c81503a8a3eb804fab1a604fdac708b0b2ab8.tar.gz Tango-250c81503a8a3eb804fab1a604fdac708b0b2ab8.zip | |
bugs and logs
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.c b/Software/Embedded_SW/Embedded/Modules/Control/control.c index 0a092821e..e650a9af7 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/control.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/control.c @@ -189,6 +189,7 @@ uint32_t ControlActivityLed( uint32_t Parameter1) AlarmHandlingSetAlarm(EVENT_TYPE__FPGA_WATCHDOG_ACTIVATED,true); if (JobIsActive()) { + ReportWithPackageFilter(HeatersFilter, "Hardware Failure Error - abort job!",__FILE__,__LINE__,index,RpError, 0,0); JobEndReason = JOB_MOTOR_ALARM; usnprintf(AlarmReasonStr, 100, "Hardware Failure Error"); SendJobProgress(0.0,0,false, "Hardware Failure Error"); |
