Loading…

Method Name: ResetTotalizerMethod

Method ID: 0x406F

Method Label: Reset Totalizer

Method Help:


  • {
  • char acStatus[3];
  • char acDispString[60];
  • int wSlen;
  • int wChoice;
  • long ulIds[2];
  • wSlen = 60;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • ACKNOWLEDGE("|en|WARNING-Loop should be removed from automatic control" );
  • _add_abort_method(4118);
  • wChoice = SELECT_FROM_LIST("|en|This will reset totals. Do you want to continue?","|en|No;Yes" );
  • switch( wChoice )
  • {
  • case 0:
  • process_abort();
  • break;


Please login for more