aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index 8e67de0f1..641a249ff 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -548,7 +548,7 @@ uint32_t MillisecLowLoop(uint32_t tick)
{
if (watchdogCriticalAlarm == false)
{
- Control_WD(ENABLE,5); //activate heaters/dispenser watchdog, 0.5 seconds
+ Control_WD(ENABLE,10); //activate heaters/dispenser watchdog, 0.5 seconds
//LOG_ERROR (1111, "Control_WD");
}
}
@@ -586,8 +586,8 @@ uint32_t MillisecLowLoop(uint32_t tick)
//KeepAliveOneSecondCall();
for (Motor_i = 0;Motor_i < NUM_OF_MOTORS;Motor_i++)
{
- // if (Motor_i == HARDWARE_MOTOR_TYPE__MOTO_SCREW)
- // continue; //
+ if (Motor_i == HARDWARE_MOTOR_TYPE__MOTO_SCREW)
+ continue; //
if (isMotorConfigured(Motor_i))
MotorGetStatusFromFPGA(Motor_i);
}
@@ -595,7 +595,7 @@ uint32_t MillisecLowLoop(uint32_t tick)
{
for (Heater_i = 0;Heater_i < NUM_OF_CURRENT_HEATERS;Heater_i++)
{
- Read_Heaters_Current(Heater_i);
+ //Read_Heaters_Current(Heater_i);
}
}
for (Sensor_i = 0;Sensor_i < MAX_TEMPERATURE_SENSOR_ID;Sensor_i++)
@@ -623,7 +623,7 @@ uint32_t MillisecLowLoop(uint32_t tick)
}
if (OneHourTick)
{
-#define PUMP_LIMIT 8
+#define PUMP_LIMIT 4
PumpCounter++;
if (PumpCounter>=PUMP_LIMIT)
{