Loading…

Method Name: sensor_exchange

Method ID: 0x400D

Method Label: M-05 Sensor Exchange

Method Help: Initiates the sensor exchange method. Hotplug EC-Cells. Reset Lifetime counter. Reset initial calibration.


  • {
  • char status[3];
  • char disp_string1[135];
  • float value;
  • int slen1;
  • int mainState;
  • int subState;
  • slen1 = 135;
  • enter_password();
  • send(156,status);
  • if (status[0] != 0)
  • {
  • display_response_status(156,status[0]);
  • process_abort();
  • }
  • _add_abort_method(16472);
  • send_command(150);
  • mainState = _ivar_value(16457);


Please login for more