diff options
| author | Shai Frieder <Shai.Frieder@twine-s.com> | 2019-09-02 15:09:23 +0300 |
|---|---|---|
| committer | Shai Frieder <Shai.Frieder@twine-s.com> | 2019-09-02 15:09:23 +0300 |
| commit | 62905aaa550ea584f29feae2ba35fc6df6c42c8f (patch) | |
| tree | c02ea77b61359715ca8b9245e574e5bdc0ef1525 /Software/Embedded_SW/Embedded/Modules/IDS | |
| parent | 401103a9f735c0179d53144b7cee3c88e3445240 (diff) | |
| download | Tango-62905aaa550ea584f29feae2ba35fc6df6c42c8f.tar.gz Tango-62905aaa550ea584f29feae2ba35fc6df6c42c8f.zip | |
add IFS system, fix reading MidTank capacity
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/IDS')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/IDS/IDS_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/IDS/IDS_print.c b/Software/Embedded_SW/Embedded/Modules/IDS/IDS_print.c index 77e0efeef..746182def 100644 --- a/Software/Embedded_SW/Embedded/Modules/IDS/IDS_print.c +++ b/Software/Embedded_SW/Embedded/Modules/IDS/IDS_print.c @@ -1544,9 +1544,9 @@ uint32_t IDS_StartLubrication(void) } uint32_t IDS_StopLubrication(void) { + Lubricant_2Way_Valve (STOP); IDS_Dispenser_Close_Valve_And_Stop_Motor(LUBRICANT_DISPENSER,IDS_Valve_EndValveReady); CurrentDispenserSpeed[LUBRICANT_DISPENSER] = 0; REPORT_MSG (lubricant_speed, "IDS_StopLubrication"); - Lubricant_2Way_Valve (STOP); return OK; } |
