Döngüler ve Shift Register
While Loop: Sürekli Döngü Her döngüde değeri bir artar. Sıfırdan başlar. 0, 1, 2,….. Şartlı sonlandırıcı
For Loop: Sınırlı Döngü Döngü sayısı
Front Panelde stop tuşuna basılana kadar döngü çalışır
Döngüye giren “değer”, bir önceki devirden çıkan “değer”dir 0, 1, 2, 3…………..
0, 1, 2, 3,…… 0, 0, 1, 2, 3,…… 0, 0, 0, 1, 2, 3,……
Döngüye giren “değer”, bir önceki devirden çıkan “değer”dir Shift Register Döngüye giren “değer”, bir önceki devirden çıkan “değer”dir Başlangıç Değeri 3. değer Shift registers transfer data from one iteration to the next: Right-click on the left or right side of a For Loop or a While Loop and select Add Shift Register. The right terminal stores data at the end of an iteration. Data appears at the left terminal at the start of the next iteration. A shift register adapts to any data type wired into it. An input of 0 would result in an output of 5 the first iteration, 10 the second iteration and 15 the third iteration. Said another way, shift registers are used to retain values from one iteration to the next. They are valuable for many applications that have memory or feedback between states. The feedback node is another representation of the same concept. (pictured below) Both programs pictured behave the same. See Help»Search the LabVIEW Help… for more information. Göngü başlamadan önce Birinci devir İkinci devir Son devir Introduction to LabVIEW Hands-On 76 ni.com