Loading…

Method Name: checkMinSpanMethod

Method ID: 0x4004

Method Label: Internal

Method Help:


  • {
  • float diff;
  • diff = abs(dynamic_variables[0].RANGING.UPPER_RANGE_VALUE - dynamic_variables[0].RANGING.LOWER_RANGE_VALUE);
  • if (diff < deviceVariables[primary_variable_code].MINIMUM_SPAN)
  • {
  • ACKNOWLEDGE(literal_string(853));
  • }


Please login for more