3 Ağustos 2015 Pazartesi

Ladder Diagram Examples

İlk önce, List kodlar incelenecektir. İlk örnekler list koddan ladder diagrama çevirme örnekleridir.
  
                                                        Example1

İnput 0'ı işlemciye yüklüyoruz, ardından input 1 ile "vedeğil" kapısından geçirip, input 2 ile "veya" kapısına sokuyoruz. Sonucu çıkış 0'a atıyoruz.


  
                                                       Example2


İnput 1'i işlemciye yüklüyoruz. Ardından input 0 ile input 2'yi "veyadeğil" ini alıp, input 1 ile "ve" kapısına sokuyoruz. Bunu sonucunu input 3 ile "ve" kapısına sokup, çıkışı Q0.0'a yazdırıyoruz.

Şimdiki örneklerde verilen boolean fonksiyonu list koda ve ladder diagrama çevirmemiz isteniyor

                                                                 Example3



Firstly, list codes will be analyzed. Examples about transform to ladder diagram from list code. Please, check example 1 and example 2.

At Example 1; input 0 is loaded controller, then It processes "NAND" gate with input1. The result goes to "or" gate with input 2. The answer is loaded at "Output 0".

At Example 2;  input 1 is loaded controller, then It processes "AND" gate with the "NOR" gate result of input 0 and input 2. The result goes to "AND" gate with input 3. The output is loaded at "Output 0.0".

Example 3 about transforming to list code and ladder diagram from boolean function.


Hiç yorum yok:

Yorum Gönder