SCADA Tutorial 17 - Blink Animation | SCADA Lessons

Поделиться
HTML-код
  • Опубликовано: 19 дек 2024

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

  • @user-ro6ou5vb8y
    @user-ro6ou5vb8y 3 года назад +1

    Thanks God ma'am for your clear tutorial about this part of SCADA, God bless you more.

  • @158farazahmed
    @158farazahmed 3 года назад +1

    what expression should I wright for a sensor to blink between range from 30 to 40 or at value 50 only ?

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

      use conditions , =, etc

    • @158farazahmed
      @158farazahmed 3 года назад

      @@InstrumentationTools mam, i have tried , but a dialog box of "extra expression" is coming. Could you show it with an example, please? I tried with SL1=50 and 30 < SL1 >40 at different times but it is showing the same error.

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

      Please watch lesson 32, 33, 34.
      Use your script as explained in the above lessons.
      Create a temporary variable and assign the result of your script. Then use the same variable in your blink animation.
      Example:
      IF (SL1 > 40.0) AND (SL1 < 50.0) THEN
      myvariable = 1;
      ELSE
      myvariable = 0;
      ENDIF;

    • @158farazahmed
      @158farazahmed 3 года назад

      @@InstrumentationTools thanks mam, its working.

  • @ganeshpatil-dn9mq
    @ganeshpatil-dn9mq 3 года назад

    I want that box to change its direction when it reaches to the sensor and sensor blinks....what should be the solution? please help

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

    How to stop the motor blinking when it will reach at the other end

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

      Just change the expression/condition as per your need. (use conditions like , =, etc)
      Say, Motor = 0 means blink, Motor = 1 means NO blink, etc.

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

    thanks