Loading…
Loading…
方法名称: SW_Write_Protection_method
方法ID: 0x40AF
方法标签: Modify SW Write Protection
方法描述: Select software write protection status. For configuration parameters to be editable and calibrations to be performed, both hardware and software write protection has to disabled (off).
- {
- char status[3];
- char disp_string1[60];
- int locked;
- int slen1;
- slen1 = 60;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- send(131,status);
- if (status[0])
- {
请登录以获得完整内容