Loading…

Method Name: validate_fault_value_12_to_20

Method ID: 0x40DB

Method Label: mA Output 1 Fault value

Method Help: This parameter allows you to select the lower or upper mA output level that will indicate a fault condition. For a 12-20 mA output (Direct), the range is 11.5 to 11.8 mA for downscale or 20.5 to 22.0 for upscale. For a 4-20 mA output (Level-Shifted), the range is 3.0 to 3.6 mA for downscale or 21.0 to 24.0 for upscale.


  • {
  • char disp_string[100];
  • int slen7;
  • float fault_val;
  • fault_val = _fvar_value(16597);
  • slen7 = 100;
  • if (_ivar_value(16595) == 1)
  • {
  • if (fault_val < 11.5 || fault_val > 11.8)
  • {
  • process_abort();
  • }


Please login for more