Loading…

Method Name: sensor_setup_meth

Method ID: 0x410C

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];
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • send(128,status);
  • choice = SELECT_FROM_LIST(literal_string(264),literal_string(265));
  • switch (choice)
  • {
  • case 0:
  • _iassign(16496,1);
  • break;
  • case 1:


Please login for more