Loading…

Method Name: ClearErrorMethod

Method ID: 0x4072

Method Label: Clear Fault

Method Help:


  • {
  • char acStatus[3];
  • char acDispString[60];
  • int wSlen;
  • int wChoice;
  • 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 clear the error. Do you want to continue?","|en|No;Yes" );
  • switch( wChoice )
  • {
  • case 0:
  • process_abort();
  • break;


Please login for more