Loading…

Method Name: reset_ind_total_method

Method ID: 0x40F3

Method Label: Reset Individual

Method Help: From this menu the user can select and reset to 0.0 any of the mass or volume totalizers.


  • {
  • char status[3];
  • int choice;
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • choice = SELECT_FROM_LIST(literal_string(631),literal_string(565));
  • if (choice == 0)
  • {
  • choice = SELECT_FROM_LIST(literal_string(632),literal_string(633));


Please login for more