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

PLC Programming LES GRT Compare Instructions - Greater Less Than Instruction RSLogix Studio 5000

Поделиться
HTML-код
  • Опубликовано: 24 сен 2018
  • PLC Programming LES GRT Compare Instructions - Greater Less Than Instruction RSLogix Studio 5000
    Visit SolisPLC.com for more Tutorials, Information & connect with the Community
    The LES, also known as the Less Than, is an instruction used to compare two values against each other. The instruction takes two integers, floats or constants and will return TRUE if the value specified in “Source A” is less than the one in “Source B”. The “Source B” operand must be strictly less than the one specified in “Source A”. In other words, the instruction will return FALSE if they are equal.
    This instruction can be used to test for an upper limit for an analog sensor and reliably notify the programmer should the value be exceeded.
    In RSLogix 500, you may not compare two constants; this restriction is not present in RSLogix 5000 as well as Studio 5000. This is also the case for all comparison instructions.
    The GRT, also known as the Greater Than, is an instruction which compares two operands and evaluates if the value stored in “Source A” is greater than the value stored in “Source B”. If that’s the case, the instruction will evaluate to TRUE and allow the rest of the rung to execute. The GRT instruction may take integers, floats or constants as operands.
    A typical use for this instruction would be a lower limit of a temperature sensor. Should the limit value be greater than the current temperature, the programmer will know immediately that there’s an issue.
    This instruction is very commonly used within a ladder logic environment as it’s one of the simplest ways to compare two distinct values against each other.
    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 les instruction, PLC LES, PLC GRT, PLC Greater Than, PLC Less Than, PLC Instruction Tutorial

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

  • @syedhaider7121
    @syedhaider7121 4 года назад

    Thank you for crystal clear examples; excellent commentary, and explanation. Great upload. I liked it.

  • @jringo2253
    @jringo2253 Год назад

    Your videos are of so much help. Thank you

  • @maximkayarosh2316
    @maximkayarosh2316 3 года назад

    Влад огромное тебе спасибо, очень помог понять что от меня хотят в книжке для экзамена.