Loading…

Method Name: meth_SetSafetyModeOff

Method ID: 0x4248

Method Label: Safety OFF

Method Help: Safety OFF Disables the safety mode. Keep the password handy in case you want to make changes, because you will need any time you make changes. If you disable the safety mode, the following settings are made automatically: - the detector is unlocked, i.e. Write Protect is set to OFF - Error Handling is set to NORMAL - Response Mode is set to DISABLED


  • {
  • char status[3];
  • SET_NUMBER_OF_RETRIES(7); _set_no_device(2); _set_all_resp_code(0); _set_device_status(0xFF,0); _set_xmtr_all_resp_code(0); _set_xmtr_device_status(0xFF,0);;
  • send(143, status); if(status[0] != 0) { display_response_status(143, status[0]); process_abort(); };
  • if(_ivar_value(16398) == _ivar_value(16399))
  • {
  • ACKNOWLEDGE("|en|Safety is already deactivated!");
  • }
  • else
  • {
  • send(15, status); if(status[0] != 0) { display_response_status(15, status[0]); process_abort(); };
  • if(_ivar_value(167) == _ivar_value(16385))
  • {
  • _get_dev_var_value(("|en|Enter Password:"),0,16388);
  • send(133, status); if(status[0] != 0) { display_response_status(133, status[0]); process_abort(); };
  • }
  • _vassign(16398,16399);
  • send(144, status); if(status[0] != 0) { display_response_status(144, status[0]); process_abort(); };
  • _iassign(16401,(16));


Please login for more