Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Done. Changed each instance to the negative form for consistency.

Done. Changed each instance to the negative form for consistency.

Done. Changed each instance to the negative form for consistency.

Done. Changed each instance to the negative form for consistency.

We appear to need a delay from AC's return to the first alarm check. We have natural times at CPLD, Alarm clear, and the end of the alarm block interval. The alarm block timer currently clears 10 s...

We appear to need a delay from AC's return to the first alarm check. We have natural times at CPLD, Alarm clear, and the end of the alarm block interval. The alarm block timer currently clears 10 seconds after CPLD; the alarm is clear at a random interval from milliseconds to minutes after CPLD.
I have modified the calls for consistent use of CPLD or of isACPowerLost.

Done. The countdown timer was renamed for clarity.

Done. The countdown timer was renamed for clarity.

Done.

Done.

Renamed for clarification.

Renamed for clarification.

Done. Changed each instance to the negative form for consistency.

Done. Changed each instance to the negative form for consistency.

DEN-15306-hd-fault-valve-position-alarm-after-restoring-ac-power-4

Reponse to comments.

Done. Changed each instance to the negative form for consistency.

Done. Changed each instance to the negative form for consistency.

Merge branch 'staging' into DEN-15196-DIAL-258

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DIAL-258: added clear of 4th level state once we finish wet self tests.

fixed. set to no sub state (0xFF) once we transition to pretx recirc

fixed. set to no sub state (0xFF) once we transition to pretx recirc

Looks like this is only being set in wet self-tests substate of pre-tx prime. Once we leave wet self-tests, should this 4th level state be set back to zero or something?

Looks like this is only being set in wet self-tests substate of pre-tx prime. Once we leave wet self-tests, should this 4th level state be set back to zero or something?

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'DEN-15317-usability-hd-door-open-alarm-during-post-treatment' into develop

DEN-15317: Added alarm re-trigger blocked flag to alarm status broadcast msg.

DEN-15317: Moved post-tx homing to ensure it happens in all cases.

Seems like we should be calling CPLD function here and in Fans, DialInFlow, and DGInterface too. Also recommend calling the isACPowerLost() function in just one place - maybe alarm mgmt exec to gi...

Seems like we should be calling CPLD function here and in Fans, DialInFlow, and DGInterface too.

Also recommend calling the isACPowerLost() function in just one place - maybe alarm mgmt exec to give you your 10 sec alarm block. Maybe rename the function to checkACPowerLost() with no return value and make it static (private).

It is a timer counter. Counts down to zero. And still need to address function header per Bill's first comment.

It is a timer counter. Counts down to zero.

And still need to address function header per Bill's first comment.

This seems unnecessary now with your new function doing this all the time. Consider removing.

This seems unnecessary now with your new function doing this all the time. Consider removing.

This is technically a timer counter based on task tick of 50ms.

This is technically a timer counter based on task tick of 50ms.

This was safer the other way. Why change?

This was safer the other way. Why change?