Great! Just remember that in SCL you need an ELSE clause to make the "Test SCL"-bit turn FALSE if neither "left hand" or "right hand" is activated.
@SachinKumar-jd2vn3 жыл бұрын
I just starting internship in siemens in automation and my faculty mentor recommand to watch your video i hope it will help me a lot
@jeanmauricerobin24324 жыл бұрын
THANK YOU, I'm not beginner in programmation, but I am in PLC and this kind of video is very helpfull to know how to do and tips.
@rapellymohansai2053 жыл бұрын
Good work professor. excellent training session
@petrestaicu68754 жыл бұрын
Excellent, thank you for all your video trainings !!!!
@hegamurl74344 жыл бұрын
You are very welcome!
@VVCepheiii4 жыл бұрын
Your SCL code doesn’t have the same logic as the others, “Test SCL” will stay true without an ELSE “Test SCL := FALSE;”. You can also simplify this by “Test SCL := Left OR right;”.
@shahinsainu19093 жыл бұрын
Yeah he just want to demonstrate the IF condition along with a basic operation. 1 shot two birds :)
@simonmax39015 жыл бұрын
That was great......a good start to learn scl
@Cordycep14 жыл бұрын
Basic is fine since I am preping for an entry level interview for Control Engineer . thank you
@dj1encore3 жыл бұрын
Thanks for the amazing videos. I have used Siemens Logo and now plan to use the Siemens s7 with TIA. Is it possible to replicate the single function block diagram like the Logo has ? I understand that this is an upgrade but have become comfortable with the Logo Comfort soft approach.
@jishnurajp29775 ай бұрын
why cant we use a normal set and reset instead of this block?
@JinsonKurianVJames5 жыл бұрын
Is there any option is Tia portal to Swap Ladder to STL? I could find this option in simatic manager.
@hegamurl74345 жыл бұрын
If you are using a S7-300/400 it should still be possible in TIA. The compiler of S7-1500 works differently, that's why STL is NOT the main language anymore, so you can NOT switch from LAD/FBD to STL when using an S7-1500 (S7-1200 cannot even understand STL at all)
@JinsonKurianVJames5 жыл бұрын
@@hegamurl7434 thanks. Much appreciated your knowledge . Very helpful.
@guruchordiya34165 жыл бұрын
Sir please make video on graph... State transition logic.. .
@sadeceibrahim33174 жыл бұрын
it is simplest in SCL as you can see below ; " Test SCL := Left Or Right ; "
@huntersblue5 жыл бұрын
Can you have a plc program with both languages?
@hegamurl74345 жыл бұрын
Yes of course! Whenever you create a new Function you can choose the programming language it should be in. If you choose LAD/FBD they can be swapped at any time you want.
@saeed2tube5 жыл бұрын
Very low level.😕 And the next video will be about xor gate.😉
@shashanktyagi32814 жыл бұрын
If I want to use one NC contact so how to use in SCL.
@timbirt2914 жыл бұрын
Hi Hegamurl, I love your videos. Is there a way of converting Boolean to Integer using LAD or FBD please?
@renatogoncalves59315 жыл бұрын
make a pid control video .. temperature.
@ASIF-ww8ol9 ай бұрын
very good video
@andresvosa3 жыл бұрын
In SCL I'd like to write something like this: Test_SCL := (Left_Hand OR Right_Hand);
@josedesouza44032 жыл бұрын
Muito excelente!! TKS!!!
@_Iokanaan_Marusidze_2 жыл бұрын
Thanks 👍
@4mviews04172 жыл бұрын
you are soooo goooodddd
@JinsonKurianVJames5 жыл бұрын
Nice. But it's very basic.Helpful for beginners. But Tia portal gives option in properties to convert FBD to Ladder or vice versa. But STL is the language is short, easy to copy paste and use find and replace cmd to just change address for complex programs. As Electrical Design Engineer, Ladder is easy for me as same as control panel relay logic design. For computer since engnr, SCL may be easy as C language. For electronic engineer, FBD may be easy as electronic logic gate operations.
@hegamurl74345 жыл бұрын
So there is something for everyone! Of course every single language has it's dis-/advantages and also differs per application