Loading…

Method Name: burn_eeprom2

Method ID: 0x409D

Method Label: Grabar EEPROM

Method Help: Burn Electrically Erasable Read Only Memory- Operation where the Field Device will copy what is in its Random Access Memory into the Electrically Erasable Read Only Memory, thus making changes by the Host permanent


  • {
  • char status[3];
  • char disp_string1[60];
  • int slen1;
  • slen1 = 60;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • SET_NUMBER_OF_RETRIES(10);
  • _iassign(4011,0);
  • _get_dictionary_string(19726380,disp_string1,slen1);
  • DELAY(3,disp_string1);
  • send(39,status);
  • if (status[0])
  • {
  • display_response_status(39,status[0]);
  • _get_dictionary_string(19726381,disp_string1,slen1);
  • ACKNOWLEDGE(disp_string1);
  • }


Please login for more