Loading…
Loading…
方法名称: m_reset_laser_temp
方法ID: 0x4337
方法标签: Reset laser temperature
方法描述:
- {
- char status[3];
- { _set_all_resp_code(0); _set_device_status(0xFF,0); _set_xmtr_device_status(0xFF,0); _set_xmtr_all_resp_code(0); };
- ACKNOWLEDGE("|en|WARN-Peak position will be initialized to factory default.\nPlease abort this operation if the analyzer is working properly.");
- if ( SELECT_FROM_LIST("|en|Are you sure you want to reset laser temperature ?","|en|Yes;No") ) {
- process_abort();
- }
- cmd_id = 262167;
- send(225, status);
- if(status[0]){
- display_response_status(225, status[0]);
- DELAY(2, _dictionary_string(19726342));
- process_abort();
- }
请登录以获得完整内容