You really made my day, thanks a million times Sir
@pirminp70902 жыл бұрын
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
@nileshgopnarayan44643 ай бұрын
How to handle signal quality
@jamesarnoldherefordshire2 ай бұрын
Hi how do I swap my put signal around. I want 0 to be 27648 and 100% to be zero
@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 :)
@mzaldivarl3 жыл бұрын
Very nice and well detailed video!!!
@tonbradiegbegha85152 күн бұрын
Thanks...really appreciate
@lubos8953 жыл бұрын
thank you very much. It helps me a lot
@jackyhaywood919411 ай бұрын
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Ай бұрын
Have you tried upping the resolution? It can sometimes go to low res but in 1080p it's crisp for me
@mahm8d Жыл бұрын
how can activate a digital output on specific temperature?
@AutomationStationАй бұрын
Input scaling, comparison block and drive an output
@EhsanManzari11 ай бұрын
In analog output FC shouldn't the "Scale_X" function be a "Real to Int" one?
@AutomationStationАй бұрын
For output? Sure ;)
@vikasmaheshwari81763 жыл бұрын
Thank you AS ….Can you Guide how to write this instruction in SCL
@AutomationStation3 жыл бұрын
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.
@miliestanford44102 жыл бұрын
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.
@AutomationStation2 жыл бұрын
I guess the question would be which part exactly you struggle with