Loading…

Method Name: automatic_method_p25

Method ID: 0x40A3

Method Label: Set Process Temperature

Method Help: Process temperature - defines the temperature inside the vessel being measured. If set to NaN then the temperature measured by the sensor in the instrument head is used


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


Please login for more