Loading…
Loading…
方法名称: mthResetPasswordsSecurity
方法ID: 0x41C1
方法标签: Reset Passwords
方法描述: Here all changeable passwords (Operator, Expert & Service) can be reset. The required code can be obtained from the manufacturer. (Fct. C7.2.3)
- {
- char status[3];
- long result;
- _add_abort_method(16818);
- result = -1;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _get_dev_var_value(literal_string(1527),0,16808);
- send_trans(201,12,status);
- if (status[0])
- {
- display_response_status(201,status[0]);
- save_values();
- }
- ui16AccessPasswordHart = 0;
请登录以获得完整内容