Loading…
Loading…
方法名称: ResetToFactoryDefaultMethod
方法ID: 0x4070
方法标签: Factory Defaults
方法描述:
- {
- char acStatus[3];
- char acDispString[60];
- int wSlen;
- int wChoice;
- wSlen = 60;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- ACKNOWLEDGE("|en|WARNING-Loop should be removed from automatic control" );
- _add_abort_method(4118);
- wChoice = SELECT_FROM_LIST("|en|This will reset all settings to Factory Defaults. Do you want to continue?","|en|No;Yes" );
- switch( wChoice )
- {
- case 0:
- process_abort();
- break;
- case 1:
请登录以获得完整内容