Loading…

方法名称: clear_lin_table

方法ID: 0x40FF

方法标签: Clear Table

方法描述: Selecting CLEAR TABLE will completely erase all values from the Linearization Table.


  • {
  • char status[3];
  • int slen;
  • char disp_string[60];
  • slen = 60;
  • ACKNOWLEDGE(literal_string(1140));
  • _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 = 0;
  • send(172,status);
  • if (status[0])
  • {
  • display_response_status(172,status[0]);
  • _get_dictionary_string(19726342,disp_string,slen);
  • DELAY(2,disp_string);
  • }
  • else
  • {
  • DELAY(5,literal_string(1141));
  • send_command_trans(170,0);
  • send_command_trans(170,1);


请登录以获得完整内容