Index: leahi_dialin/dd/modules/drybicart.py =================================================================== diff -u -r78b7d4b47c77f390fdb0c796e4861cc9abb343fd -rb00b17d2ee5eb163b2152ef9d3f0c1db8551a284 --- leahi_dialin/dd/modules/drybicart.py (.../drybicart.py) (revision 78b7d4b47c77f390fdb0c796e4861cc9abb343fd) +++ leahi_dialin/dd/modules/drybicart.py (.../drybicart.py) (revision b00b17d2ee5eb163b2152ef9d3f0c1db8551a284) @@ -54,7 +54,7 @@ self.dd_dry_bicart_timestamp = 0.0 #: The timestamp of the last message self.dd_dry_bicart_fill_execution_state = 0 #: The Dry Bicart fill execution state self.dd_bicarb_chamber_fill_execution_state = 0 #: The Bicarb chamber fill execution state - self.dd_dry_bicart_drain_execution_state = 0.0 #: The Dry Bicart drain execution state + self.dd_dry_bicart_drain_execution_state = 0 #: The Dry Bicart drain execution state self.dd_dry_bicart_fill_cycle_counter = 0 #: The Dry Bicart fill cycle counter self.dd_dry_bicart_max_fill_cycle_count = 0 #: The Dry Bicart max fill cycle state self.dd_dry_bicart_fill_request = 0 #: Is fill requested for Dry Bicart or not @@ -83,7 +83,7 @@ msg_list = [] msg_list.append(('self.dd_dry_bicart_fill_execution_state', DataTypes.U32)) msg_list.append(('self.dd_bicarb_chamber_fill_execution_state', DataTypes.U32)) - msg_list.append(('self.dd_dry_bicart_drain_execution_state', DataTypes.F32)) + msg_list.append(('self.dd_dry_bicart_drain_execution_state', DataTypes.U32)) msg_list.append(('self.dd_dry_bicart_fill_cycle_counter', DataTypes.U32)) msg_list.append(('self.dd_dry_bicart_max_fill_cycle_count', DataTypes.U32)) msg_list.append(('self.dd_dry_bicart_fill_request', DataTypes.U32))