Loading…

Method Name: config_protect_abort

Method ID: 0x4313

Method Label: Change Write Protection

Method Help: Enable Protection to make calibration and setup parameters read only. Note: Removing protection requires pushing a button in the terminal box of the instrument.


  • {
  • char S[3];
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_all_resp_code(1);
  • _set_resp_code(8,0);
  • send_trans(141,2,S);
  • save_values();
  • if (_ivar_value(16399) > 3)
  • {
  • send_trans(141,0,S);
  • }


Please login for more