Loading…

方法名称: methodResetContinuous

方法ID: 0x4049

方法标签: Reset Historian

方法描述: Reset valve historian data (stroke count, cycle count, time open, time closed and time near closed ) to 0. The previous data is lost and must be recorded to be used later.


  • {
  • char nbr;
  • char status[3];
  • char prevMode;
  • send(249,status);
  • if (status[0] != 0)
  • {
  • display_response_status(249,status[0]);
  • DELAY(3,literal_string(1228));
  • process_abort();
  • ;
  • }


请登录以获得完整内容