Loading…

方法名称: SetTotalMethod

方法ID: 0x4098

方法标签: Set Total

方法描述: Write a flow total to the device.


  • {
  • 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 set the total value to a new value. Do you want to continue?","|en|No;Yes" );
  • switch( wChoice )
  • {
  • case 0:
  • break;
  • case 1:


请登录以获得完整内容