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.
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.
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.
You really made my day, thanks a million times Sir
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
That was just amazing ❤
Very nice and well detailed video!!!
Well made video!
Thank you very much.
thank you very much. It helps me a lot
Hi how do I swap my put signal around. I want 0 to be 27648 and 100% to be zero
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 :)
How to handle signal quality
In analog output FC shouldn't the "Scale_X" function be a "Real to Int" one?
For output? Sure ;)
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.
Have you tried upping the resolution? It can sometimes go to low res but in 1080p it's crisp for me
how can activate a digital output on specific temperature?
Input scaling, comparison block and drive an output
Thank you AS ….Can you Guide how to write this instruction in SCL
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.
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.
I guess the question would be which part exactly you struggle with