Loading…

Method Name: burn_eeprom

Method ID: 0x100C

Method Label: Burn 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);


Please login for more