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
First les't know all about Analog AQ/AO
Analog Outputs are signals (electrical parameters) that with a configuration in PLC it powers with Voltage or Current and make works "Proportional Actuators", in Engineering, Proportional may means "Energy Efficiency"
Hay 3 tipos importantes:
In All Softwares the Analog Values in Hardware/Software work in a Linear Function
Let's see in details elements to work with Analog Outputs
These are the most necessary elements to start to work with Analog Outputs, remember too all projects are differents
IDENTIFY:
Para trabajar con Salidas Analógicas debemos conocer nuestro Proceso
For this simple example gonna configure 2 Digital Outputs (DI), START and STOP, and will activate an Analog Output, our Proportional Actuator works with 0-10V, the most important now is how the Analog Outputs work in Software, Hardware and Actuator
Now begin to take note of all technical specifications of our Actuator:
Next you must to be so clear in how wire between PLC (AQ Module) and Proportional actuator, remember the signal we use in this example is 0-10 Volts; Current has other wire (see images)
What can we say about the wire:
The wire and technical details are OK, let's program in Software Logo
Access to Logo Soft Comfort and start to create the program with follow blocks:
Add block and before to Configure let's Know what means each one:
Now let's configure our Analogic MUX, is very important understand how MUX works
After in "Parallel form" gonna create a Block ANALOG AMPLIFIER and Scale the Output MUX Value (1000, we use it to verify the real volts value in AQ1)
But Actuator technical information shows 2-10 VDC, how can configure Output to have 2 Volts always without press any button?
Very important know how Analog MUX Works
VIDEO Simulating Analog Outputs 0 -10 VOLTS
Simulate Yourserlf and analyze how it works in PLC (Analog Outputs)
Now simulate Software value "500"
Como todos los programas ya probados es hora de cargarlo al PLC
After our program is uploaded to our Logo! (if you have problems goes to) How Connect via ethernet to PLC Logo!, you do click in RUN and READY! The program of Counters has been uploades and is running in PLC Logo! Siemens
HERE THE ANSWERS MOST IMPORTANTS: