Loading…

Method Name: ECTemperatureCal_method

Method ID: 0x40CC

Method Label: Temperature Cal

Method Help:


  • {
  • char status[3];
  • char string1[60];
  • int len1;
  • int selection;
  • len1 = 60;
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _get_dictionary_string(19726337,string1,len1);
  • ACKNOWLEDGE(string1);
  • _add_abort_method(4118);
  • send(205,status);
  • if (status[0])
  • {
  • display_response_status(205,status[0]);
  • DELAY(4,literal_string(833));
  • process_abort();
  • }


Please login for more