Loading…

Method Name: methodResetContinuous

Method ID: 0x40C2

Method Label: Reset Historian

Method Help: 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;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • send(249,status);
  • if (status[0] != 0)
  • {
  • display_response_status(249,status[0]);
  • DELAY(3,literal_string(1144));
  • process_abort();
  • ;


Please login for more