Loading…

Method Name: TrimMeterMethod

Method ID: 0x4071

Method Label: Trim Meter

Method Help:


  • {
  • char acStatus[3];
  • char acDispString[60];
  • int wSlen;
  • int wChoice;
  • int wRetry;
  • int use_abort_method;
  • long ulIds[1];
  • 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 method will trim loop meter readings. Proceed?","|en|No;Yes" );
  • switch( wChoice )
  • {
  • case 0:
  • process_abort();


Please login for more