Loading…

Method Name: edit_curve

Method ID: 0x4082

Method Label: Tiepoints

Method Help: Tiepoints - review and edit the linearisation characteristics of the Free style sensortype.


  • {
  • int idx;
  • int eflag;
  • int yflag;
  • int counter;
  • float tmp;
  • float tmp_X;
  • float tmp_Y;
  • float C_Mul;
  • float C_Add;
  • long ids[2];
  • int result;
  • char status[3];
  • char xmtr_status[25];
  • if (_ivar_value(16387) != 2)
  • {
  • ACKNOWLEDGE(literal_string(397));
  • process_abort();
  • }
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • DELAY(1,literal_string(398));
  • counter = 1;
  • do {
  • send_command_trans(142,counter);
  • if (status[0])
  • {
  • display_response_status(142,status[0]);
  • ACKNOWLEDGE(literal_string(399));
  • process_abort();
  • }
  • }


Please login for more