Loading…

方法名称: reset_NAMUR_mapping

方法ID: 0x4444

方法标签: Reset to default NAMUR Configuration

方法描述: Reset to default NAMUR Configuration Some Examples (not all diagnostics): Set typical diagnostics to NAMUR State **Maintenance Required** - Redundancy: Sensor 1 not available - Redundancy: Sensor 2 not available - Sensordrift detected - Main diagnostics of Sensor 1 and Sensor 2 * Line Resistance too High * Wire break / Sensor break * Short circuit * Over Sensor Range * Under Sensor Range - .... Set typical diagnostics to NAMUR State **Failure** - Electronics Temperature measurement failure - .... Set typical diagnostics to NAMUR State **Out of Specification** - High Limit: Alarm and warning - Low Limit: Alarm and warning - ....


  • {
  • char status[3];
  • char disp_string[60];
  • int use_abort_method;
  • int slen;
  • slen = 60;
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _add_abort_method(17462);
  • ACKNOWLEDGE(literal_string(1017));
  • send(525,status);
  • if (status[0])
  • {
  • display_response_status(525,status[0]);
  • _get_dictionary_string(19726342,disp_string,slen);
  • DELAY(2,disp_string);
  • process_abort();
  • }


请登录以获得完整内容