취소
다음에 대한 결과 표시 
다음에 대한 검색 
다음을 의미합니까? 

How can I set the delay for a feedback node programatically?

해결 완료!
솔루션으로 이동

I am generating a sine wave using the Simulate Signal Express vi. I then use a Feedback Node to delay the signal by a specific amount. The front panel displays 2 graphs: one of the original signal and another of the delayed signal.

 

The problem is that I would like to determine the amount of delay based on boolean user input rather than having to set it using the configuration box (the delay will be 4000 if the user chooses ''true'' and 2000 if the user chooses ''false''. I am doing this with a case structure. How can I use the delay outputted by the case structure to control the Feedback Node delay?

 

I am relatively new to Labview, so perhaps there is a better way of achieving my objective than using a Feedback Node. Any ideas are appreciated! 

0 포인트
1/3 메시지
3,853 조회수

Feedback Loops are useful when you don't really want to pass data out of your loop (Case Structure in your case).

 

i couldn't open your file as my LabVIEW version is 8.5, for controlling your FDB Loop, why not wire a control to your feedback?

 

You could use a Shift register for the same purpose.

 

 

0 포인트
2/3 메시지
3,840 조회수
솔루션
주제 작성자 Mott777이(가) 승인함
0 포인트
3/3 메시지
3,829 조회수