NE

NE

PROGRAM NE_DEMO
     VAR
           R1,R2:REAL;
     BOOL1: BOOL;
  END_VAR
    BOOL1:= NE(IN1 := R1, IN2 := R2);
END_PROGRAM

Function compares two or more inputs. The output is TRUE if all the inputs are not equal.

InputType Description
IN1..ANY_ELEMENTARYInput value
OutputTypeDescription
BOOLOutput value

  • © Energocentrum Plus, s.r.o. 2017 - 2024