Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Captcha Click on image to update the captcha .

Login

Register Now

register content

PLC Programming Example

We can use the "FOR DO" command structure to find the sought value in an array. In the example below, I will explain how to run the "FOR DO" command in the STL language that I have prepared for you ...

Continue reading

PLC Indirect Addressing

We can very easily perform many operations such as creating an error routine with indirect addressing method in PLCs, recipe system, and methods of storing the data we have. What is indirect addressing, in a briefly understandable way; The process of selecting ...

Continue reading

PLC Flip-Flop Example Code

If you are using Control Logix plc, we will make a flip-flop example with AOI. I will show you how to easily make a flip-flop block with add-on instructions. Normally, you can use one Timer On and one timer-off instruction for ...

Continue reading

PLC Programming Calculator Example

PLC Programming Example Design the circuit that adds up to 2 sensors (input), presses the F1 button, subtracts when the F2 button is pressed, divides when the F3 button is pressed, multiplies when the F4 button is pressed, and gives the ...

Continue reading