PLC Program Design Using ST Language-use case structure

By00
Oct 26, 2020

program_main:

case (step):

1:

if(condition) then:

action 1;

action 2;

step = 2;

end_if;

2:

if(X0) then:

Y0 := True;

step = 3;

end_if;

3:

if(loop condition) then:

action;

step = 1;

else:

step = 1000; (*no action state*)

end_if;

end case

--

--

By00
0 Followers

Hi, my name is 00. This blog is about my learning process. I also want to write something on here. Thank you for you come and give me a advise.