Loading…

Method Name: ResetTotalMethod

Method ID: 0x40A6

Method Label: Reset Total

Method Help: Reset Total - Resets the totalizer and elapsed time to 0.


  • {
  • int result;
  • result = SELECT_FROM_LIST(literal_string(255),literal_string(256));
  • if (result == 1)
  • {
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • send_command(168);
  • }


Please login for more