dialin

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'DIAL-283-no-moving-average-commands-conductivity' into develop

DIAL-283: cd2 moving average override.

DIALIN-DIAL-283_NO Moving Average Commands Conductivity
DIALIN-DIAL-283_NO Moving Average Commands Conductivity
Bamboo Commit: generated the code change report

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

Merged DEN-16390

Bamboo Commit: generated the code change report

DIALIN-DEN-16390_Heat Chemical Disinfect Timers Fails TO Change Under Correct Conditions
DIALIN-DEN-16390_Heat Chemical Disinfect Timers Fails TO Change Under Correct Conditions
Merge branch 'DEN-16390-heat-chemical-disinfect-timers-fails-to-change-under-correct-conditions' into develop

DEN-16390 initialized the chem disinfect count down time

Bamboo Commit: generated the code change report

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

Merge branch 'DEN-16242-pressure-limit-request-fix' into staging

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-16242: added alarm id 47

Advantu team was assumed that false meant the proxy command was not accepted. When we proxy messages through dialin using the dialin channels, the receiver ( HD or DG ) will ACK back in the non-pr...

Advantu team was assumed that false meant the proxy command was not accepted.

When we proxy messages through dialin using the dialin channels, the receiver ( HD or DG ) will ACK back in the non-proxied channel. Dialin will only considers received messages over its own set of CAN channels and will timeout due the ACK from the receiver being sent on the non-dialin channel

EX:
Dialin will send Pressure limits change request over 0x400
HD accepts the message and will ACK back over 0x010
HD sends Pressure limits change response over 0x010 ( Dialin is monitoring via callback )

Proxy commands should be changed eventually... depends on how the users are applying them ( if they are expecting and using a return value like an override ). Older iterations of proxy commands do not return anything nor expect a Denali protocol ACK

Why is driving this change? And should other proxy commands be changed as well?

Why is driving this change? And should other proxy commands be changed as well?

DIALIN-DEN-16242_Pressure Limit Request Fix
DIALIN-DEN-16242_Pressure Limit Request Fix
Bamboo Commit: generated the code change report

Merge branch 'DEN-16242-pressure-limit-request-fix' into develop

DEN-16242: fixed proxy cmd having a return value when it shouldnt.

Bamboo Commit: generated the code change report

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

Merged DEN-16309