Processing and scaling analog input and output signals in TIA Portal | S7-1200 | S7-1500

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

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

  • @kevin00861
    @kevin00861 Год назад +1

    You really made my day, thanks a million times Sir

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

    If you would load the program into the plcsim and expand plcsim you have sim tables. I think you can write input values in there

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

    That was just amazing ❤

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

    Very nice and well detailed video!!!

  • @Hapayfull
    @Hapayfull 2 года назад +1

    Well made video!

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

    Thank you very much.

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

    thank you very much. It helps me a lot

  • @jamesarnoldherefordshire
    @jamesarnoldherefordshire 2 месяца назад

    Hi how do I swap my put signal around. I want 0 to be 27648 and 100% to be zero

    • @AutomationStation
      @AutomationStation  Месяц назад

      Don't have TIA open but I assume it is not taking min > max? if I needed a quick work around I'd do scale_x to -27648 to 0 and then multiply by -1 :)

  • @nileshgopnarayan4464
    @nileshgopnarayan4464 3 месяца назад

    How to handle signal quality

  • @EhsanManzari
    @EhsanManzari 11 месяцев назад

    In analog output FC shouldn't the "Scale_X" function be a "Real to Int" one?

  • @jackyhaywood9194
    @jackyhaywood9194 11 месяцев назад

    Thank you for your video, however the presentation is very blurred. Would you be able to correct or re do this tutoral I would greatly appreciate it. Best regards, Tony.

    • @AutomationStation
      @AutomationStation  Месяц назад

      Have you tried upping the resolution? It can sometimes go to low res but in 1080p it's crisp for me

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

    how can activate a digital output on specific temperature?

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

    Thank you AS ….Can you Guide how to write this instruction in SCL

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

      Well it would be pretty much identical.
      You'd say
      #temp_normalizedValue := NORM_X(MIN:=#MIN_VALUE, VALUE:=#rawValue, MAX:=#MAX_VALUE);
      output := SCALE_X(MIN:=.............)
      One thing that maybe I should actually have done different would be, if you're using FC to pass the output as the RETURN of the function rather a dedicated output.

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

    Hello,
    I am trying to figure out how to make a block which should be used as gradually controlled voltage and current source (0-10V and 4-24mA) initiated/stopped with two push buttons.
    There should be a possibility to enter voltage or current max and min values, time period in which decreasing/increasing of voltage or current should happened, and, what is the most important thing, gradual change should be initiated/stopped with the two push buttons.
    Unfortunately I am a novice, I addressed Siemens and few other forums about this, but all I got from them is to try to combine some of OSCAT's solutions in order to achieve the solution.
    Please let me know if you have some idea how this could be arrange it.

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

      I guess the question would be which part exactly you struggle with