diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-05 17:15:49 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-05 17:15:49 +0200 |
| commit | 2f01062dca5a8e1bb9388cd4420d39125ebd3561 (patch) | |
| tree | ee4c364007b467aa5a8e628269e154c5c2415c9f /Software/Embedded_SW/Embedded/StateMachines | |
| parent | dd646f34a3108d5321ea2d09e5ba807d6ee50240 (diff) | |
| download | Tango-2f01062dca5a8e1bb9388cd4420d39125ebd3561.tar.gz Tango-2f01062dca5a8e1bb9388cd4420d39125ebd3561.zip | |
alarm handling improved, including fan alarms
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c index 40315e623..d5e125337 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c @@ -249,7 +249,7 @@ uint32_t InitSequenceBlowerCallBackFunction(uint32_t IfIndex, uint32_t BusyFlag) WHS_enable_control_loop(true); WHS_Set_SetPoint_Q_value(headairflow); - AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_INITIAL_BLOWER_FAILED,OFF); //handle alarm detection and operation + //AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_INITIAL_BLOWER_FAILED,OFF); //handle alarm detection and operation waste_seq_step1();// include 1Sec delay <- to open !!!! |
