dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-12224 updated the heaters

Merge branch 'staging' into DEN-12224-dg_hd_dev-switches-monitor

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

Will be addressed in in DIAL-171.

Will be addressed in in DIAL-171.

Will be addressed in in DIAL-171.

Will be addressed in in DIAL-171.

Will be addressed in in DIAL-171.

Will be addressed in in DIAL-171.

Will be addressed in in DIAL-171.

Will be addressed in in DIAL-171.

DEN-12224 addressed the code review comments

Done.

Done.

Done.

Done.

DEN-12224 updated the test scripts for various tests

Merge branch 'DEN-12224-dg_hd_dev-switches-monitor' into develop

DEN-12224 updated the blood leak observer class

Agree with Behrouz's initial proposed change above.

Agree with Behrouz's initial proposed change above.

alarm_cto[0] is an integer - not a boolean. alarm_clr_top_only[] is an array of booleans. If Python boolean "True" is equivalent to integer "1", then I suppose we can assign directly. I think the c...

alarm_cto[0] is an integer - not a boolean. alarm_clr_top_only[] is an array of booleans.
If Python boolean "True" is equivalent to integer "1", then I suppose we can assign directly.
I think the current way this assignment is coded is making no assumptions and explicitly converting integer to boolean which is ok with me.

I not I understand the answer and how that related to my question. I think what I am trying to say is: *Why do we create an object that we have no use for it, yet. *Why create an object for every...

I not I understand the answer and how that related to my question.
I think what I am trying to say is:

  • Why do we create an object that we have no use for it, yet.
  • Why create an object for every class before even being used.
  • Or Why it is not being created when it is needed and where it is going to be used.


And could you please help understand what is "QoL feature"?

what I meant is the following statement is a binary why it has been compared with True/False once, and put in trinary once more just to compare a binary statement with binary. alarm_cto[0] == 1 it...

what I meant is the following statement is a binary why it has been compared with True/False once, and put in trinary once more just to compare a binary statement with binary.

alarm_cto[0] == 1

it is double the unnecessary work and confusing.

We should improve the Dialin coding someday! RESOLVED

We should improve the Dialin coding someday!
RESOLVED

Yes, Sean Nash, a Jira task, I meant. RESOLVED.

Yes, Sean Nash, a Jira task, I meant.
RESOLVED.

This is a QoL feature for users. Otherwise they would have to create the CAN interface themselves and assign it themselves. V&V has had issues like this before where they would create VV_submodule_...

This is a QoL feature for users. Otherwise they would have to create the CAN interface themselves and assign it themselves. V&V has had issues like this before where they would create VV_submodule_class and it ends up interfering with their data collection.

RESOLVED

RESOLVED

Update the script for testing syringe pump operations.

Merge branch 'DEN-12716-UI_BN_S70' into develop

Updated debug message event indexing