Loading…

方法名称: automatic_method_p44

方法ID: 0x40A4

方法标签: Set Temperature

方法描述: Electronics temperature - If set to a value then the temperature will be fixed, else if set to NaN the integral temperature sensor will be used. The temperature is used to correct for system temperature effects.


  • {
  • char status[3];
  • int select;
  • select = SELECT_FROM_LIST(literal_string(229),literal_string(317));
  • if (select == 0)
  • {
  • _fassign(16435,NaN_value());
  • SET_NUMBER_OF_RETRIES(2);
  • send(137,status);
  • if (status[0])
  • {
  • display_response_status(137,status[0]);
  • }
  • }
  • if (select == 1)


请登录以获得完整内容