aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/StateMachines
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-07-27 12:57:06 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-07-27 12:57:06 +0300
commit6bb63a96166785b09ad2e65885133f32077dc6c8 (patch)
tree47da865bd395aebe45060d06b513f2b054d2c7b0 /Software/Embedded_SW/Embedded/StateMachines
parentc12f613bbcf149668cfd3e15cde46bc75c508893 (diff)
downloadTango-6bb63a96166785b09ad2e65885133f32077dc6c8.tar.gz
Tango-6bb63a96166785b09ad2e65885133f32077dc6c8.zip
initial blower value 2/3 of process value. build pressure in cleaner. stop job on waste overlow or cartridge inserted
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
-rw-r--r--Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c2
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 761433888..1dd81d011 100644
--- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c
+++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c
@@ -242,7 +242,7 @@ uint32_t InitSequenceBlowerCallBackFunction(uint32_t IfIndex, uint32_t BusyFlag)
Control_Voltage_To_Blower(3000);
WHS_enable_control_loop(true);
- WHS_Set_SetPoint_Q_value(headairflow/2);
+ WHS_Set_SetPoint_Q_value(headairflow*2/3);
AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_INITIAL_BLOWER_FAILED,OFF); //handle alarm detection and operation
waste_seq_step1();// include 1Sec delay <- to open !!!!