Loading…
Loading…
方法名称: automatic_method_p25
方法ID: 0x40A3
方法标签: Set Process Temperature
方法描述: 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)
请登录以获得完整内容