Must Knowledge
Industrial CommandFirst we must to have all components and PLC in LADDER
The Programmable Relay PLC Logo! need a Software to make the Program that control all our process, so we need these elemments:
NO problem if we dont have the Original CD, we can Download DEMO VERSION Here Download fast! from Siemens WebPage in "Demosoftware" if we have this demo, we may simulate and create a lot of control projects really perfect to practice
We'll Analize our Counter Block in Logo!
The first that we must to know is how the Counter Block Works
Before to start to program our Counter is an obligation understand our Counter Block
Start to create our program and Configure our Counter Block
At the moment of work with Counters the configuration in UP or DOWN is defined By the Programmer, in this case how we start to work with Counter UP, we must to know that By Default the PLC comes configurated with UP count, By default it add 1+
Our Program with all our blocks must to see like this:
We are ready to test and simulate our first Counter UP
When we our Counter UP has reached the defined value (in this case 2), The Output will be activated; if you press "Reset" The value of counter will be the Start Value
We use the Counters for functions like this Telerruptors, always is an advantage in just 1 software make a lot of these instructions; in this case one push button active and desactive, you must follow the programmation in the image ; C001 Activate in "1" and the Output goes to Q1; and C002 Activate in "2"; then C002 Activate a Flag M1, and finally C002-M1 "Reset" both Counters C001 and C002, C001 back to"0" (OFF)
We are ready to test and simulate our first Counter DOWN
The Down Counter may works like "Countdown" but in this case we need a special configuration and programming using same Counter Block
>Our Program with all our blocks must to see like this:
To Work perfectly with our Counter Down we must to understand these steps:
We are ready to test and simulate our first Counter DOWN
Always is important verify the wire in the blocks of our program
After every programmation and new knowledge go to Start!
Remember always if you forget IP of PLC go to => NETWORK => IP ADDRESS, your PC must to be in same Network than PLC (example IP Photo 192.168.0.3), Your PC may has a IP 192.168.0.5
After we have IP of PLC go to Wifi or Internet Icon, click on "Network and Sharing Center" --> Change Adapter Settings --> Ethernet/Realtek/other --> Propierties --> Internet Protocol Version 4 TCP/IPv4 and change IP to same Sub Network PLC with other last number device
If your PLC has been communicated correctly, go to RUN and START your PLC Program!
HERE IS ANSWERED YOUR QUESTIONS: