Loading…

Method Name: getCh2Waveform

Method ID: 0x4156

Method Label: Get Channel 2 Waveform

Method Help: Retrieves the waveform from the latest thickness measurement on channel 2.


  • {
  • char status[3];
  • int i;
  • int j;
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_all_resp_code(2);
  • SET_NUMBER_OF_RETRIES(1);
  • ACKNOWLEDGE(literal_string(874));
  • channel_variable_code = 1;
  • send(134,status);
  • if (status[0])
  • {
  • display_response_status(134,status[0]);
  • }
  • wfIndex = 0;
  • single_ch = 1;


Please login for more