Loading…

Method Name: backup_lin_table

Method ID: 0x4101

Method Label: Save Table

Method Help: Selecting SAVE TABLE will store all of the values in the Linearization Table to a Back Up file in the EPROM of the device.


  • {
  • char status[3];
  • int slen;
  • char disp_string[60];
  • slen = 60;
  • ACKNOWLEDGE(literal_string(1146));
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • charac_table_action = 2;
  • send(172,status);


Please login for more