Loading…

Method Name: check_SIL

Method ID: 0x4438

Method Label: Check SIL

Method Help: Refresh Check SIL


  • {
  • char status[3];
  • char disp_string[60];
  • int slen;
  • slen = 60;
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _add_abort_method(17462);
  • send(160,status);
  • if (status[0])
  • {
  • display_response_status(160,status[0]);
  • _get_dictionary_string(19726342,disp_string,slen);
  • DELAY(2,disp_string);
  • process_abort();
  • }


Please login for more