Loading…

方法名称: ClearTotalMethod

方法ID: 0x4097

方法标签: Clear Total

方法描述: Clear the diplayed flow total.


  • {
  • char acStatus[3];
  • char acDispString[120];
  • int wSlen;
  • int wChoice;
  • wSlen = 60;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _get_dictionary_string(19726337,(acDispString),(wSlen));
  • ACKNOWLEDGE(acDispString);
  • _add_abort_method(4118);
  • wChoice = SELECT_FROM_LIST("|en|This will clear the total value. Do you want to continue?","|en|No;Yes" );
  • switch( wChoice )
  • {
  • case 0:


请登录以获得完整内容