Türkçe Metin |
Yani özetle; PR=0 olduğunda PR girişi aktif demektir ve diğer girişler ne olursa olsun çıkış “1” olacak demektir. PR=1 olduğunda ise PR girişi aktif değil demektir. CLR girişi ise, çıkışta “0” olmasını sağlayan bir giriştir. Bu girişte PR girişi gibi ters mantığa göre çalışmaktadır. CLR=0 olduğunda CLR girişi aktif demektir ve diğer girişler ne olursa olsun çıkış “0” olacak demektir. CLR=1 olduğunda ise CLR girişi aktif değil demektir. Burada yine bir sorun karşımıza çıkıyor. PR ve CLR girişleri aynı anda aktif olursa Yani PR=0 ve CLR=0 olursa istenmeyen durum olarak ilan edeceğiz ve bu şekildeki girişleri kullanmayacağız. PR ve CLR girişlerinin her ikisinin birden susması durumunda, yani PR=1 ve CLR=1 olması durumunda ise, daha önce öğrendiğimiz kurallar geçerlidir. Eğer CK girişinde tetikleme palsi yok ise, çıkış değeri değişmeyecektir. CK girişine tetikleme palsi geldiğinde ise J, K girişlerine göre çıkış değişecektir. |
İngilizce Çevirisi |
So in a nutshell; when PR=0, the PR input is active, and no matter what the other inputs are exit means “1”. When PR = 1, the PR input is not active. If the CLR entry is, it is an input that makes it “0” at the output. According to reverse logic, such as PR input in this input references CLR = 0 means that the CLR entry is active, and no matter what the other entries are the output will be “0”. If CLR=1, the CLR entry is not active. There’s a problem here again. That is, if PR and CLR entries are active at the same time If PR = 0 and CLR = 0, we will declare the entries in this figure as undesirable we won’t use. If both PR and CLR entries are silent, i.e. PR=1 and if CLR=1, then the rules we learned earlier apply. If CK if the input does not have trigger palsy, the output value will not change. CK entry trigger palsy when it arrives, the output will change according to the inputs J, K. |