Loading…

Method Name: sensor_setup_meth

Method ID: 0x414F

Method Label: Sensor Selection

Method Help: This selection must be made to enable calibration parameters to be visible for the selected sensor type.


  • {
  • char status[3];
  • int choice;
  • long var_id[1];
  • char disp_string[100];
  • char disp_string1[100];
  • int slen;
  • int slen1;
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • slen1 = 100;
  • slen = 100;
  • send(128,status);
  • _get_dictionary_string(858587192,disp_string,slen);
  • _get_dictionary_string(858587191,disp_string1,slen1);
  • choice = SELECT_FROM_LIST(disp_string,disp_string1);
  • switch (choice)
  • {
  • case 0:


Please login for more