Loading…

方法名称: meth_SetSafetyModeOff

方法ID: 0x4248

方法标签: Safety OFF

方法描述: 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(literal_string(898));
  • }
  • else
  • {
  • send(15,status);
  • if (status[0] != 0)
  • {
  • display_response_status(15,status[0]);
  • process_abort();


请登录以获得完整内容