Loading…
Loading…
Method Name: automatic_method_p44
Method ID: 0x40A4
Method Label: Set Temperature
Method Help: 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)
Please login for more