Loading…
DD File path:
DD File name: 3051CR32.DDL
DD File type: Source file

  • /*
  • * %W% %G%
  • *
  • *Copyright Rosemount Inc. 1996
  • */
  • /*
  • NOTE ABB uses different enumerations
  • SWITCH module_type_code
  • CASE 0: * DP *
  • CASE 2: * AP *
  • CASE 3: * HP *
  • CASE 4: * LT *
  • CASE 5: * DR *
  • HELP "Differential"
  • "|de|Differential"
  • "|fr|Différentielle"
  • "|kt|saatu";
  • CASE 2: * AP *
  • HELP "Absolute"
  • "|de|Absolut"
  • "|fr|Absolue"
  • "|kt|zeltutaiatu";
  • CASE 1: * GP *
  • HELP "Gage"
  • "|de|Überdruck"
  • "|fr|Relative"
  • "|kt|ge-ziatu";
  • */
  • #include "bi_codes.h"
  • #include "macros.h"
  • #include "methods.h"
  • MANUFACTURER ROSEMOUNT, DEVICE_TYPE 6, DEVICE_REVISION 3, DD_REVISION 2
  • /*
  • * Defines
  • */
  • #define display_pressure_precision IF ((rmt_press_sensor_trim_calibration_type == 2) || \
  • ((rmt_press_sensor_trim_calibration_type == 1) && (module_type_code == 2)) || \
  • ((rmt_press_sensor_trim_calibration_type == 252) && (module_type_code == 2))) \
  • { \
  • SELECT (rmt_press_module_range_code) \
  • { \
  • CASE 0: \
  • SELECT (pressure_units) { \
  • CASE 1: \
  • "7.2f"; \
  • CASE 2: \
  • "7.3f"; \
  • CASE 3: \
  • "7.3f"; \
  • CASE 4: \
  • "5.f"; \
  • CASE 5: \
  • "7.2f"; \
  • CASE 6: \
  • "6.3f"; \
  • CASE 7: \
  • "7.4f"; \
  • CASE 8: \
  • "6.1f"; \
  • CASE 9: \
  • "6.1f"; \
  • CASE 10: \
  • "7.4f"; \
  • CASE 11: \
  • "11.5e"; \
  • CASE 12: \
  • "6.2f"; \
  • CASE 13: \
  • "7.2f"; \
  • CASE 14: \
  • "7.4f"; \
  • CASE 238: \
  • "7.2f"; \
  • CASE 239: \
  • "5.f"; \
  • DEFAULT: \
  • "12.6f"; \
  • } \
  • CASE 1: \
  • SELECT (pressure_units) { \
  • CASE 1: \
  • "6.1f"; \
  • CASE 2: \
  • "6.2f"; \
  • CASE 3: \
  • "6.2f"; \
  • CASE 4: \
  • "6.f"; \
  • CASE 5: \
  • "7.1f"; \
  • CASE 6: \
  • "6.2f"; \
  • CASE 7: \
  • "7.4f"; \
  • CASE 8: \
  • "7.1f"; \


Please login for more