Loading…
Loading…
方法名称: DetectTCType_methodTC
方法ID: 0x417D
方法标签: Detect TC Type
方法描述: Starts the auto-recognition process for the temperature sensor.
- {
- char string1[60];
- char status[3];
- int len1;
- int select;
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- select = SELECT_FROM_LIST(literal_string(871),literal_string(808));
- if (select == 1)
- {
- DELAY(4,literal_string(872));
- process_abort();
- }
- else
- if (FrontEndInterface_frontEndBoardType == 8)
- {
- send(134,status);
- if (status[0])
- {
- display_response_status(134,status[0]);
- DELAY(4,literal_string(833));
请登录以获得完整内容