Это видео недоступно.
Сожалеем об этом.

PLC Programming EQU NEQ Compare Instructions - Equal Not Equal Instruction RSLogix Studio 5000

Поделиться
HTML-код
  • Опубликовано: 7 авг 2024
  • PLC Programming EQU NEQ Compare Instructions - Equal Not Equal Instruction RSLogix Studio 5000
    Visit SolisPLC.com for more Tutorials, Information & connect with the Community
    The EQU, also known as the Equal, instruction is used to compare two values. The EQU instruction is an input instruction which will return TRUE if the two values within “Source A” and “Source B” fields are equal to each other. If that condition is met, the instruction will allow what’s on the right of it to execute. The EQU will compare the two values and only evaluate to true is the two integers are equal. Should they become unequal, the instruction will update on the next PLC scan.
    The EQU instruction is critical within the Automation world as it’s the only way to see if the values are completely identical. It’s commonly used to check if a certain limit has been met, if a counter reached a certain value or if a certain alarm has been triggered.
    The instruction is very versatile as you can use integers, floats and even user-defined tags in certain programming environments as operands. Furthermore, you may choose to use to enter a fixed value instead of an operand tied to a tag. That being said, this isn’t the recommended practice as you’ll need to edit the program and commit the edit if you want to change the said value.
    The NEQ, also known as the Not Equal, instruction is used to compare two values just like the EQU Instruction. However, the key difference is that the NEQ will return TRUE if the values are not equal to each other. In other words, the outcome of this instruction is the absolute opposite of what the EQU will give us.
    Just like the EQU, this instruction is critical in the control systems world. It provides an easy way to check whether a certain value is holding the value we expect and act based on the outcome.
    The NEQ may operate on the exact same operands as the EQU. In fact; the only difference between the two is that their output state is inverted; just as stated above.
    Find us on social media:
    Web: solisplc.com/
    Forum: solisplc.com/forum/
    LinkedIn: / solisplc
    Facebook: / solisplc
    Instagram: / solisplc
    Twitter: / solis_plc
    Relevant Search Terms
    plc equ, plc equ instruction, plc neq, plc not equal, plc equal, plc compare instructions, plc programming

Комментарии • 3

  • @dannydeepak4446
    @dannydeepak4446 3 года назад +1

    Can you make a video on the MOV instruction? Your videos are extremely helpful! Thanks!

    • @caseydixon2001
      @caseydixon2001 2 года назад

      ruclips.net/video/xGZ8jVliJsc/видео.html

  • @patilprashanth1
    @patilprashanth1 5 лет назад +1

    please upload video on split range